projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ddb0b1d
)
[emacs] set name, email address, and message fqdn
author
Amin Bandali
<amin@aminb.org>
Thu, 19 Jul 2018 22:10:10 +0000
(18:10 -0400)
committer
Amin Bandali
<amin@aminb.org>
Thu, 19 Jul 2018 22:10:10 +0000
(18:10 -0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
b1c70dd
..
8a21f1a
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-188,6
+188,13
@@
but for now I've decided to keep them enabled. See documentation for
;; '(not free-vars unresolved noruntime lexical make-local))
#+end_src
;; '(not free-vars unresolved noruntime lexical make-local))
#+end_src
+** whoami
+
+#+begin_src emacs-lisp
+(setq user-full-name "Amin Bandali"
+ user-mail-address "amin@aminb.org")
+#+end_src
+
** Package management
*** No =package.el=
** Package management
*** No =package.el=
@@
-1150,7
+1157,7
@@
See [[notmuch:id:87muuqsvci.fsf@fencepost.gnu.org][bug follow-up]].
message-send-mail-function 'message-send-mail-with-sendmail
message-sendmail-envelope-from 'header
message-directory "drafts"
message-send-mail-function 'message-send-mail-with-sendmail
message-sendmail-envelope-from 'header
message-directory "drafts"
- message-user-fqdn "
fencepost.gnu
.org")
+ message-user-fqdn "
aminb
.org")
(add-hook 'message-mode-hook
(lambda () (setq fill-column 65
message-fill-column 65)))
(add-hook 'message-mode-hook
(lambda () (setq fill-column 65
message-fill-column 65)))