From 74aa9c9e3a7ebc7e142107347b150d1e0adc8065 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 30 Apr 2021 17:36:25 -0500 Subject: Customize fringes Still to think about: changing the `fringe' face. Do I want it another color? Do I even need any buffer boundaries? Hm.... --- early-init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index e9d7de0..25bc58c 100644 --- a/early-init.el +++ b/early-init.el @@ -73,7 +73,8 @@ (funcall (car mode) -1))))) (add-function :after after-focus-change-function - (defun hook--setup-fonts () + (defun acdw/first-frame-setup () + ;; fonts (require 'acdw-fonts) (setq acdw-fonts/monospace (pcase acdw/system (:home "DejaVu Sans Mono") @@ -90,6 +91,9 @@ "Noto Color Emoji" "Apple Color Emoji" "Symbola") + ;; fringes + (acdw/setup-fringes) + ;; only run this once (remove-function after-focus-change-function 'hook--setup-fonts))) -- cgit 1.4.1-21-gabe81