diff options
-rw-r--r-- | emacs.d/init-settings.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init-settings.el b/emacs.d/init-settings.el index 201f8465ebf9..aa73e25a69ea 100644 --- a/emacs.d/init-settings.el +++ b/emacs.d/init-settings.el @@ -94,6 +94,8 @@ comment as a filename." (global-hl-line-mode -1) +(set-default-font "Source Code Pro 13") + ;; Hiding JOIN, QUIT, PART (setq erc-hide-list '("JOIN" "PART" "QUIT")) |