add jails
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
|
'(eglot-code-action-indications '(eldoc-hint))
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(cape dumb-jump exec-path-from-shell jai-mode magit move-text
|
'(cape dumb-jump exec-path-from-shell jai-mode magit move-text
|
||||||
multiple-cursors yaml yaml-mode))
|
multiple-cursors yaml yaml-mode))
|
||||||
|
|||||||
3
init.el
3
init.el
@@ -99,6 +99,7 @@
|
|||||||
|
|
||||||
(use-package eglot
|
(use-package eglot
|
||||||
:config
|
:config
|
||||||
(push '(jai-mode "jails") eglot-server-programs))
|
(push '(jai-mode "jails") eglot-server-programs)
|
||||||
|
(push '(sql-mode "postgres-language-server" "lsp-proxy") eglot-server-programs))
|
||||||
|
|
||||||
(use-package yaml-mode)
|
(use-package yaml-mode)
|
||||||
|
|||||||
Reference in New Issue
Block a user