Change bookmarks file location
This commit is contained in:
parent
769211e956
commit
dc6f00b82c
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue