From 44ea0f8acba0833f18c84748e7633f09a599af6b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 27 Aug 2018 17:07:15 -0700 Subject: [emacs] set the font size. --- configs/rcs/emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/rcs') 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. -- cgit 1.4.1