summary refs log tree commit diff
path: root/emacs/custom/my-notmuch.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-23 09:55:58 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-23 09:55:58 -0700
commit1543ac66ba6f829082b745e6a11a9aeb9e8faec7 (patch)
treef06103de2e5d82426877595cd23d6201f2cdb000 /emacs/custom/my-notmuch.el
parentrename fcuny-org to my-org (diff)
downloademacs.d-1543ac66ba6f829082b745e6a11a9aeb9e8faec7.tar.gz
rename a few more libraries
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-notmuch.el (renamed from emacs/custom/fcuny-notmuch.el)6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/custom/fcuny-notmuch.el b/emacs/custom/my-notmuch.el
index 3334733..b009f9e 100644
--- a/emacs/custom/fcuny-notmuch.el
+++ b/emacs/custom/my-notmuch.el
@@ -1,4 +1,4 @@
-;;; fcuny-notmuch.el --- Configures notmuch
+;;; my-notmuch.el --- Configures notmuch
 ;;; Commentary:
 ;;; Code:
 
@@ -16,5 +16,5 @@
   (notmuch-show-relative-dates t)
   (notmuch-archive-tags '("-inbox" "-unread")))
 
-(provide 'fcuny-notmuch)
-;;; fcuny-notmuch.el ends here
+(provide 'my-notmuch)
+;;; my-notmuch.el ends here