emacs.d

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

commit 265c2b7a4fbbb75d04db2581b4a6b62959027695
parent 3c56990155430af9e9ca68021663a78d79093298
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri, 17 Jul 2020 00:42:40 +0300

company-lsp: remove package

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

diff --git a/init.org b/init.org @@ -459,19 +459,6 @@ much yet. Pretty simple config. (global-company-mode 1)) #+END_SRC -*** Company LSP (disabled) - -I am using Company's own Language Server Protocol. It is good as -far as I can wrap my head-around. - -#+BEGIN_SRC emacs-lisp :tangle no - (use-package company-lsp - :ensure t - :after company - :init - (push 'company-lsp company-backends)) -#+END_SRC - ** Projectile Projectile is a great library/tool for project management. It has great