aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 95a4e3e..2596ec5 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -219,6 +219,11 @@ This is currently the data directory under the
(require 'counsel)
(counsel-mode)
+;;;; Bookmarks:
+
+;;; Save bookmarks in my data directory.
+(setq bookmark-default-file (oni:data-location "bookmarks"))
+
;;;; Minor modes:
;;;;; Paredit: