[Emacs] Fix appearance condition case

This commit is contained in:
2016-11-02 23:15:27 -07:00
parent a499a6d5b3
commit 569dfd87c7

View File

@@ -4503,7 +4503,7 @@ load-theme hook (See the heading below).
(progn
(condition-case error
(set-face-attribute 'default nil :font "source code pro")
('error (message "Error: %s, when setting font")))
('error (message "Error: %s, when setting font" error)))
(set-face-attribute 'default nil :weight 'semi-bold)
(set-face-attribute
'default nil :height imalison:default-font-size-pt))