Default fonts.
This commit is contained in:
parent
af17590330
commit
e513b14bc7
2
init.el
2
init.el
@ -670,6 +670,8 @@ buffer is not visiting a file."
|
||||
(defvar light-themes '(solarized-light)))
|
||||
(unless (boundp 'terminal-themes)
|
||||
(defvar terminal-themes '(solarized-light monokai)))
|
||||
(unless (boundp 'fonts)
|
||||
(defvar fonts '(monaco-9)))
|
||||
|
||||
(defun random-choice (choices)
|
||||
(nth (random (length choices)) choices))
|
||||
|
Loading…
Reference in New Issue
Block a user