diff options
author | noa | 2025-02-22 02:36:22 +0800 |
---|---|---|
committer | noa | 2025-02-22 02:36:22 +0800 |
commit | 41bdcda3fc3c568fe16ba7358bc9d8e98223623c (patch) | |
tree | 9cc91875888fd3752a8e0b18c00b70fd2d25141e /emacs | |
parent | 74cd8b16bbe189e3d21fbc2fa5582afe492d42e8 (diff) |
Remove bookmark location config
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el index e106e81..13f8dfa 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -629,11 +629,6 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." :custom (recentf-max-menu-items 50)) -(use-package bookmark - :defer t - :custom - (bookmark-default-file "~/.config/emacs/bookmarks")) - ;; Remember my position in files (use-package saveplace :hook (after-init . save-place-mode)) |