jschaf / powershell.el

An Emacs mode for editing and running Microsoft PowerShell code.
93 stars 30 forks source link

Add missing widget types #29

Closed juergenhoetzel closed 3 years ago

juergenhoetzel commented 3 years ago

This also fixes byte-compile-warnings:

In toplevel form:
powershell.el:789:1:Warning: defcustom for ‘powershell-location-of-exe’ fails
    to specify type
powershell.el:789:1:Warning: defcustom for ‘powershell-location-of-exe’ fails
    to specify type
powershell.el:794:1:Warning: defcustom for ‘powershell-log-level’ fails to
    specify type
powershell.el:794:1:Warning: defcustom for ‘powershell-log-level’ fails to
    specify type
powershell.el:799:1:Warning: defcustom for
    ‘powershell-squish-results-of-silent-commands’ fails to specify type
powershell.el:799:1:Warning: defcustom for
    ‘powershell-squish-results-of-silent-commands’ fails to specify type
jschaf commented 3 years ago

Thank you! Just merged.

jschaf commented 3 years ago

@juergenhoetzel would you be interested in commit access? I don't use powershell much these days so I'm happy to add you if you'd like.

juergenhoetzel commented 3 years ago

@juergenhoetzel would you be interested in commit access? I don't use powershell much these days so I'm happy to add you if you'd like.

@jschaf Feel free to add me to commit access. Although I also use the Powershell only occasionally.