Skip to content

Commit

Permalink
feat(sh): add new layer for shell 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
WarFox committed May 1, 2024
1 parent 71cb1b7 commit cff7689
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions layers/+lang/sh/init.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
;; +lang/sh/init.el --- Shell Layer -*- lexical-binding: t; -*-

(use-package fish-mode
:if (executable-find "fish")
:mode "\\.fish\\'")

(provide '+lang/sh/init)

;;; +lang/sh/init.el ends here

0 comments on commit cff7689

Please sign in to comment.