diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-12 08:02:01 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-12 08:02:01 +0100 |
commit | 723c8d540633fb1e14c147579a4ebf66deecbf1a (patch) | |
tree | d2efa8102a237cedfa82e6595a59c1534f74e1fb | |
parent | 73229d6919819c448ba57b77622a8ae6b94e0d11 (diff) |
Added bookmarks directory
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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")) |