Browse Source

comment to a package

master
Marc 3 years ago
parent
commit
80095eebae
1 changed files with 1 additions and 1 deletions
  1. 2
      init.org

2
init.org

@ -498,7 +498,6 @@ Windows Theme:
:PROPERTIES: :PROPERTIES:
:ID: 944563b6-b04a-44f2-9b21-a6a3e200867c :ID: 944563b6-b04a-44f2-9b21-a6a3e200867c
:END: :END:
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package company (use-package company
:defer 1 :defer 1
@ -537,6 +536,7 @@ Windows Theme:
:config :config
(setq-default company-dabbrev-downcase nil)) (setq-default company-dabbrev-downcase nil))
;; adds a info box right of the cursor with doc of the function
(use-package company-box (use-package company-box
:ensure t :ensure t
:diminish :diminish

Loading…
Cancel
Save