emacs: disable fringe-mode

master
an 2020-02-06 01:43:59 -05:00
parent a362161b53
commit 156b9d41d0
1 changed files with 4 additions and 0 deletions

View File

@ -326,4 +326,8 @@
:config
(show-paren-mode t))
(use-package fringe
:config
(fringe-mode 0))
;; EOF