Update icomplete and ido settings
This commit is contained in:
parent
bb6a591d17
commit
95c59971c8
1 changed files with 10 additions and 8 deletions
18
init.el
18
init.el
|
@ -92,21 +92,23 @@
|
|||
|
||||
(setq-default mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
|
||||
|
||||
(icomplete-mode 1)
|
||||
|
||||
;; SIMPLE
|
||||
(setq-default completion-auto-wrap t)
|
||||
(setq-default completion-auto-select t)
|
||||
|
||||
;; MINIBUFFER
|
||||
(setq completions-format 'one-column)
|
||||
(setq completions-header-format nil)
|
||||
(setq completions-max-height 20)
|
||||
(setq-default completions-format 'one-column)
|
||||
(setq-default completions-header-format nil)
|
||||
(setq-default completions-max-height 20)
|
||||
|
||||
(icomplete-mode 1)
|
||||
|
||||
;; (require 'ido)
|
||||
(setq ido-enable-flex-matching t)
|
||||
(setq ido-everywhere t)
|
||||
(setq ido-create-new-buffer 'always)
|
||||
(setq-default ido-enable-flex-matching t)
|
||||
(setq-default ido-everywhere t)
|
||||
(setq-default ido-create-new-buffer 'always)
|
||||
(setq-default ido-default-file-method 'other-window)
|
||||
(setq-default ido-default-buffer-method 'other-window)
|
||||
(setq ido-file-extensions-order '(".org" ".lisp" ".py" ".txt" ".el" ".epub"))
|
||||
(ido-mode t)
|
||||
;; (fido-mode 1) ; replace icomplete mode
|
||||
|
|
Loading…
Add table
Reference in a new issue