diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-17 08:21:12 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-17 08:21:12 +0200 |
commit | 732ac726808129afd35413008ac53f8bb577380f (patch) | |
tree | bc846b5b74c688a7ea3b85e102ed24b8dccc957e /.config/emacs/config.org | |
parent | 77e20ba15d0185675e2d10c7e3cb207ee76a0931 (diff) |
emacs: Add fringes
Diffstat (limited to '.config/emacs/config.org')
-rw-r--r-- | .config/emacs/config.org | 10 |
1 files changed, 10 insertions, 0 deletions
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 |