annotate .elisp/settings/90.git-gutter.el @ 414:1b5d9d370b04

tramp: use bash on a FreeBSD machine tramp appears to be unclear on the concept of portable shell scripting. This is an interim hack until I can figure out what's going on.
author Augie Fackler <raf@durin42.com>
date Sun, 31 Jan 2016 20:37:35 -0500
parents 7e97572ac429
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
384
7e97572ac429 emacs: start using git-gutter-mode with Mercurial enabled
Augie Fackler <raf@durin42.com>
parents:
diff changeset
1 (require 'git-gutter)
7e97572ac429 emacs: start using git-gutter-mode with Mercurial enabled
Augie Fackler <raf@durin42.com>
parents:
diff changeset
2
7e97572ac429 emacs: start using git-gutter-mode with Mercurial enabled
Augie Fackler <raf@durin42.com>
parents:
diff changeset
3 ;; If you enable global minor mode
7e97572ac429 emacs: start using git-gutter-mode with Mercurial enabled
Augie Fackler <raf@durin42.com>
parents:
diff changeset
4 (global-git-gutter-mode t)
7e97572ac429 emacs: start using git-gutter-mode with Mercurial enabled
Augie Fackler <raf@durin42.com>
parents:
diff changeset
5
7e97572ac429 emacs: start using git-gutter-mode with Mercurial enabled
Augie Fackler <raf@durin42.com>
parents:
diff changeset
6 (setq git-gutter:handled-backends '(git hg))