mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-30 12:06:13 +01:00
7 lines
97 B
Org Mode
7 lines
97 B
Org Mode
|
* Haskell
|
||
|
|
||
|
#+BEGIN_SRC emacs-lisp
|
||
|
(use-package haskell-mode
|
||
|
:straight t)
|
||
|
#+END_SRC
|