Consolidated Emacs CLI tool.
Absorbs all buffer.clj and docs.clj functionality into a single consolidated tool. Docs are nested under a :docs subtree (e.g. emacs docs describe-function).
Owned entirely by hive-emacs and exposed as declarative IAddon tool data.
Consolidated Emacs CLI tool. Absorbs all buffer.clj and docs.clj functionality into a single consolidated tool. Docs are nested under a :docs subtree (e.g. emacs docs describe-function). Owned entirely by hive-emacs and exposed as declarative IAddon tool data.
(handle-current-buffer params)Get current buffer info.
Get current buffer info.
(handle-eval {:keys [code] :as params})Evaluate Elisp code.
Evaluate Elisp code.
(handle-find-file {:keys [file] :as params})Open a file in Emacs.
Open a file in Emacs.
(handle-notify {:keys [message level] :as params})Send notification to Emacs.
Send notification to Emacs.
(handle-save {:keys [all] :as params})Save current buffer or all buffers.
Save current buffer or all buffers.
(handle-status params)Get Emacs connection status.
Get Emacs connection status.
(handle-switch-buffer {:keys [buffer] :as params})Switch to a buffer.
Switch to a buffer.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |