mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
:github => :blame + comment clean up in my-commands.el
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
(exmap "en[ew]" 'narf:file-create)
|
(exmap "en[ew]" 'narf:file-create)
|
||||||
(exmap "full[scr]" 'narf:toggle-fullscreen)
|
(exmap "full[scr]" 'narf:toggle-fullscreen)
|
||||||
(exmap "fullw[rite]" 'narf:toggle-write-mode)
|
(exmap "fullw[rite]" 'narf:toggle-write-mode)
|
||||||
(exmap "gith[ub]" 'narf:github-browse-file)
|
(exmap "bl[ame]" 'narf:github-browse-file)
|
||||||
(exmap "http" 'httpd-start)
|
(exmap "http" 'httpd-start)
|
||||||
(exmap "ini" 'narf:ido-find-file-in-emacsd)
|
(exmap "ini" 'narf:ido-find-file-in-emacsd)
|
||||||
(exmap "k[ill]" 'kill-this-buffer) ; Kill current buffer
|
(exmap "k[ill]" 'kill-this-buffer) ; Kill current buffer
|
||||||
|
Reference in New Issue
Block a user