File: cider-util.el.html
Common utility functions that don't belong anywhere else.
Defined variables (15)
cider--deprecated-keybindings | Registry of CIDER’s deprecated keybindings. |
cider--deprecated-keys-warned | Keys already warned about this session, so each warns at most once. |
cider--mode-buffers | A list of buffers for different major modes. |
cider--sym-forbidden-1st-chars | Chars that a Clojure symbol or namespace alias cannot start with. |
cider--sym-forbidden-rest-chars | Chars that a Clojure symbol or namespace alias cannot contain. |
cider--sym-regexp | A regexp matching a Clojure symbol or namespace alias. |
cider-build-tool-files | Files indicating the root of a Clojure project. |
cider-doc-xref-regexp | The regexp used to search Clojure vars in doc buffers. |
cider-font-lock-max-length | The max length of strings to fontify in ‘cider-font-lock-as’. |
cider-form-targeting | How commands locate the form they operate on. |
cider-manual-url | The URL to CIDER’s manual. |
cider-preferred-clojure-mode | Which Clojure major mode CIDER should use for the Clojure it produces. |
cider-refcard-url | The URL to CIDER’s refcard. |
cider-report-bug-url | The URL to report a CIDER issue. |
cider-warn-on-deprecated-keybindings | Whether to hint when a deprecated CIDER keybinding is used. |