From 0ca210115bb5369b5269d5bbd6f315ce6a5767a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr> Date: Thu, 27 Feb 2025 00:44:03 +0100 Subject: [PATCH] Some org-mode and org-present style tweaks --- configuration.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configuration.org b/configuration.org index a264ea8..0d5b52b 100644 --- a/configuration.org +++ b/configuration.org @@ -329,9 +329,9 @@ Select the font I will use depending on the system (setq mh-font-variable "DejaVu Sans") ) ) -(set-face-attribute 'default nil :font mh-font-fixed :weight 'light :height 140) -(set-face-attribute 'fixed-pitch nil :font mh-font-fixed :weight 'light :height 140) -(set-face-attribute 'variable-pitch nil :font mh-font-variable :weight 'light :height 1.3) +(set-face-attribute 'default nil :font mh-font-fixed :weight 'normal :height 150) +(set-face-attribute 'fixed-pitch nil :font mh-font-fixed :weight 'normal :height 150) +(set-face-attribute 'variable-pitch nil :font mh-font-variable :weight 'normal :height 150) (set-frame-font mh-font-fixed nil t) #+end_src @@ -539,6 +539,7 @@ org with contributed packages added. (shell . t) (rust . t) )) + (org-fontify-quote-and-verse-blocks t) :config (add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp")) -- GitLab