diff options
author | Guangxiong Lin <[email protected]> | 2021-10-24 15:59:46 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-10-24 15:59:46 +0800 |
commit | 6211d3fb8f7d001a59ca6f2323d037ed42ac1c2d (patch) | |
tree | e27e6eb0b21e94f59595b43c5d4a56fe0ae438d7 | |
parent | 5b54d29cebc360e3705f6b2c58e00fe1f0f971ad (diff) | |
download | dotfiles-6211d3fb8f7d001a59ca6f2323d037ed42ac1c2d.tar.gz dotfiles-6211d3fb8f7d001a59ca6f2323d037ed42ac1c2d.tar.bz2 dotfiles-6211d3fb8f7d001a59ca6f2323d037ed42ac1c2d.zip |
Update emacs font config
-rw-r--r-- | .emacs.d/lisp/init-misc.el | 2 |
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 |