diff options
Diffstat (limited to 'embark.texi')
| -rw-r--r-- | embark.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embark.texi b/embark.texi index a07b49f..e970e77 100644 --- a/embark.texi +++ b/embark.texi @@ -500,6 +500,10 @@ starting configuration: ;; (add-hook 'eldoc-documentation-functions #'embark-eldoc-first-target) ;; (setq eldoc-documentation-strategy #'eldoc-documentation-compose-eagerly) + ;; Add Embark to the mouse context menu. Also enable `context-menu-mode'. + ;; (context-menu 1) + ;; (add-hook 'context-menu-functions #'embark-context-menu 100) + :config ;; Hide the mode line of the Embark live/completions buffers |
