aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-07-26 15:23:05 +0200
committerGravatar Tom Willemse2016-07-26 15:23:05 +0200
commitdc6f00b82cbf18cee278f1c3783bd435d7619d78 (patch)
tree9c8e9b9b91bab4777bb2ed1fe2493e16a4dc24c7 /emacs
parent769211e95616fecd6d81d5eabd14978f71b7c1c8 (diff)
downloadnew-dotfiles-dc6f00b82cbf18cee278f1c3783bd435d7619d78.tar.gz
new-dotfiles-dc6f00b82cbf18cee278f1c3783bd435d7619d78.zip
Change bookmarks file location
Diffstat (limited to 'emacs')
-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: