]> git.donarmstrong.com Git - lib.git/commitdiff
Enable lsp for cperl
authorDon Armstrong <don@donarmstrong.com>
Mon, 28 Aug 2023 20:19:42 +0000 (13:19 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 28 Aug 2023 20:19:42 +0000 (13:19 -0700)
emacs_el/configuration/don-configuration.org

index 5cbe55ec83a137ef613c553c575fd4ab61c5c778..7777f55ea13ed47740703c918ead72e19ebade5c 100644 (file)
@@ -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!