diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-01-19 10:39:46 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-01-19 10:39:46 -0800 |
commit | 9353c33abad9a486c67ea8bc82e06b37d3b36a92 (patch) | |
tree | b27ff6c5259e7cd983b55153d1fe1438cc75cd6b /emacs.d/init.el | |
parent | [bash] go back to simple prompt. (diff) | |
download | emacs.d-9353c33abad9a486c67ea8bc82e06b37d3b36a92.tar.gz |
clean up.
Removed scripts and some configs, they will be in their own repo.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el (renamed from configs/rcs/emacs.d/init.el) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rcs/emacs.d/init.el b/emacs.d/init.el index 2506a77..e0b0a44 100644 --- a/configs/rcs/emacs.d/init.el +++ b/emacs.d/init.el @@ -102,7 +102,7 @@ (defun fcuny/setup-frame(&optional frame) (fringe-mode '(10 . 10)) (setq-default frame-title-format "%b") - (set-face-attribute 'default nil :height 150 :weight 'normal :width 'normal :font "Source Code Pro") + (set-face-attribute 'default nil :height 160 :weight 'normal :width 'normal :font "Source Code Pro") (when (eq system-type 'darwin) (setq ns-use-native-fullscreen nil) (setq mac-allow-anti-aliasing t))) |