From e9ad24a9e89bb714defa6dbe5652b7c4cb6086af Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Mon, 14 Nov 2022 15:51:55 +0100 Subject: [PATCH] disabled undo-tree history file, minor fix --- config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index ae13d95..47ce716 100644 --- a/config.org +++ b/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