diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-08-27 17:07:15 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-08-27 17:07:15 -0700 |
commit | 44ea0f8acba0833f18c84748e7633f09a599af6b (patch) | |
tree | b2fbe4bdcb087ebab80a7bd01e0061b7ad9e98fe /configs | |
parent | [vim] Add vim again. Will give it another try for a week. (diff) | |
download | emacs.d-44ea0f8acba0833f18c84748e7633f09a599af6b.tar.gz |
[emacs] set the font size.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/rcs/emacs.d/init.el | 2 |
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. |