Disabled ido-sort-mtime, disabled git-commit for slow computers.
This commit is contained in:
parent
6a5eb47017
commit
cdb408bc41
17
init.el
17
init.el
|
@ -295,7 +295,8 @@
|
|||
:bind
|
||||
("<f8>" . neotree-toggle))
|
||||
|
||||
(use-package git-commit)
|
||||
(unless slow-computer
|
||||
(use-package git-commit))
|
||||
(use-package magit
|
||||
:bind
|
||||
("C-x g" . magit-status)
|
||||
|
@ -332,13 +333,13 @@
|
|||
(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)))
|
||||
;; (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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 17266
|
||||
127.0.0.1:51313 18408
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user