Moved lang/fish into lang/sh +fish
This commit is contained in:
parent
8bdc0f72b8
commit
8ff5543d3b
5 changed files with 10 additions and 15 deletions
|
@ -62,3 +62,9 @@
|
|||
(set-company-backend! 'sh-mode '(company-shell company-files))
|
||||
(setq company-shell-delete-duplicates t))
|
||||
|
||||
(def-package! fish-mode
|
||||
:when (featurep! +fish)
|
||||
:defer t
|
||||
:config
|
||||
(add-hook! fish-mode
|
||||
(add-hook 'before-save-hook #'fish_indent-before-save)))
|
||||
|
|
|
@ -6,3 +6,6 @@
|
|||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-shell))
|
||||
|
||||
(when (featurep! +fish)
|
||||
(package! fish-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue