Install the fish-mode package
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user