diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-05-12 18:45:31 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-05-12 18:45:31 -0700 |
commit | fe20e991ae4a1a183c2573407876805b78f539ee (patch) | |
tree | ec81b1d248711231bc64e44e388f0b7a6cb10273 /emacs.d/custom/fcuny-ui.el | |
parent | [emacs] Fix some org-mode templates (diff) | |
download | emacs.d-fe20e991ae4a1a183c2573407876805b78f539ee.tar.gz |
[emacs] don't export TOC and section number for org.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el index 9763d0c..c1004d6 100644 --- a/emacs.d/custom/fcuny-ui.el +++ b/emacs.d/custom/fcuny-ui.el @@ -16,7 +16,7 @@ :config (blink-cursor-mode -1) (setq frame-title-format "%b") - (set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal :font "Source Code Pro") + (set-face-attribute 'default nil :height 140 :weight 'normal :width 'normal :font "Source Code Pro") (when (memq window-system '(mac ns)) (setq ns-use-native-fullscreen nil) (setq mac-allow-anti-aliasing t))) |