This commit is contained in:
Henrik Lissner 2016-01-02 15:08:49 -05:00
parent 1df505aa3c
commit b374baa045
3 changed files with 8 additions and 7 deletions

View file

@ -66,10 +66,7 @@
(exmap "proj[ect]" 'narf:org-crm-project)
(exmap "invo[ice]" 'narf:org-crm-invoice)
;; Plugins
(after! flycheck
(exmap "er[rors]" (λ! (flycheck-buffer) (flycheck-list-errors))))
;; Sessions/tabs
(exmap "sl[oad]" 'narf:load-session)
(exmap "ss[ave]" 'narf:save-session)
(exmap "tabs" 'narf/tab-display)
@ -81,5 +78,9 @@
(exmap "tabp[rev]" 'narf:switch-to-tab-left)
(exmap "tabl[ast]" 'narf:switch-to-tab-last)
;; Plugins
(after! flycheck
(exmap "er[rors]" (λ! (flycheck-buffer) (flycheck-list-errors))))
(provide 'my-commands)
;;; my-commands.el ends here