From 437f92c71ca0ca309f51d83567f03f11e1ca7707 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Fri, 1 Oct 2021 19:07:33 -0500
Subject: Change modeline font

---
 lisp/acdw-modeline.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/acdw-modeline.el b/lisp/acdw-modeline.el
index 9963309..21068bd 100644
--- a/lisp/acdw-modeline.el
+++ b/lisp/acdw-modeline.el
@@ -36,10 +36,10 @@ Otherwise, cdr should be a function that takes two points (see `count-words')."
   (propertize (concat " "
                       (truncate-string (/ (window-total-width) 2)
                                        (buffer-name) "~"))
-              'face
-              (if (buffer-modified-p)
-                  'font-lock-warning-face
-                'font-lock-type-face)
+              'face 'bold
+              ;; (if (buffer-modified-p)
+              ;;     'font-lock-warning-face
+              ;;   'font-lock-type-face)
               'help-echo (or (buffer-file-name)
                              (buffer-name))))
 
-- 
cgit 1.4.1-21-gabe81