From 80095eebae9b39c4c94c68897f0346c7fd2db14b Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 14 Apr 2021 15:08:29 +0200 Subject: [PATCH] comment to a package --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 3a14895..9492158 100644 --- a/init.org +++ b/init.org @@ -498,7 +498,6 @@ Windows Theme: :PROPERTIES: :ID: 944563b6-b04a-44f2-9b21-a6a3e200867c :END: - #+BEGIN_SRC emacs-lisp (use-package company :defer 1 @@ -537,6 +536,7 @@ Windows Theme: :config (setq-default company-dabbrev-downcase nil)) +;; adds a info box right of the cursor with doc of the function (use-package company-box :ensure t :diminish