diff options
| author | bd <bdunahu@operationnull.com> | 2024-11-29 20:56:27 -0500 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2024-11-29 20:56:27 -0500 |
| commit | c0dfcefd4b8a874426a8e81e8ee3d045a1c7a28f (patch) | |
| tree | ab68fb6558c7b87c74ac4740f5acd94a8f0259c6 /.config/emacs/modules/bd--themes.el | |
| parent | 007c2ec4f8fa990090dcf8e95dd8e01954df37da (diff) | |
More mode line and tab bar customizations
Diffstat (limited to '.config/emacs/modules/bd--themes.el')
| -rw-r--r-- | .config/emacs/modules/bd--themes.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/emacs/modules/bd--themes.el b/.config/emacs/modules/bd--themes.el index 514df4b..4ebe1b0 100644 --- a/.config/emacs/modules/bd--themes.el +++ b/.config/emacs/modules/bd--themes.el @@ -3,7 +3,6 @@ ;;; Code: -;; variable-pitch fonts (defun bd/enable-variable-pitch-exempt () "Text modes to exempt from variable pitch fonts." (unless (derived-mode-p 'latex-mode 'mhtml-mode 'nxml-mode 'yaml-mode) @@ -30,7 +29,6 @@ to.") :height 120) -;;;; colors (use-package modus-themes :load-path (lambda () (expand-file-name "themes/" data-directory)) :demand t |
