Set sh-mode's docsets to '("Bash").
This commit is contained in:
parent
88e18fc7c1
commit
f3e527cd3d
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
:mode ("\\.\\(?:zunit\\|env\\)\\'" . sh-mode)
|
||||
:mode ("/bspwmrc\\'" . sh-mode)
|
||||
:config
|
||||
(set-docsets! 'sh-mode "Bash")
|
||||
(set-electric! 'sh-mode :words '("else" "elif" "fi" "done" "then" "do" "esac" ";;"))
|
||||
(set-repl-handler! 'sh-mode #'+sh/open-repl)
|
||||
(set-lookup-handlers! 'sh-mode :documentation #'+sh-lookup-documentation-handler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue