Przeglądaj źródła

Basic haskell setup.

cray
Mitch Tishmack 11 lat temu
rodzic
commit
cb4a568aa2
1 zmienionych plików z 15 dodań i 0 usunięć
  1. +15
    -0
      emacs/.emacs.d/emacs.org

+ 15
- 0
emacs/.emacs.d/emacs.org Wyświetl plik

@@ -842,6 +842,21 @@ Make it even easier with hints like intellisense.
)
#+END_SRC

*** haskell-mode

Need to make haskell source be all pretty.

#+BEGIN_SRC emacs-lisp
(use-package haskell-mode :defer t)
#+END_SRC

*** flycheck-haskell

And make flycheck whine when we effed something up.

#+BEGIN_SRC emacs-lisp
(use-package flycheck-haskell :defer t)
#+END_SRC
* mode related
*** common defaults



Ładowanie…
Anuluj
Zapisz