summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-07 14:45:13 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-07 14:45:13 +0000
commita4afa04a34dcbd06bd2d87ed45d2a421afd9f795 (patch)
treee076fcc4fc0e43d8e01cf59817f03bdc071afb8d /init.el
parent201f45a2fc48f3c2cc4f3472290dd224f3889ac7 (diff)
moving undo files into cache directory
Diffstat (limited to 'init.el')
-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-.