From a3a3aed432affd0b879e5f4e0b5067cc0262ea41 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 28 Oct 2020 17:21:05 -0700 Subject: emacs: use default theme / smaller font --- emacs.d/custom/fcuny-ui.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs.d') 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) -- cgit 1.4.1