summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/my-text.el (renamed from emacs/custom/fcuny-text.el)6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/custom/fcuny-text.el b/emacs/custom/my-text.el
index 56f1b80..6dfb124 100644
--- a/emacs/custom/fcuny-text.el
+++ b/emacs/custom/my-text.el
@@ -1,4 +1,4 @@
-;;; fcuny-text.el --- configures
+;;; my-text.el --- configures
 ;;; Commentary:
 ;;; Code:
 
@@ -35,5 +35,5 @@
   (when (executable-find "pandoc")
     (setq markdown-command "pandoc -f markdown -t html")))
 
-(provide 'fcuny-text)
-;;; fcuny-text.el ends here
+(provide 'my-text)
+;;; my-text.el ends here