Install the fish-mode package

This commit is contained in:
Gergely Polonkai 2020-11-05 08:19:34 +01:00
parent b5f0952422
commit e343fda9e1
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -86,6 +86,7 @@
expand-region
fancy-narrow
feature-mode
fish-mode
flycheck
flycheck-pkg-config
flycheck-rust