Add org-mode leader bindings
This commit is contained in:
parent
3c1a6f91cc
commit
21edf11651
2 changed files with 18 additions and 1 deletions
|
@ -42,4 +42,15 @@ private/hlissner/snippets."
|
|||
(let ((default-directory (expand-file-name ".dotfiles" "~")))
|
||||
(call-interactively (command-remapping 'find-file))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +hlissner/find-in-notes ()
|
||||
(interactive)
|
||||
(projectile-find-file-in-directory +org-dir))
|
||||
|
||||
;;;###autoload
|
||||
(defun +hlissner/browse-notes ()
|
||||
(interactive)
|
||||
(let ((default-directory +org-dir))
|
||||
(call-interactively (command-remapping 'find-file))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue