Back to eglot, silly lsp, so heavy

This commit is contained in:
Colin Powell
2020-03-03 21:12:38 -05:00
parent 3268b08338
commit 07b35addbd
3 changed files with 9 additions and 3 deletions

View File

@ -86,8 +86,8 @@
(setq alert-default-style 'libnotify)) (setq alert-default-style 'libnotify))
;; enable smog writing analysis ;; enable smog writing analysis
(use-package smog ;;(use-package smog
:config (setq smog-command "style -L en")) ;; :config (setq smog-command "style -L en"))
;; ;;
;; Modules ;; Modules
@ -96,6 +96,10 @@
+format-on-save-enabled-modes '(python-mode) +format-on-save-enabled-modes '(python-mode)
+pretty-code-enabled-modes '(emacs-lisp-mode org-mode)) +pretty-code-enabled-modes '(emacs-lisp-mode org-mode))
;; app/eglot
;; Back to eglot ...
(add-hook 'foo-mode-hook 'eglot-ensure)
;; app/mpdel ;; app/mpdel
;; ;;
(setq libmpdel-hostname "play.unbl.ink") (setq libmpdel-hostname "play.unbl.ink")

View File

@ -82,7 +82,7 @@
gist ; interacting with github gists gist ; interacting with github gists
(lookup ; helps you navigate your code and documentation (lookup ; helps you navigate your code and documentation
+docsets) ; ...or in Dash docsets locally +docsets) ; ...or in Dash docsets locally
lsp ;;lsp
;;macos ; MacOS-specific commands ;;macos ; MacOS-specific commands
magit ; a git porcelain for Emacs magit ; a git porcelain for Emacs
make ; run make tasks from Emacs make ; run make tasks from Emacs

View File

@ -20,6 +20,8 @@
:recipe (:host github :recipe (:host github
:repo "Fuco1/justify-kp")) :repo "Fuco1/justify-kp"))
(package! eglot)
;; python stuffs ;; python stuffs
(package! w3m) (package! w3m)
(package! blacken) (package! blacken)