summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-23 07:19:41 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-23 07:19:41 -0700
commit6f8d1be4c4335df9a96c771d3aa6111d25c3ed1b (patch)
treebf07b56e8156c5af4ce8fb8a571638be39e703b2 /emacs/custom
parentrename fcuny-settings to my-settings (diff)
downloademacs.d-6f8d1be4c4335df9a96c771d3aa6111d25c3ed1b.tar.gz
rename fcuny-ui to my-ui
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-ui.el (renamed from emacs/custom/fcuny-ui.el)6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/my-ui.el
index aad7e55..a0473e6 100644
--- a/emacs/custom/fcuny-ui.el
+++ b/emacs/custom/my-ui.el
@@ -1,4 +1,4 @@
-;;; fcuny-ui -- configure UI elements
+;;;my-ui -- configure UI elements
 ;;; Commentary:
 
 ;;; Code:
@@ -123,5 +123,5 @@
 
 (add-hook 'help-mode-hook #'visual-line-mode)
 
-(provide 'fcuny-ui)
-;;; fcuny-ui.el ends here
+(provide 'my-ui)
+;;; my-ui.el ends here