dotfiles/emacs-lisp/embark.org
Magic_RB bbaae4362b
Move Org Mode configuration from base.org into Org Roam files
Signed-off-by: Magic_RB <magic_rb@redalder.org>
2021-10-17 20:01:45 +02:00

605 B

Embark

This package provides a sort of right-click contextual menu for Emacs, accessed through the embark-act command (which you should bind to a convenient key), offering you relevant actions to use on a target determined by the context:

  (use-package embark
    :straight t
    :bind
    (("C-." . embark-act)
     ("C-;" . embark-dwim)
     ("C-h B" . embark-bindings))
    :init
    (setq embark-indicators '(embark-minimal-indicator)))