update packages

This commit is contained in:
2025-03-11 21:14:26 +01:00
parent 45d49daef0
commit 14dcaaddde
440 changed files with 13229 additions and 8718 deletions

View File

@@ -734,7 +734,7 @@ Where <fcn-name> is the name of the function to which <helper string> applies.
(defun powershell-setup-imenu ()
"Install `powershell-imenu-expression'."
(when (require 'imenu nil t)
(when (fboundp 'imenu-add-menubar-index)
;; imenu doc says these are buffer-local by default
(setq imenu-generic-expression powershell-imenu-expression)
(setq imenu-case-fold-search nil)
@@ -742,7 +742,7 @@ Where <fcn-name> is the name of the function to which <helper string> applies.
(defun powershell-setup-speedbar ()
"Install `speedbar-add-supported-extension'."
(when (require 'speedbar nil t)
(when (fboundp 'speedbar-add-supported-extension)
(speedbar-add-supported-extension ".ps1?")))
;; A better command would be something like "powershell.exe -NoLogo