mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add ex-local! + define local org ex commands
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user