From f3640ba63d39d15f220bfc92e28bb3bec1955d7b Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Tue, 28 Jun 2022 23:21:23 +0800 Subject: Update emacs config --- .emacs.d/lisp/init-appearance.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.emacs.d/lisp/init-appearance.el') diff --git a/.emacs.d/lisp/init-appearance.el b/.emacs.d/lisp/init-appearance.el index eac5e1e..ff848f6 100644 --- a/.emacs.d/lisp/init-appearance.el +++ b/.emacs.d/lisp/init-appearance.el @@ -1,5 +1,5 @@ (defun gx/set-appearance--linux () - (set-face-attribute 'default nil :height 130)) + (set-face-attribute 'default nil :height 120)) (defun gx/set-appearance--mac () (set-face-attribute 'default nil :height 160) @@ -16,8 +16,8 @@ (gx/set-appearance--linux)) (when *is-a-mac* (gx/set-appearance--mac))) - (when (gx/maybe-require-package 'color-theme-sanityinc-tomorrow) - (color-theme-sanityinc-tomorrow-eighties))) + (when (gx/maybe-require-package 'doom-themes) + (load-theme 'doom-one))) (add-to-list 'after-make-frame-functions #'gx/set-appearance-for-frame) -- cgit v1.2.3