diff options
Diffstat (limited to '.config/emacs/modules/mm-theme.el')
-rw-r--r-- | .config/emacs/modules/mm-theme.el | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.config/emacs/modules/mm-theme.el b/.config/emacs/modules/mm-theme.el index 5c9ac27..3e14fe2 100644 --- a/.config/emacs/modules/mm-theme.el +++ b/.config/emacs/modules/mm-theme.el @@ -105,10 +105,9 @@ Also see `mm-theme-ligatures-alist'." (use-package ligature :ensure t - :if (and (or mm-darwin-p - (seq-contains-p (split-string system-configuration-features) - "HARFBUZZ")) - (display-graphic-p)) + :if (or mm-darwin-p + (seq-contains-p (split-string system-configuration-features) + "HARFBUZZ")) :hook prog-mode :config (mm-theme-update-ligatures)) @@ -169,7 +168,6 @@ See also the `mm-theme-background-opacity' variable." (use-package spacious-padding :ensure t - :if (display-graphic-p) :hook after-init) |