Skip to content

Commit

Permalink
New laptop tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohansen committed Feb 3, 2014
1 parent 852a8c3 commit 3ea2109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions appearance.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
(set-default-font "DejaVu Sans Mono")
(set-face-attribute 'default nil :height 105))

(set-default-font "Source Code Pro Medium")

;; Don't defer screen updates when performing operations
(setq redisplay-dont-pause t)

Expand Down
2 changes: 1 addition & 1 deletion users/christian/mu3e.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

;; sending mail
(setq message-send-mail-function 'message-send-mail-with-sendmail
sendmail-program "/usr/bin/msmtp"
sendmail-program "/usr/local/bin/msmtp"
user-full-name "Christian Johansen")

;; Borrowed from http://ionrock.org/emacs-email-and-mu.html
Expand Down

0 comments on commit 3ea2109

Please sign in to comment.