summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa2025-02-22 02:36:22 +0800
committernoa2025-02-22 02:36:22 +0800
commit41bdcda3fc3c568fe16ba7358bc9d8e98223623c (patch)
tree9cc91875888fd3752a8e0b18c00b70fd2d25141e /emacs/init.el
parent74cd8b16bbe189e3d21fbc2fa5582afe492d42e8 (diff)
Remove bookmark location config
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el5
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))