diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-23 09:55:58 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-23 09:55:58 -0700 |
commit | 1543ac66ba6f829082b745e6a11a9aeb9e8faec7 (patch) | |
tree | f06103de2e5d82426877595cd23d6201f2cdb000 /emacs/custom/my-vars.el | |
parent | rename fcuny-org to my-org (diff) | |
download | emacs.d-1543ac66ba6f829082b745e6a11a9aeb9e8faec7.tar.gz |
rename a few more libraries
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 |