rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 748e46ba7ab00c7480bc01681b559db2af8a479e
parent 4618932b2ff4dc8fc1a207d5e9864eed92e7049f
Author: Mark Feller <mjfeller1992@gmail.com>
Date:   Fri, 14 Aug 2020 17:53:14 -0600

cleanup font selection in poet theme

Diffstat:
Mdots/.emacs.d/lisp/poet/poet-theme.el | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dots/.emacs.d/lisp/poet/poet-theme.el b/dots/.emacs.d/lisp/poet/poet-theme.el @@ -42,10 +42,8 @@ ;;; Code: -;; (set-face-attribute 'default nil :family "Roboto Mono") -;; (set-face-attribute 'default nil :family "Fira Mono") -;; (set-face-attribute 'default nil :family "Iosevka Slab") -(set-face-attribute 'default nil :family "Hack") +(set-face-attribute 'default nil :family "Roboto Mono") +(set-face-attribute 'fixed-pitch nil :family "Roboto Mono") (defvar poet--monospace-height (face-attribute 'fixed-pitch :height nil 'default)