summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-09-12 08:02:01 +0100
committerMatthew Lemon <y@yulqen.org>2023-09-12 08:02:01 +0100
commit723c8d540633fb1e14c147579a4ebf66deecbf1a (patch)
treed2efa8102a237cedfa82e6595a59c1534f74e1fb
parent73229d6919819c448ba57b77622a8ae6b94e0d11 (diff)
Added bookmarks directory
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index f0ec781..d8c8334 100644
--- a/init.el
+++ b/init.el
@@ -108,6 +108,9 @@ Restart works only on graphic display."
(setq custom-file (concat user-emacs-directory "custom.el"))
(load custom-file 'noerror)
+;; set bookmarks file
+(setq bookmark-default-file (concat user-emacs-directory "bookmarks"))
+
(require 'org)
(add-to-list 'org-modules 'org-habit)
;; (org-babel-load-file (expand-file-name "~/.config/emacs/myinit.org"))