From 65a0a832b41bdfe88082c988cf0b35014e36e299 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Sun, 20 Nov 2022 15:46:34 +0100 Subject: [PATCH] Fix typo --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 643470b..6c6a97f 100644 --- a/config.org +++ b/config.org @@ -316,7 +316,7 @@ This small function just switches the focus to the newly opened window so we can ** Adaptive cursor width -Make cursor the width of the character it is under f.e. full diwth of a tab. +Make cursor the width of the character it is under f.e. full width of a tab. #+BEGIN_SRC emacs-lisp (setq x-stretch-cursor t)