aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'home/.emacs.d/init.el')
-rw-r--r--home/.emacs.d/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el
index afb24ff..5db3680 100644
--- a/home/.emacs.d/init.el
+++ b/home/.emacs.d/init.el
@@ -18,8 +18,10 @@
(global-auto-revert-mode t)
;; font
+(add-to-list 'default-frame-alist '(font . "Ubuntu Mono" ))
+(set-face-attribute 'default t :font "Ubuntu Mono")
; value is in 1/10pt, so 100 will give you 10pt, etc.
-(set-face-attribute 'default nil :height 110)
+(set-face-attribute 'default nil :height 130)
;; simplify questions
(defalias 'yes-or-no-p 'y-or-n-p)