diff options
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 |