diff --git a/spacemacs b/spacemacs index fa8f837..8ec6bfb 100644 --- a/spacemacs +++ b/spacemacs @@ -160,13 +160,14 @@ before layers configuration." ) ;; User initialization goes here (setq twelf-root "/home/gebner/twelf/") - (load (concat twelf-root "emacs/twelf-init.el")) + ; (load (concat twelf-root "emacs/twelf-init.el")) (setq load-path (append load-path '("/var/run/current-system/sw/share/emacs/site-lisp/mu4e"))) (require 'mu4e) (setq mu4e-mu-binary "/var/run/current-system/sw/bin/mu") (setq user-full-name "Gabriel Ebner" user-mail-address "gebner@gebner.org") + (setq mu4e-compose-signature "Gabriel.") ;; (setq message-send-mail-function 'message-send-mail-with-sendmail ;; sendmail-program "msmtp") (setq message-send-mail-function 'smtpmail-send-it