diff --git a/init.el b/init.el index 628b771..c1c9f5c 100644 --- a/init.el +++ b/init.el @@ -937,6 +937,13 @@ inserted between the braces between the braces." (delete-window)) +;;; API documentation +;;; ----------------- + +(when (require 'devdocs-lookup nil t) + (devdocs-setup)) + + ;;; Appearance and custom file ;;; ==========================