Skip to content

A discoverable menu for Emacs org-mode using transient

License

Notifications You must be signed in to change notification settings

johanwiden/org-menu

 
 

Repository files navigation

Org-menu

A menu for editing org-mode documents and exploring it’s features in a discoverable way.

It is using transient, the package to create interactive menus magit uses.

Editing a headline org-menu-headline.png

Editing a table org-menu-table.png

How to use it

Add this to your Emacs init file:

(with-eval-after-load 'org
  (require 'org-menu)
  (define-key org-mode-map (kbd "C-c m") 'org-menu))

About

A discoverable menu for Emacs org-mode using transient

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%