diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-vars.el (renamed from emacs/custom/fcuny-vars.el) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/custom/fcuny-vars.el b/emacs/custom/my-vars.el index 632e4c5..03b9fa0 100644 --- a/emacs/custom/fcuny-vars.el +++ b/emacs/custom/my-vars.el @@ -1,4 +1,4 @@ -;;; fcuny-vars.el --- Set a number of variables +;;; my-vars.el --- Set a number of variables ;;; Commentary: ;;; Code: @@ -22,5 +22,5 @@ (expand-file-name "~/workspace/notebooks/") (expand-file-name "~/documents/notes/"))) -(provide 'fcuny-vars) -;;; fcuny-vars.el ends here +(provide 'my-vars) +;;; my-vars.el ends here |