Klimi's new dotfiles with stow.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

8 wiersze
240 B

4 lat temu
  1. (define-package "haskell-mode" "20191113.2243" "A Haskell editing mode"
  2. '((emacs "25.1"))
  3. :keywords
  4. '("haskell" "cabal" "ghc" "repl")
  5. :url "https://github.com/haskell/haskell-mode")
  6. ;; Local Variables:
  7. ;; no-byte-compile: t
  8. ;; End: