Emacs fixes

This commit is contained in:
Aleksandr Lebedev 2025-11-11 12:26:45 +01:00
parent fe10168d00
commit 7ce7fae7ea
2 changed files with 60 additions and 56 deletions

View file

@ -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)