branch: externals/devdocs commit 4257e59dafbffb2616d240f84c5c25770ee28cac Author: Augusto Stoffel <arstof...@gmail.com> Commit: Augusto Stoffel <arstof...@gmail.com>
Mark devdocs-mode as non-interactive --- devdocs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/devdocs.el b/devdocs.el index 364ed191f1..d11492bf3e 100644 --- a/devdocs.el +++ b/devdocs.el @@ -279,6 +279,7 @@ DOC is a document metadata alist." (define-derived-mode devdocs-mode special-mode "DevDocs" "Major mode for viewing DevDocs documents." + :interactive nil (setq-local browse-url-browser-function 'devdocs--browse-url buffer-undo-list t