Skip to content

Commit

Permalink
tweak(builtin): enable auto-save-visited-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 25, 2023
1 parent aafcb2d commit 81c0441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

(use-package emacs
:hook (after-save . +save--guess-file-mode-h)
:hook (minemacs-first-file . auto-save-visited-mode)
:custom
;; ====== Default directories for builtin packages ======
(diary-file (concat minemacs-local-dir "diary"))
Expand Down

0 comments on commit 81c0441

Please sign in to comment.