Update completion settings
This commit is contained in:
parent
5db29b732e
commit
37c1f6587d
1 changed files with 14 additions and 11 deletions
|
@ -63,14 +63,20 @@
|
||||||
|
|
||||||
(setq mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
|
(setq mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
|
||||||
|
|
||||||
(require 'ido)
|
(setq completion-auto-wrap t)
|
||||||
(setq ido-enable-flex-matching t)
|
(setq completions-format 'one-column)
|
||||||
(setq ido-everywhere t)
|
(setq completions-header-format nil)
|
||||||
(setq ido-create-new-buffer 'always)
|
(setq completions-max-height 20)
|
||||||
|
(setq completion-auto-select nil)
|
||||||
|
;; (require 'ido)
|
||||||
|
;; (setq ido-enable-flex-matching t)
|
||||||
|
;; (setq ido-everywhere t)
|
||||||
|
;; (setq ido-create-new-buffer 'always)
|
||||||
;(setq ido-file-extensions-order '(".org" ".lisp" ".py" ".txt" ".el" ".epub"))
|
;(setq ido-file-extensions-order '(".org" ".lisp" ".py" ".txt" ".el" ".epub"))
|
||||||
(ido-mode t)
|
; (ido-mode t)
|
||||||
|
|
||||||
(fido-mode 1) ; replace icomplete mode
|
;(fido-mode 1) ; replace icomplete mode
|
||||||
|
(fido-vertical-mode 1)
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
;;; bundle--encoding
|
;;; bundle--encoding
|
||||||
|
@ -96,13 +102,10 @@
|
||||||
(setq custom-file "~/.emacs.d/bundle/custom_win32.el")
|
(setq custom-file "~/.emacs.d/bundle/custom_win32.el")
|
||||||
|
|
||||||
(when (string= system-name "XPS-8930")
|
(when (string= system-name "XPS-8930")
|
||||||
|
(cd "~/")
|
||||||
(setq custom-file "~/.emacs.d/bundle/custom_win32_XPS8930.el"))
|
(setq custom-file "~/.emacs.d/bundle/custom_win32_XPS8930.el"))
|
||||||
|
|
||||||
(when (string= (system-name) "EVG02667NB")
|
(when (string= system-name "EVG03435NB")
|
||||||
(cd "d:/opt")
|
|
||||||
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG02667NB.el"))
|
|
||||||
|
|
||||||
(when (string= (system-name) "EVG03435NB")
|
|
||||||
(cd "~/OneDrive - Siemens AG/")
|
(cd "~/OneDrive - Siemens AG/")
|
||||||
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG03435NB.el")))
|
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG03435NB.el")))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue