some font improvements
This commit is contained in:
parent
de4c83b15b
commit
e74da5c70a
1 changed files with 6 additions and 1 deletions
|
@ -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]].
|
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"
|
#+begin_src emacs-lisp :tangle "early-init.el"
|
||||||
|
;;; -*- lexical-binding: t -*-
|
||||||
(defvar luj/tiling-window-manager-regexp "hyprland\\|none\\+exwm"
|
(defvar luj/tiling-window-manager-regexp "hyprland\\|none\\+exwm"
|
||||||
"Regular expression to tiling window managers.
|
"Regular expression to tiling window managers.
|
||||||
See definition of the `with-desktop-session' macro.")
|
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)
|
:default-height 150)
|
||||||
(presentation
|
(presentation
|
||||||
:inherit medium
|
:inherit medium
|
||||||
:default-height 180)
|
:default-height 165)
|
||||||
(jumbo
|
(jumbo
|
||||||
:inherit medium
|
:inherit medium
|
||||||
:default-height 260)
|
:default-height 260)
|
||||||
|
(dell-docked
|
||||||
|
:inherit medium
|
||||||
|
:default-height 200)
|
||||||
|
|
||||||
(t
|
(t
|
||||||
:default-weight regular
|
:default-weight regular
|
||||||
:default-slant normal
|
:default-slant normal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue