diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2020-01-13 09:29:34 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2020-01-13 09:29:34 -0800 |
| commit | e3270cc826cc1d0a64c93b3d317263949ea06902 (patch) | |
| tree | 734d8bc8027b8db26b74013b0da9577a2dbe191d /emacs.d/init.el | |
| parent | emacs/ui: font size (diff) | |
| download | emacs.d-e3270cc826cc1d0a64c93b3d317263949ea06902.tar.gz | |
emacs/prog: switch to lsp-mode
Previously I was using the package `eglot` to provide LSP functionality.
However, the package uses flymake for it, while my setup in general uses
flycheck. Since lsp-mode supports both, I'm switching to ls-mode.
I'm moving the code for company to the 'prog' module, so that all things
related to general programming is in one location.
Since I'm switching to lsp-mode mode primarily for go, I can also delete
a bunch of extra functionality that is now provided by lsp-mode.
Diffstat (limited to '')
| -rw-r--r-- | emacs.d/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 19d895c..0fa1b86 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -43,7 +43,6 @@ (require 'fcuny-puppet) (require 'fcuny-yaml) -(require 'fcuny-company) (require 'fcuny-go) (require 'fcuny-lisp) (require 'fcuny-make) |
