1
0
Fork 0

fix(emacs): switch to eglot and remove unused packages

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-10-28 00:36:39 -04:00
parent 1f239ac675
commit b6b6db4f64
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
3 changed files with 15 additions and 52 deletions

View file

@ -6,7 +6,6 @@
;;; Code:
(require 'meow)
(require 'lsp-mode)
(require 'git-gutter)
(require 'seq)
(require 'justl)
@ -166,24 +165,8 @@
(meow-setup)
;; LSP
(setq lsp-inlay-hint-enable t)
(setq lsp-ui-doc-include-signature t)
(setq lsp-ui-doc-header t)
(setq lsp-ui-doc-border (face-foreground 'default))
(setq lsp-ui-sideline-show-code-actions t)
(setq lsp-enable-file-watchers nil)
(setq lsp-log-max nil)
(setq lsp-enable-links nil)
(setq lsp-use-plists t)
(custom-set-faces
'(lsp-ui-doc-header ((t (:inherit nano-strong :background-color nano-dark-background)))))
(setq read-process-output-max (* 4 1024 1024))
(define-key lsp-mode-map (kbd "C-c l") lsp-command-map)
;; Magit
(setq auth-sources '("~/.authinfo"))