aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2021-10-24 15:59:46 +0800
committerGuangxiong Lin <[email protected]>2021-10-24 15:59:46 +0800
commit6211d3fb8f7d001a59ca6f2323d037ed42ac1c2d (patch)
treee27e6eb0b21e94f59595b43c5d4a56fe0ae438d7 /.emacs.d
parent5b54d29cebc360e3705f6b2c58e00fe1f0f971ad (diff)
downloaddotfiles-6211d3fb8f7d001a59ca6f2323d037ed42ac1c2d.tar.gz
dotfiles-6211d3fb8f7d001a59ca6f2323d037ed42ac1c2d.tar.bz2
dotfiles-6211d3fb8f7d001a59ca6f2323d037ed42ac1c2d.zip
Update emacs font config
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-misc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index 6f8bf7e..3e5841f 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -15,7 +15,7 @@
(use-package atom-one-dark-theme
:config
(load-theme 'atom-one-dark t))
-(set-face-attribute 'default nil :font "Monaco" :height 150)
+(set-face-attribute 'default nil :font "Liberation Mono" :height 130)
(use-package which-key
:ensure t