some font improvements

This commit is contained in:
Luj 2025-07-23 20:54:14 +02:00
parent de4c83b15b
commit e74da5c70a
Signed by: luj
GPG key ID: 6FC74C847011FD83

View file

@ -19,6 +19,7 @@ The ~early-init.el~ file is the first file loaded during ~emacs~ initialisation.
I want to configure the frame size if I am in a non-tiling window manager, for this I define the ~with-desktop-session~ macro, inspired by [[https://protesilaos.com/emacs/dotemacs][Protesilaos Stavrou's emacs configuration]].
#+begin_src emacs-lisp :tangle "early-init.el"
;;; -*- lexical-binding: t -*-
(defvar luj/tiling-window-manager-regexp "hyprland\\|none\\+exwm"
"Regular expression to tiling window managers.
See definition of the `with-desktop-session' macro.")
@ -324,10 +325,14 @@ Nerd icons are a nice addition to the UI, I try to enable them wherever I can.
:default-height 150)
(presentation
:inherit medium
:default-height 180)
:default-height 165)
(jumbo
:inherit medium
:default-height 260)
(dell-docked
:inherit medium
:default-height 200)
(t
:default-weight regular
:default-slant normal