Add ex-local! + define local org ex commands

This commit is contained in:
Henrik Lissner 2016-06-08 03:50:20 -04:00
parent 4057c56e4c
commit 002704d6bb
2 changed files with 13 additions and 3 deletions

View file

@ -98,9 +98,11 @@
(ex! "tabs" 'doom/tab-display)
;; Org-mode
(ex! "att[ach]" 'doom:org-attach) ; attach file to org file
(ex! "link" 'doom:org-link)
(ex! "org" 'doom:org-helm-search) ; search org notes
(add-hook! org-mode
;;(ex! "org" 'doom:org-helm-search) ; search org notes
(ex! "att[ach]" 'doom:org-attach) ; attach file to org file
(ex! "link" 'doom:org-link)
(ex-local! "vlc" 'doom-org-insert-vlc))
(provide 'my-commands)
;;; my-commands.el ends here