summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 9db0506..4a06c73 100644
--- a/init.el
+++ b/init.el
@@ -428,6 +428,7 @@ Restart works only on graphic display."
(use-package undo-tree
:ensure t
:init
+ (setq undo-tree-history-directory-alist '(("." . "~/.emacs.d./.cache"))) ; from https://github.com/syl20bnr/spacemacs/issues/15426
(global-undo-tree-mode))
(use-package marginalia
@@ -439,7 +440,6 @@ Restart works only on graphic display."
(use-package embark
:ensure t
-
:bind
(("C-." . embark-act) ;; pick some comfortable binding
("C-;" . embark-dwim) ;; good alternative: M-.