From e74da5c70a0406e2b9fdef45d12cde80dafc9c1d Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Wed, 23 Jul 2025 20:54:14 +0200 Subject: [PATCH] some font improvements --- ReadMe.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ReadMe.org b/ReadMe.org index 5dfc2ab..519e6db 100644 --- a/ReadMe.org +++ b/ReadMe.org @@ -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