From b4d02c025eab80cbf4956606c7397d3d164b93f1 Mon Sep 17 00:00:00 2001 From: palace Date: Mon, 16 Jan 2017 16:17:17 -0600 Subject: [PATCH] font change --- .emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs b/.emacs index 8ce7976..8a6326e 100644 --- a/.emacs +++ b/.emacs @@ -41,7 +41,7 @@ (add-to-list 'load-path "~/.emacs.d/async") (require 'helm-config) (helm-mode 1) -(semantic-mode 1) +;;(semantic-mode 1) (helm-autoresize-mode 1) (setq helm-autoresize-min-height 25) @@ -139,7 +139,7 @@ ;; '(default ((t (:inherit nil :stipple nil :background "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil))))) (load-theme 'manoj-dark t) -(set-default-font "Monospace-10") +(set-default-font "Monospace-14") (global-font-lock-mode t) (setq font-lock-maximum-decoration t)