diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-navigation.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-navigation.el b/emacs.d/custom/fcuny-navigation.el index 8073a8c..bf55994 100644 --- a/emacs.d/custom/fcuny-navigation.el +++ b/emacs.d/custom/fcuny-navigation.el @@ -18,7 +18,7 @@ (use-package bookmark :custom - (bookmark-default-file (expand-file-name "bookmarks" fcuny-path-emacs-var)) + (bookmark-default-file (expand-file-name "bookmarks" fcuny/path-emacs-var)) (bookmark-save-flag 1)) (use-package counsel |