From 9a8ddc8d20d3bfba8cd4d6505c33c8bd22d78f47 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Wed, 15 Jan 2025 18:43:38 +0800 Subject: [PATCH] Add line around new calendar entry and update large font. --- emacs/.emacs.d/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index ec85953..dec61b7 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -125,6 +125,7 @@ vc-follow-symlinks t (file+olp+datetree "~/Nextcloud/notes/calendar.org") "* %?\n :PROPERTIES:\n :location: %^{Location}\n :END:\n%^T--%^T\n\n" :jump-to-captured t + :empty-lines 1 :tree-type month :time-prompt t) ("p" "Permanent note" plain @@ -527,10 +528,9 @@ vc-follow-symlinks t (large-1 :default-family "Iosevka Nerd Font" :default-height 150 - :variable-pitch-family "Linux Biolinum O" + :variable-pitch-family "Literata" :variable-pitch-weight normal - :variable-pitch-height 1.1 - :italic-family "Iosevka Etoile" + :variable-pitch-height 1.0 :line-spacing 1) (regular-2 :default-family "Fira Mono Nerd Font" -- 2.39.5