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
|
:bind
|
||||||
("<f8>" . neotree-toggle))
|
("<f8>" . neotree-toggle))
|
||||||
|
|
||||||
(use-package git-commit)
|
(unless slow-computer
|
||||||
|
(use-package git-commit))
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:bind
|
:bind
|
||||||
("C-x g" . magit-status)
|
("C-x g" . magit-status)
|
||||||
|
@ -332,13 +333,13 @@
|
||||||
(setq ido-enable-flex-matching t)
|
(setq ido-enable-flex-matching t)
|
||||||
(setq ido-ignore-extensions t))
|
(setq ido-ignore-extensions t))
|
||||||
|
|
||||||
(use-package ido-sort-mtime
|
;; (use-package ido-sort-mtime
|
||||||
:after ido
|
;; :after ido
|
||||||
:config
|
;; :config
|
||||||
(ido-sort-mtime-mode 1)
|
;; (ido-sort-mtime-mode 1)
|
||||||
(if slow-computer
|
;; (if slow-computer
|
||||||
(setq ido-sort-mtime-limit 500)
|
;; (setq ido-sort-mtime-limit 500)
|
||||||
(setq ido-sort-mtime-limit 2000)))
|
;; (setq ido-sort-mtime-limit 2000)))
|
||||||
|
|
||||||
;; Tab bar
|
;; Tab bar
|
||||||
(unless slow-computer
|
(unless slow-computer
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 17266
|
127.0.0.1:51313 18408
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user