view .elisp/settings/90.git-gutter.el @ 397:98484e1f564f

rust: lots of new configs to make working with rust code easy
author Augie Fackler <raf@durin42.com>
date Mon, 27 Jun 2016 16:27:46 -0400
parents 7e97572ac429
children
line wrap: on
line source

(require 'git-gutter)

;; If you enable global minor mode
(global-git-gutter-mode t)

(setq git-gutter:handled-backends '(git hg))