Added fish config
This commit is contained in:
parent
2968374081
commit
55dd23899e
2 changed files with 13 additions and 0 deletions
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)))
|
||||
|
4
modules/lang/fish/packages.el
Normal file
4
modules/lang/fish/packages.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/fish/packages.el
|
||||
|
||||
(package! fish-mode)
|
Loading…
Add table
Add a link
Reference in a new issue