diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 05:53:43 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 05:53:43 +0200 |
commit | c2330d7ebec3a3a3cfbe96b41beefbd5ce7919c6 (patch) | |
tree | e99ad61583c1c8f6e47df406c4f7f0b836534ce2 /.config/emacs/init.el | |
parent | 485e5f095f826a366452d83a7ccac08b1b9f01ba (diff) |
emacs: Remove fringe-style
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index e162d34..f3d10cd 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -582,7 +582,6 @@ related hooks." ;;; User Interface Themeing (load-theme 'mango :no-confirm) -(set-fringe-style (cons 32 32)) (defvar x-alpha-background 90 "The opacity of a graphical Emacs frame, ranging from 0–100. A value |