emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit ed1f4277fe8df57a70b39677099b12e285eee3e2
parent b67e95724ef350c3a517422cb8292970f698de05
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed,  4 Mar 2020 00:15:59 +0300

small fixes

Diffstat:
Minit.org | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/init.org b/init.org @@ -290,7 +290,7 @@ much yet. Pretty simple config. #+BEGIN_SRC emacs-lisp (use-package company :ensure t - :init (global-company-mode 1)) + :config (global-company-mode 1)) #+END_SRC *** Company LSP @@ -302,7 +302,7 @@ far as I can wrap my head-around. (use-package company-lsp :ensure t :after company - :config + :init (push 'company-lsp company-backends)) #+END_SRC