From ff71f0b8e9ca371cf48e33cf797263ae4259495e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Feb 2019 16:23:35 -0800 Subject: [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. --- emacs.d/custom/fcuny-navigation.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/custom/fcuny-navigation.el') 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 -- cgit 1.4.1