summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))