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