Added ido-sort-mtime.
This commit is contained in:
parent
a7e5522057
commit
6a5eb47017
20
init.el
20
init.el
|
@ -320,16 +320,26 @@
|
|||
(advice-add 'company-call-frontends :before #'on-off-fci-before-company))
|
||||
|
||||
;; Interactive substring matching
|
||||
(use-package ido)
|
||||
(use-package ido
|
||||
:config
|
||||
(ido-mode t)
|
||||
(ido-everywhere t))
|
||||
|
||||
(use-package flx-ido
|
||||
:after ido
|
||||
:config
|
||||
(ido-mode t)
|
||||
(ido-everywhere t)
|
||||
(flx-ido-mode t)
|
||||
(setq ido-enable-flex-matching t)
|
||||
(setq ido-ignore-extensions t))
|
||||
|
||||
(use-package ido-sort-mtime
|
||||
:after ido
|
||||
:config
|
||||
(ido-sort-mtime-mode 1)
|
||||
(if slow-computer
|
||||
(setq ido-sort-mtime-limit 500)
|
||||
(setq ido-sort-mtime-limit 2000)))
|
||||
|
||||
;; Tab bar
|
||||
(unless slow-computer
|
||||
(use-package tabbar-ruler
|
||||
|
@ -471,10 +481,10 @@
|
|||
;; If there is more than one, they won't work right.
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(doom-themes doom-modeline all-the-icons zenburn-theme use-package tabbar-ruler spaceline smart-comment realgud projectile popup nginx-mode neotree multiple-cursors monokai-theme markdown-mode magit irony-eldoc hl-todo flycheck-rtags flycheck-irony flx-ido fill-column-indicator crontab-mode counsel company-rtags company-nginx company-irony-c-headers company-irony company-flx cmake-ide benchmark-init base16-theme autothemer auto-package-update adoc-mode))))
|
||||
(ido-sort-mtime ido-sort-mtime-mode doom-themes doom-modeline all-the-icons zenburn-theme use-package tabbar-ruler spaceline smart-comment realgud projectile popup nginx-mode neotree multiple-cursors monokai-theme markdown-mode magit irony-eldoc hl-todo flycheck-rtags flycheck-irony flx-ido fill-column-indicator crontab-mode counsel company-rtags company-nginx company-irony-c-headers company-irony company-flx cmake-ide benchmark-init base16-theme autothemer auto-package-update adoc-mode))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
)
|
||||
)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 29709
|
||||
127.0.0.1:51313 17266
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user