summary refs log tree commit diff
path: root/configs/rcs/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2018-08-27 17:07:15 -0700
committerFranck Cuny <fcuny@twitter.com>2018-08-27 17:07:15 -0700
commit44ea0f8acba0833f18c84748e7633f09a599af6b (patch)
treeb2fbe4bdcb087ebab80a7bd01e0061b7ad9e98fe /configs/rcs/emacs.d
parent[vim] Add vim again. Will give it another try for a week. (diff)
downloademacs.d-44ea0f8acba0833f18c84748e7633f09a599af6b.tar.gz
[emacs] set the font size.
Diffstat (limited to 'configs/rcs/emacs.d')
-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.