To install Anju, add the command anju-init to your Emacs initialization file.
(anju-init)
This command will initialize context-menu-mode and reconfigure the following mouse menus and bindings:
The anju-init command can also be invoked via M-x.
Anju supports a high degree of customization. Users who wish this should make a deep read of the Customization section.
While not required, the following additions to your Emacs initialization file can further enhance your mouse experience:
org-mouse
(require 'org-mouse)
M-x customize-variable org-export-backends, check md option.
C-x 1 to anju-toggle-one-window.
(keymap-global-set "C-x 1" #'anju-toggle-one-window)
use-file-dialog to t to support mouse-driven-only dialog interactions, or nil to always get a mini-buffer prompt.