diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-23 09:45:02 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-23 09:45:02 -0700 |
commit | e4828b646bb8697e40f51fed911332a057e3c03a (patch) | |
tree | e0458a145cbb4c728d5ff68f6c6b91a065c12c3d /emacs/custom | |
parent | rename fcuny-edit to my-edit (diff) | |
download | emacs.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 |