summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-vars.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/custom/fcuny-vars.el')
-rw-r--r--emacs.d/custom/fcuny-vars.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-vars.el b/emacs.d/custom/fcuny-vars.el
index 67b04fa..f3efe6a 100644
--- a/emacs.d/custom/fcuny-vars.el
+++ b/emacs.d/custom/fcuny-vars.el
@@ -1,6 +1,9 @@
 (defvar fcuny/path-emacs-var (expand-file-name "var" user-emacs-directory)
   "Path to some files for Emacs.")
 
+(defvar fcuny/path-emacs-etc (expand-file-name "etc" user-emacs-directory)
+  "Path to some files for Emacs.")
+
 (defvar fcuny/custom-settings (expand-file-name "emacs-custom.el" fcuny/path-emacs-var)
   "Path to emacs custom variables.")