diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-vars.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-vars.el b/emacs.d/custom/fcuny-vars.el new file mode 100644 index 0000000..d4ff49f --- /dev/null +++ b/emacs.d/custom/fcuny-vars.el @@ -0,0 +1,10 @@ +(defvar fcuny-path-emacs-var (expand-file-name "var" 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.") + +(defvar fcuny-path-emacs-elpa (expand-file-name "elpa" fcuny-path-emacs-var) + "Path to elpa's local files.") + +(provide 'fcuny-vars) |