Add defer and after to improve emacs startup.

This commit is contained in:
KJ
2024-04-26 02:20:53 -04:00
parent 48afb56d36
commit 7eaa783f2e
6 changed files with 11 additions and 3 deletions

View File

@ -323,9 +323,9 @@
("c" . rg-dwim-current-dir)
("f" . rg-dwim-current-file)
("m" . rg-menu))
:init (setq rg-group-result t
rg-show-columns t)
:config
(setq rg-group-result t
rg-show-columns t)
(cl-pushnew '("tmpl" . "*.tmpl") rg-custom-type-aliases))
;; Guardar la posición del cursor en un archivo para volver allí cuando se lo vuelva a abrir.