Browse Source

moved savehist to own config block

master
Marc 2 years ago
parent
commit
1777e546fe
1 changed files with 8 additions and 1 deletions
  1. 9
      config.org

9
config.org

@ -453,6 +453,14 @@ Exclude some dirs from spamming recentf
(recentf-max-saved-items 600))
#+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
:PROPERTIES:
: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)))))
:custom
(completion-styles '(orderless))
(savehist-mode)
)
(use-package selectrum-prescient

Loading…
Cancel
Save