emacs: Cleanup
This commit is contained in:
parent
c048ea5eae
commit
0a6d96be5d
1 changed files with 0 additions and 32 deletions
|
@ -1456,13 +1456,6 @@ Common Lisp does not use =lsp-mode=, but has it's own environment: [[https://git
|
||||||
sly-default-lisp 'sbcl))
|
sly-default-lisp 'sbcl))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Clojure
|
|
||||||
|
|
||||||
Similar to =lisp=, there is [[https://github.com/clojure-emacs/cider][CIDER]] (Clojure Interactive Development Environment that Rocks) for Clojure(Script)
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(use-package cider)
|
|
||||||
#+end_src
|
|
||||||
*** Terraform
|
*** Terraform
|
||||||
|
|
||||||
[[https://github.com/emacsorphanage/terraform-mode][terraform-mode]] is a major mode for Terraform files
|
[[https://github.com/emacsorphanage/terraform-mode][terraform-mode]] is a major mode for Terraform files
|
||||||
|
@ -1526,16 +1519,6 @@ Let =ruby-mode= handle Ruby files
|
||||||
:hook (ruby-mode . eglot-ensure))
|
:hook (ruby-mode . eglot-ensure))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** MapServer
|
|
||||||
|
|
||||||
Add highlighting for MapServer .map files
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp :tangle no
|
|
||||||
(use-package mapserver-mode
|
|
||||||
:straight (:type git :host github :repo "AxxL/mapserver-emacs-mode")
|
|
||||||
:mode ("\\.map\\'" . mapserver-mode))
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
*** Go
|
*** Go
|
||||||
|
|
||||||
It's better than nothing.
|
It's better than nothing.
|
||||||
|
@ -1642,21 +1625,6 @@ Register =nushell= LSP with eglot
|
||||||
(use-package lua-mode)
|
(use-package lua-mode)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Svelte
|
|
||||||
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(use-package svelte-mode)
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
Use =svelteserver= as LSP
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(with-eval-after-load 'eglot
|
|
||||||
(add-to-list 'eglot-server-programs
|
|
||||||
'(svelte-mode . ("svelteserver" "--stdio"))))
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
*** Device Tree
|
*** Device Tree
|
||||||
|
|
||||||
Highlighting for device tree configuration.
|
Highlighting for device tree configuration.
|
||||||
|
|
Loading…
Reference in a new issue