mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
Added fish config
This commit is contained in:
9
modules/lang/fish/config.el
Normal file
9
modules/lang/fish/config.el
Normal file
@@ -0,0 +1,9 @@
|
||||
;;; lang/fish/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-package! fish-mode
|
||||
:mode "\\.fish$"
|
||||
:interpreter "fish"
|
||||
:config
|
||||
(add-hook! fish-mode
|
||||
(add-hook 'before-save-hook #'fish_indent-before-save)))
|
||||
|
Reference in New Issue
Block a user