diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-09 11:49:33 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-09 11:49:33 +0100 |
commit | b5074b1973eed0cb1fac0e8081ad6090dfce3eb1 (patch) | |
tree | f408238803cd6410cb16e71e74674d51f3bff9c7 /.config/emacs/init.el | |
parent | 07e16d21090cb079e673e8f417a565d9703c21a1 (diff) |
emacs: Add configuration for bookmarks
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index a48208f..99e99de 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -258,6 +258,13 @@ buffer suppressed." (auto-revert-mode))))) +;;; Bookmarks + +(use-package bookmark + :custom + (bookmark-save-flag 1)) + + ;;; Smoother Scrolling (use-package pixel-scroll |