From ea373961751be3a8cac8dbe86bde3e1e0bcf3357 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Thu, 4 Jul 2024 14:14:49 +0200 Subject: [PATCH] Update .emacs.d/config.org --- private_dot_emacs.d/config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/private_dot_emacs.d/config.org b/private_dot_emacs.d/config.org index 01c7790..82572c5 100644 --- a/private_dot_emacs.d/config.org +++ b/private_dot_emacs.d/config.org @@ -97,7 +97,7 @@ Besides the font settings, I use the package fixed-pitch, which sets up hooks au :vc ( :fetcher github :repo cstby/fixed-pitch-mode)) #+end_src -** Ligatures +*** Ligatures #+begin_src emacs-lisp (use-package ligature :config @@ -119,7 +119,7 @@ Besides the font settings, I use the package fixed-pitch, which sets up hooks au #+end_src ** Visual mode -We turn on visual mode, so that lines can wrap nicely and do go beyond my Emacs buffer size. +We turn on visual mode, so that lines can wrap nicely and not go beyond my Emacs buffer size. #+begin_src emacs-lisp (global-visual-line-mode t) #+end_src