Add hook to set font emacs.
This commit is contained in:
parent
a13d7ac05c
commit
fa59eafd9a
7
init.el
7
init.el
@ -457,3 +457,10 @@ buffer is not visiting a file."
|
||||
|
||||
;; enable to set theme based on time of day.
|
||||
(run-at-time "00:00" 3600 'set-theme)
|
||||
|
||||
(add-hook 'after-make-frame-functions
|
||||
(lambda (frame)
|
||||
(condition-case exp
|
||||
(set-default-font "monaco-11" nil t)
|
||||
('error (package-refresh-contents)
|
||||
(set-default-font "menlo-11" nil t) nil))))
|
||||
|
Loading…
Reference in New Issue
Block a user