From c06af6b0a592fed1e22028abfe3bf08b93e68ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Tue, 23 Jul 2019 22:45:25 +0200 Subject: [PATCH] add devdocs-lookup --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) 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 ;;; ==========================