summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs.d/custom/fcuny-org.el3
-rw-r--r--emacs.d/custom/fcuny-ui.el2
2 files changed, 4 insertions, 1 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el
index 8a351dc..991e83e 100644
--- a/emacs.d/custom/fcuny-org.el
+++ b/emacs.d/custom/fcuny-org.el
@@ -53,6 +53,9 @@
                           (expand-file-name "twitter/people.org" org-directory)
                           (expand-file-name "twitter/meetings.org" org-directory)))
 
+  (org-export-with-toc nil)
+  (org-export-with-section-numbers nil)
+
   ;; see https://github.com/abo-abo/swiper/issues/986
   (org-goto-interface 'outline-path-completion)
   (org-outline-path-complete-in-steps nil)
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)))