X-Git-Url: https://iankelling.org/git/?p=dot-emacs;a=blobdiff_plain;f=myinit.el;h=2e1f3835a1d88bb4fee0bc2bf3793a02e1fafe1f;hp=9df7a86952caa36ef6ded3413fc332c2e7026914;hb=7c3660936ebc15b70a005c78df9cd32516e0c196;hpb=cd69beabf5aef9e21d98e53689583465577b4718 diff --git a/myinit.el b/myinit.el index 9df7a86..2e1f383 100644 --- a/myinit.el +++ b/myinit.el @@ -812,9 +812,11 @@ and Ian Kelling as the name" mu4e-index-lazy-check nil mu4e-get-mail-command "true" user-mail-address "iank@fsf.org" + ;; WARNING: be careful editing this, there needs to be a space after --, and my editor + ;; and git will automatically remove it unless i manually disable it. mail-signature " --- +-- Ian Kelling | Senior Systems Administrator, Free Software Foundation GPG Key: B125 F60B 7B28 7FF6 A2B7 DF8F 170A F0E2 9542 95DF https://fsf.org | https://gnu.org @@ -2223,6 +2225,7 @@ indent yanked text (with prefix arg don't indent)." (dolist (r `( (?i (file . ,"~/.emacs.d/my-init.org")) - (?t (file . ,"/a/x.txt")) + (?t (file . ,"/a/t.org")) + (?x (file . ,"/a/x.txt")) )) (set-register (car r) (cadr r)))