Clean up
This commit is contained in:
parent
1df505aa3c
commit
b374baa045
3 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue