Default fonts.

This commit is contained in:
Ivan Malison 2014-11-20 17:52:06 -08:00
parent af17590330
commit e513b14bc7

View File

@ -670,6 +670,8 @@ buffer is not visiting a file."
(defvar light-themes '(solarized-light))) (defvar light-themes '(solarized-light)))
(unless (boundp 'terminal-themes) (unless (boundp 'terminal-themes)
(defvar terminal-themes '(solarized-light monokai))) (defvar terminal-themes '(solarized-light monokai)))
(unless (boundp 'fonts)
(defvar fonts '(monaco-9)))
(defun random-choice (choices) (defun random-choice (choices)
(nth (random (length choices)) choices)) (nth (random (length choices)) choices))