-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
558915a
commit 3c78fde
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|