diff options
author | Marius Peter <blendoit@gmail.com> | 2021-01-01 16:18:50 -0800 |
---|---|---|
committer | Marius Peter <blendoit@gmail.com> | 2021-01-01 16:18:50 -0800 |
commit | 261a452a07fec66505abf55a10f3d623209a3114 (patch) | |
tree | 606295d27e85362488c6d26627b4e3f6bb7757dd | |
parent | 5daa179cfccd49068113a46e6850feddcdc9e84f (diff) |
Fringe only on left side.
-rw-r--r-- | custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ '(erc-modules '(autojoin button completion services spelling track netsplit fill match readonly networks ring noncommands irccontrols move-to-prompt stamp menu list)) '(fci-rule-color "#383838") - '(fringe-mode '(16 . 32) nil (fringe)) + '(fringe-mode '(16 . 0) nil (fringe)) '(global-display-line-numbers-mode t) '(indicate-empty-lines t) '(line-number-mode nil) |