summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2018-01-12 14:54:10 +0100
committerAlan Pearce2018-01-12 14:54:10 +0100
commitb06ee4ed9ffb3d53369f79e354b71daa27a5baa0 (patch)
treeea20f69f16226d81cf52e866f58979966ff449c7 /emacs
parenta36c10e44d618d7ba568b64e11abef72549b7075 (diff)
downloaddotfiles-b06ee4ed9ffb3d53369f79e354b71daa27a5baa0.tar.lz
dotfiles-b06ee4ed9ffb3d53369f79e354b71daa27a5baa0.tar.zst
dotfiles-b06ee4ed9ffb3d53369f79e354b71daa27a5baa0.zip
Emacs: Improve fringe display
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 08ff965..fd0c3e3 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"))))