diff options
| author | Raul Benencia <id@rbenencia.name> | 2026-03-07 09:22:59 -0800 |
|---|---|---|
| committer | Raul Benencia <id@rbenencia.name> | 2026-03-07 09:22:59 -0800 |
| commit | 26bf130d3426f863d9548b4ec786f634004be177 (patch) | |
| tree | 54002111823ce6664699bb5d0fb201ec86981c61 /.emacs.d/rul-lisp/packages/rul-fonts.el | |
| parent | 9d7e37f02284600593d255a8e9c62bb701fccef1 (diff) | |
emacs: rm wayland customization
Diffstat (limited to '.emacs.d/rul-lisp/packages/rul-fonts.el')
| -rw-r--r-- | .emacs.d/rul-lisp/packages/rul-fonts.el | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-fonts.el b/.emacs.d/rul-lisp/packages/rul-fonts.el index d491605..57df8e6 100644 --- a/.emacs.d/rul-lisp/packages/rul-fonts.el +++ b/.emacs.d/rul-lisp/packages/rul-fonts.el @@ -1,8 +1,5 @@ ;;; rul-fonts.el --- Fonts configuration -(defun rul-wayland-session-p () - (string= (getenv "XDG_SESSION_TYPE") "wayland")) - (use-package fontaine :ensure t :config @@ -35,12 +32,8 @@ (t :default-family "Iosevka" :default-weight regular - :default-height 140 + :default-height 150 :variable-pitch-family "Iosevka Aile"))) - - ;; Set desired style from `fontaine-presets' - (if (rul-wayland-session-p) - (fontaine-set-preset 'wayland-medium) - (fontaine-set-preset 'medium))) + ) (provide 'rul-fonts) |
