Install the fish-mode package
This commit is contained in:
parent
b5f0952422
commit
e343fda9e1
@ -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
|
||||
|
@ -86,6 +86,7 @@
|
||||
expand-region
|
||||
fancy-narrow
|
||||
feature-mode
|
||||
fish-mode
|
||||
flycheck
|
||||
flycheck-pkg-config
|
||||
flycheck-rust
|
||||
|
Loading…
Reference in New Issue
Block a user