Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion boon-arguments.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
(require 'multiple-cursors)
(require 'dash)

;; Needed for boon-select-org-tree
(eval-when-compile (require 'org-macs))

(defcustom boon-enclosures
'(
(?A . ("⟨" "⟩"))
Expand Down Expand Up @@ -82,7 +85,6 @@ This item is either the symbol at point, or, if this fails, the sexp at point."
(declare-function org-back-to-heading "org" (&optional invisible-ok))
(declare-function org-end-of-subtree "org" (&optional invisible-ok to-heading))
(declare-function org-at-heading-p "org" (&optional ignored))
(declare-function org-with-limited-levels "org-macs" (&rest body))

(defun boon-select-org-tree ()
"Return the region corresponding to the current subtree."
Expand Down