mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)))
|
||||
|
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)
|
Reference in New Issue
Block a user