Add missing requires to use-package macros
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
This commit is contained in:
parent
a82e24839c
commit
9f73e90317
19 changed files with 67 additions and 65 deletions
|
|
@ -16,7 +16,7 @@
|
|||
:straight t
|
||||
:config (setq-default
|
||||
;; Save history to a specific folder
|
||||
undo-tree-history-directory-alist '(("." . "~/.emacs/backups/undo-tree"))
|
||||
undo-tree-history-directory-alist '(("." . "~/.emacs.d/backups/undo-tree"))
|
||||
;; Show diff
|
||||
undo-tree-visualizer-diff t
|
||||
;; Show timestamps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue