diff-hl -> git-gutter-fringe
This commit is contained in:
parent
9a9bce7260
commit
ae391a3356
3 changed files with 53 additions and 9 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue