update packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(define-package "powershell" "20220805.1712" "Mode for editing PowerShell scripts"
|
||||
(define-package "powershell" "20240825.1440" "Mode for editing PowerShell scripts"
|
||||
'((emacs "24"))
|
||||
:commit "f2da15857e430206e215a3c65289b4058ae3c976" :authors
|
||||
:commit "38727f1cdaf0c937a62b68ee52ec7196b8149f93" :authors
|
||||
'(("Frédéric Perrin" . "fredericperrinreselfr"))
|
||||
:maintainers
|
||||
'(("Frédéric Perrin" . "fredericperrinreselfr"))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user