summaryrefslogtreecommitdiff
path: root/emacs/custom
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-settings.el (renamed from emacs/custom/fcuny-settings.el)6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/custom/fcuny-settings.el b/emacs/custom/my-settings.el
index 2746b82..a733004 100644
--- a/emacs/custom/fcuny-settings.el
+++ b/emacs/custom/my-settings.el
@@ -1,4 +1,4 @@
-;;; fcuny-settings.el --- Sets a number of defaults
+;;; my-settings.el --- Sets a number of defaults
;;; Commentary:
;;; Code:
@@ -61,5 +61,5 @@
(when (memq window-system '(mac ns))
(exec-path-from-shell-initialize))))
-(provide 'fcuny-settings)
-;;; fcuny-settings.el ends here
+(provide 'my-settings)
+;;; my-settings.el ends here