diff options
Diffstat (limited to 'emacs/custom')
-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 |