From b6509db9d57ceb71e159cc5a321150f08aaff6b8 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 22 Aug 2021 15:04:39 -0500 Subject: Require 'acdw-frame --- early-init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 4037fde..e7d167f 100644 --- a/early-init.el +++ b/early-init.el @@ -23,7 +23,7 @@ (push (expand-file-name "lisp/" user-emacs-directory) load-path) (require 'acdw) - +(require 'acdw-frame) ;;; Speed up init ;; see doom-emacs, et al. @@ -87,9 +87,9 @@ say, `tool-bar-mode' once to toggle the tool bar back on." (acdw/set-first-face-attribute 'default monospace-faces) (acdw/set-first-face-attribute 'fixed-pitch monospace-faces) (acdw/set-first-face-attribute 'variable-pitch - '((:font "Inter" :height 12) + '((:font "Inter" :height 120) (:font "sans-serif" - :height 10)))) + :height 100)))) (acdw/set-emoji-fonts "Segoe UI Emoji" "Noto Color Emoji" "Apple Color Emoji" -- cgit 1.4.1-21-gabe81