From: Don Armstrong Date: Mon, 28 Aug 2023 20:19:42 +0000 (-0700) Subject: Enable lsp for cperl X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=371fcb4f8a696a3a527d2b79b26f2ed443fe75eb;p=lib.git Enable lsp for cperl --- diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 5cbe55e..7777f55 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -483,6 +483,7 @@ value, scrolling continues until there is no more output. ; (setq-local completion-at-point-functions (list (cape-capf-buster #'lsp-completion-at-point))) :hook (python-mode . lsp-deferred) + (cperl-mode . lsp-deferred) (lsp-completion-mode . my/lsp-mode-setup-completion) :custom (lsp-completion-provider :none) ;; we use Corfu!