diff-hl -> git-gutter-fringe

This commit is contained in:
Henrik Lissner 2015-12-09 01:16:31 -05:00
parent 9a9bce7260
commit ae391a3356
3 changed files with 53 additions and 9 deletions

View file

@ -19,7 +19,6 @@
(exmap "en[ew]" 'narf:file-create)
(exmap "full[scr]" 'narf:toggle-fullscreen)
(exmap "fullw[rite]" 'narf:toggle-write-mode)
(exmap "bl[ame]" 'narf:github-browse-file)
(exmap "http" 'httpd-start)
(exmap "ini" 'narf:ido-find-file-in-emacsd)
(exmap "k[ill]" 'kill-this-buffer) ; Kill current buffer
@ -54,6 +53,9 @@
(exmap "proj[ect]" 'narf:org-crm-project)
(exmap "invo[ice]" 'narf:org-crm-invoice)
;; GIT
(exmap "bl[ame]" 'narf:github-browse-file)
(after! flycheck
(exmap "er[rors]" (λ (flycheck-buffer) (flycheck-list-errors))))