summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-navigation.el
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-02-17 16:23:35 -0800
committerFranck Cuny <fcuny@twitter.com>2019-02-17 16:23:35 -0800
commitff71f0b8e9ca371cf48e33cf797263ae4259495e (patch)
treefd2752a011e851ca7d161af3408c32aec206eb0b /emacs.d/custom/fcuny-navigation.el
parent[Emacs] Ensure we load flycheck and flyspell. (diff)
downloademacs.d-ff71f0b8e9ca371cf48e33cf797263ae4259495e.tar.gz
[Emacs] Rename `common.el` to `defuns.el`.
The name `defuns` make more sense since it's a collection of
functions.

All the custom variables are using the prefix 'fcuny/' consistently.
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-navigation.el2
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