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)
|
(use-package flycheck-rust)
|
||||||
#+END_SRC
|
#+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
|
* Games
|
||||||
|
|
||||||
** Gnu Go
|
** Gnu Go
|
||||||
|
@ -86,6 +86,7 @@
|
|||||||
expand-region
|
expand-region
|
||||||
fancy-narrow
|
fancy-narrow
|
||||||
feature-mode
|
feature-mode
|
||||||
|
fish-mode
|
||||||
flycheck
|
flycheck
|
||||||
flycheck-pkg-config
|
flycheck-pkg-config
|
||||||
flycheck-rust
|
flycheck-rust
|
||||||
|
Loading…
Reference in New Issue
Block a user