Refactor my-commands.el
This commit is contained in:
parent
ee5cec5f60
commit
7a7712223d
1 changed files with 52 additions and 52 deletions
|
@ -4,7 +4,7 @@
|
|||
(exmap "acomp[ile]" 'narf:compile-autoloads)
|
||||
(exmap "bcomp[ile]" 'narf:compile-el)
|
||||
(exmap "echo" 'narf:echo)
|
||||
(exmap "minor" 'what-minor-modes)
|
||||
(exmap "minor" 'helm-describe-modes)
|
||||
|
||||
;; Editing
|
||||
(exmap "@" 'narf/evil-macro-on-all-lines)
|
||||
|
@ -19,7 +19,6 @@
|
|||
(exmap "wal[ign]" 'narf:whitespace-align)
|
||||
(exmap "rec[ent]" 'narf:helm-recentf)
|
||||
(exmap "reo[rient]" 'narf/window-reorient)
|
||||
(exmap "cols" 'narf:set-columns)
|
||||
|
||||
;; External resources
|
||||
(exmap "dash" 'dash-at-point)
|
||||
|
@ -57,13 +56,14 @@
|
|||
(exmap "rm" 'narf:file-delete) ; rm[!]
|
||||
|
||||
;; Presentation/demo
|
||||
(exmap "big" 'narf:toggle-big-mode)
|
||||
(exmap "big" 'big-mode)
|
||||
(exmap "full[scr]" 'narf:toggle-fullscreen)
|
||||
(exmap "fullw[rite]" 'narf:toggle-write-mode)
|
||||
(exmap "wr[iting]" 'write-mode-toggle)
|
||||
|
||||
;; Org-mode
|
||||
(exmap "cap[ture]" 'helm-org-capture-templates)
|
||||
(exmap "cols" 'narf:set-columns)
|
||||
(exmap "org" 'narf/helm-org)
|
||||
(exmap "cap[ture]" 'helm-org-capture-templates)
|
||||
(exmap "cont[act]" 'narf:org-crm-contact)
|
||||
(exmap "proj[ect]" 'narf:org-crm-project)
|
||||
(exmap "invo[ice]" 'narf:org-crm-invoice)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue