summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs.d/custom/fcuny-ui.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el
index b579863..7d9d699 100644
--- a/emacs.d/custom/fcuny-ui.el
+++ b/emacs.d/custom/fcuny-ui.el
@@ -18,7 +18,6 @@
(use-package frame
:config
(blink-cursor-mode -1)
- (load-theme 'leuven)
(setq frame-title-format "%b")
(when (memq window-system '(mac ns))
(set-frame-font "Source Code Pro-15")
@@ -28,7 +27,7 @@
(setq ns-use-native-fullscreen nil)
(setq mac-allow-anti-aliasing t))
(when (memq window-system '(x))
- (set-frame-font "Source Code Pro-10")))
+ (set-frame-font "Source Code Pro-11")))
(use-package hl-line
:hook ((prog-mode puppet-mode dired-mode org-mode markdown-mode conf-mode yaml-mode) . hl-line-mode)