Skip to content

Commit

Permalink
org: org async
Browse files Browse the repository at this point in the history
  • Loading branch information
TOTBWF committed Nov 7, 2024
1 parent 45f9b47 commit 5f4e51b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/tools/org.el
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
;; Org babel
(org-babel-load-languages
'((emacs-lisp . t)
(shell . t)
(haskell . t)))
:config
(defun org-agend-skip-entry-if-blocked-or-done ()
Expand Down Expand Up @@ -169,6 +170,7 @@
"Find and open an Org-roam node that is not a task."
(interactive current-prefix-arg)
(org-roam-node-find nil nil 'org-roam-node-note-p))

:bind
(:map meow-org-keymap
("a" . org-agenda)
Expand All @@ -194,6 +196,8 @@
(?C . "")
(?D . "🧊"))))

(use-package ob-async
:after org)

(provide 'tools/org)
;;; org.el ends here

0 comments on commit 5f4e51b

Please sign in to comment.