summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-05-24 15:11:05 +0200
committerAlan Pearce2017-05-24 15:11:05 +0200
commit43bca738588a0e1b3cc2719fde3203561f9aaabd (patch)
tree96edf1657ee4da5d59de083892aa757b88598227 /emacs
parenteae9dacbdb09ca1b0274a23d0ebe97a5a3235db7 (diff)
downloaddotfiles-43bca738588a0e1b3cc2719fde3203561f9aaabd.tar.lz
dotfiles-43bca738588a0e1b3cc2719fde3203561f9aaabd.tar.zst
dotfiles-43bca738588a0e1b3cc2719fde3203561f9aaabd.zip
Emacs: Fix undefined fringe-helper error
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 6392f5c..b13f4e7 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -575,6 +575,7 @@ changed.  This package colours the fringe.  I have it set to the right
 fringe so it doesn’t interfere with flycheck.
 
 #+BEGIN_SRC emacs-lisp
+(eval-when-compile (require 'fringe-helper))
 (use-package git-gutter-fringe
   :defer 2
   :diminish git-gutter-mode