From ef5051ce34fd2639a85dd1532651109adcd00476 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 18 Dec 2024 22:08:16 -0500 Subject: Remove web browser, other outdated config --- .config/emacs/modules/bd--themes.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.config/emacs/modules/bd--themes.el') diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el index d6f716f..443352c 100644 --- a/.config/emacs/modules/bd--themes.el +++ b/.config/emacs/modules/bd--themes.el @@ -20,13 +20,13 @@ to.") (set-face-attribute 'variable-pitch nil :family "Dejavu Math TeX Gyre" - :height 120) + :height 130) (set-face-attribute 'fixed-pitch nil :family "DejaVu Sans Mono" :height 120) (set-face-attribute 'default nil :family "DejaVu Sans Mono" - :height 140) + :height 130) (use-package modus-themes @@ -42,8 +42,6 @@ and some other minor face changes." (custom-set-faces `(mode-line ((,c :overline ,bg-button-active))) `(mode-line-inactive ((,c :overline ,bg-button-inactive))) - `(hl-line ((,c :background nil :underline ,fg-main))) - `(line-number-current-line ((,c :underline ,fg-main))) `(eshell-prompt ((,c :foreground ,fg-main :background ,bg-dim :height 1.1 :extend t)))))) (add-hook 'modus-themes-post-load-hook #'bd/modus-set-faces) :custom -- cgit v1.2.3