summary refs log tree commit diff
path: root/emacs/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-23 09:45:02 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-23 09:45:02 -0700
commite4828b646bb8697e40f51fed911332a057e3c03a (patch)
treee0458a145cbb4c728d5ff68f6c6b91a065c12c3d /emacs/custom
parentrename fcuny-edit to my-edit (diff)
downloademacs.d-e4828b646bb8697e40f51fed911332a057e3c03a.tar.gz
rename fcuny-text to my-text
Diffstat (limited to '')
-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