feat(functions): Add ivy-browse-repositories function
Quick helper to switch between all relevant projects.
This commit is contained in:
parent
e743ea28c5
commit
f0dfc8b06d
4 changed files with 16 additions and 2 deletions
|
|
@ -32,6 +32,9 @@
|
|||
(setq mail-host-address (system-name))
|
||||
(setq notmuch-mua-cite-function #'message-cite-original-without-signature)
|
||||
|
||||
;; Close mail buffers after sending mail
|
||||
(setq message-kill-buffer-on-exit t)
|
||||
|
||||
;; Ensure sender is correctly passed to msmtp
|
||||
(setq mail-specify-envelope-from t
|
||||
message-sendmail-envelope-from 'header
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue