Browse Source

disabled undo-tree history file, minor fix

master
Marc Pohling 2 years ago
parent
commit
e9ad24a9e8
1 changed files with 4 additions and 2 deletions
  1. 6
      config.org

6
config.org

@ -453,7 +453,9 @@ Exclude some dirs from spamming recentf
:ensure t
:diminish undo-tree-mode
:init
(global-undo-tree-mode 1))
(global-undo-tree-mode 1)
:custom
(undo-tree-auto-save-history nil))
#+END_SRC
* ace-window
@ -575,7 +577,7 @@ Orderless orders the suggestions by recency. The package prescient orders by fre
consult-ripgrep consult-git-grep consult-grep
consult-bookmark consult-recent-file consult-xref
consult--source-bookmark consult--source-file-register
consult--source-recent-file consult--source-project-file
consult--source-recent-file consult--source-project-recent-file
:preview-key (kbd "M-.")))
#+end_src
* Marginalia

Loading…
Cancel
Save