mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Moved lang/fish into lang/sh +fish
This commit is contained in:
@ -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)))
|
||||
|
Reference in New Issue
Block a user