whompmacs/lib/thwap-eglot.el

6 lines
129 B
EmacsLisp
Raw Normal View History

2024-07-06 21:43:46 +00:00
(when (or thwap-dev-enable-eglot thwap-dev-enable-lsp)
(straight-use-package 'eglot)
(require 'eglot))
(provide 'thwap-eglot)