From e343fda9e13248520333e8839889942a60a077fc Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 5 Nov 2020 08:19:34 +0100 Subject: [PATCH] Install the fish-mode package --- configuration.org | 8 ++++++++ customizations.el | 1 + 2 files changed, 9 insertions(+) diff --git a/configuration.org b/configuration.org index fbd0c52..5098513 100644 --- a/configuration.org +++ b/configuration.org @@ -3679,6 +3679,14 @@ directory. It is available from [[http://plantuml.com/download][here]]. (use-package flycheck-rust) #+END_SRC +** Fish shell + +#+BEGIN_SRC emacs-lisp +(use-package fish-mode + :hook + (fish-mode . (lambda () (add-hook 'before-save-hook 'fish_indent-before-save)))) +#+END_SRC + * Games ** Gnu Go diff --git a/customizations.el b/customizations.el index 894f0b2..284489f 100644 --- a/customizations.el +++ b/customizations.el @@ -86,6 +86,7 @@ expand-region fancy-narrow feature-mode + fish-mode flycheck flycheck-pkg-config flycheck-rust