whompmacs/lib/thwap-eglot.el
Mike 'Fuzzy' Partin 653afd47ab bugfix
2024-07-06 14:43:46 -07:00

6 lines
129 B
EmacsLisp

(when (or thwap-dev-enable-eglot thwap-dev-enable-lsp)
(straight-use-package 'eglot)
(require 'eglot))
(provide 'thwap-eglot)