diff options
| author | 2016-07-17 15:46:50 +0200 | |
|---|---|---|
| committer | 2016-07-17 15:46:50 +0200 | |
| commit | 76a4449ffd14fc79c411f3b7ccf0cdbbb1f285ce (patch) | |
| tree | 4b94c5a6b2665dbbe7baeda2729b386202a284e9 | |
| parent | a3c0e67add78ede8c0b1f84cf3f6d3e3b6d1b706 (diff) | |
| download | new-dotfiles-76a4449ffd14fc79c411f3b7ccf0cdbbb1f285ce.tar.gz new-dotfiles-76a4449ffd14fc79c411f3b7ccf0cdbbb1f285ce.zip | |
Use smaller font for Emacs
| -rw-r--r-- | emacs/.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 180cb6e..c39c394 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -75,7 +75,7 @@ This is currently the data directory under the ;;;; Font: -(defvar oni:preferred-font "Fantasque Sans Mono-15" +(defvar oni:preferred-font "Fantasque Sans Mono-13" "My personally preferred font.") ;; This sets the font for normal Emacs sessions. This will change the |
