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