Skip to content

Commit

Permalink
Fix bookmark directory and version
Browse files Browse the repository at this point in the history
  • Loading branch information
SidharthArya committed Jul 26, 2021
1 parent 558915a commit 3c78fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Sidharth Arya <[email protected]>
;; Maintainer: Sidharth Arya <[email protected]>
;; Created: 28 May 2020
;; Version: 0.1
;; Version: 0.5
;; Package-Requires: ((emacs "24.3"))
;; Keywords: startup lisp tools
;; URL: https://github.com/SidharthArya/modular-config.el
Expand Down Expand Up @@ -67,7 +67,7 @@ Use (add-to-list 'modular-config-list '(main (core appearance)))"
:group 'modular-config
:type 'symbol)

(defcustom modular-config-separate-bookmarks-directory "~/.emacs.d/bookmarks.d"
(defcustom modular-config-separate-bookmarks-directory (concat user-emacs-directory "/bookmarks.d")
"If `modular-config-use-separate-bookmarks` is set.
The directory to place bookmarks in"
:group 'modular-config
Expand Down

0 comments on commit 3c78fde

Please sign in to comment.