|
@ -453,6 +453,14 @@ Exclude some dirs from spamming recentf |
|
|
(recentf-max-saved-items 600)) |
|
|
(recentf-max-saved-items 600)) |
|
|
#+end_src |
|
|
#+end_src |
|
|
|
|
|
|
|
|
|
|
|
* savehist |
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
|
|
(use-package savehist |
|
|
|
|
|
:config |
|
|
|
|
|
(savehist-mode) |
|
|
|
|
|
:custom |
|
|
|
|
|
(savehist-file (concat MY--PATH_USER_LOCAL "history"))) |
|
|
|
|
|
#+end_src |
|
|
* undo |
|
|
* undo |
|
|
:PROPERTIES: |
|
|
:PROPERTIES: |
|
|
:ID: d57621b2-5472-4c89-a520-b4133db0b9af |
|
|
:ID: d57621b2-5472-4c89-a520-b4133db0b9af |
|
@ -668,7 +676,6 @@ Uses default features of emacs instead of bringing a new framework in like helm |
|
|
completion-category-overrides '((file (styles . (partial-completion))))) |
|
|
completion-category-overrides '((file (styles . (partial-completion))))) |
|
|
:custom |
|
|
:custom |
|
|
(completion-styles '(orderless)) |
|
|
(completion-styles '(orderless)) |
|
|
(savehist-mode) |
|
|
|
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
(use-package selectrum-prescient |
|
|
(use-package selectrum-prescient |
|
|