From 732ac726808129afd35413008ac53f8bb577380f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 17 Aug 2023 08:21:12 +0200 Subject: emacs: Add fringes --- .config/emacs/config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.config/emacs/config.org') diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 6264d55..7dfde90 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -931,6 +931,16 @@ the ~load-theme~ function to fire a hook. #+END_SRC +*** Fringes + +It’s also nice to have fringes! + +#+BEGIN_SRC elisp + + (set-fringe-style (cons 32 32)) + +#+END_SRC + *** Line Highlighting This is just something I personally like having. It makes it very easy for me -- cgit v1.2.3