diff options
author | Alan Pearce | 2018-01-12 14:54:10 +0100 |
---|---|---|
committer | Alan Pearce | 2018-01-12 14:54:10 +0100 |
commit | b06ee4ed9ffb3d53369f79e354b71daa27a5baa0 (patch) | |
tree | ea20f69f16226d81cf52e866f58979966ff449c7 /emacs/.emacs.d | |
parent | a36c10e44d618d7ba568b64e11abef72549b7075 (diff) | |
download | nixfiles-b06ee4ed9ffb3d53369f79e354b71daa27a5baa0.tar.lz nixfiles-b06ee4ed9ffb3d53369f79e354b71daa27a5baa0.tar.zst nixfiles-b06ee4ed9ffb3d53369f79e354b71daa27a5baa0.zip |
Emacs: Improve fringe display
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/main.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 08ff9658..fd0c3e36 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -129,6 +129,7 @@ (tooltip-mode -1)) (with-eval-after-load 'tool-bar (tool-bar-mode -1)) +(set-fringe-mode '(4 . 4)) ;; Ring the bell sometimes, but not so often (setq ring-bell-function @@ -1826,7 +1827,7 @@ With prefix TO-CURRENT-BUFFER, insert command output into buffer." (setq flycheck-indication-mode 'left-fringe) (with-eval-after-load 'git-gutter-fringe (fringe-helper-define 'flycheck-fringe-bitmap-double-arrow '(center repeated) - ".XXX....")) + "XXX.....")) (if (executable-find "eslint_d") (setq flycheck-javascript-eslint-executable "eslint_d")))) |