summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/rcs/emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el
index 300dde0..7743eb2 100644
--- a/configs/rcs/emacs.d/init.el
+++ b/configs/rcs/emacs.d/init.el
@@ -97,6 +97,8 @@
(setq-default indent-tabs-mode nil) ;; turn off tab indentation
(setq-default cursor-type 'hbar) ;; cursor is a horizontal bar
+(set-face-attribute 'default nil :height 160 :weight 'normal :width 'normal)
+
(fringe-mode '(8 . 8)) ;; size of the fringe
(global-set-key (kbd "M-j") 'join-line) ;; Remap join-line to M-j where it's easier to get to.