diff options
author | Jesús <heckyel@hyperbola.info> | 2018-10-26 20:04:23 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-10-26 20:04:23 -0500 |
commit | 4a3d8a46f926bc810238ec32d7141b3c965abbd9 (patch) | |
tree | e1be0a0357e98038ed55fa19d572631e0ffc6680 /lisp/init-gui.el | |
parent | 179372135dadcf909b363172b7e848c57e7041f9 (diff) | |
download | emacs-personal-4a3d8a46f926bc810238ec32d7141b3c965abbd9.tar.lz emacs-personal-4a3d8a46f926bc810238ec32d7141b3c965abbd9.tar.xz emacs-personal-4a3d8a46f926bc810238ec32d7141b3c965abbd9.zip |
fix indent
Diffstat (limited to 'lisp/init-gui.el')
-rw-r--r-- | lisp/init-gui.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/init-gui.el b/lisp/init-gui.el index 3339e21..80c97fe 100644 --- a/lisp/init-gui.el +++ b/lisp/init-gui.el @@ -33,7 +33,9 @@ ;; Font theme (Monospace, or DejaVu Sans Mono if Monospace is not ;; present) (condition-case nil - (set-frame-font "Monospace-9") + (set-frame-font "Hack-9") + ;; (set-frame-font "Monospace-9") + ;; (set-frame-font "Anonymous Pro-10") (error (set-frame-font "DejaVu Sans Mono-10"))) ;;---------------------------------------------------------------------------- |