Emacs fixes
This commit is contained in:
parent
fe10168d00
commit
7ce7fae7ea
2 changed files with 60 additions and 56 deletions
|
|
@ -85,7 +85,8 @@
|
|||
((kylekrein/detect-wsl) 'toast)
|
||||
(t 'libnotify)))
|
||||
|
||||
(make-directory "~/.cache/emacs/tildafiles")
|
||||
(unless (file-exists-p "~/.cache/emacs/tildafiles")
|
||||
(make-directory "~/.cache/emacs/tildafiles"))
|
||||
(setq backup-directory-alist '((".*" . "~/.cache/emacs/tildafiles")))
|
||||
|
||||
(use-package diminish :ensure t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue