jyp / boon

Ergonomic Command Mode for Emacs
GNU General Public License v3.0
323 stars 34 forks source link

Fix boon-select-justline #94

Closed bernardjoseph closed 4 years ago

bernardjoseph commented 4 years ago
  1. The function boon-select-justline is fixed. Ther was the lambda epression missing.
  2. The library org-macs is required. This is necessary for boon-select-org-tree to find teh macro org-with-limited-levels. The declare-function seems not to be sufficient.
bernardjoseph commented 4 years ago

I removed the (require 'org-macs) again, because it does not seem to be necessary. I do not know if the macro expand when compiling or is loaded at load time; maybee a (eval-when-compile (require 'org-macs)) is necessary.