Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Oct 6, 2021
1 parent 7dd4d60 commit c28f1d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.org
Expand Up @@ -2675,7 +2675,7 @@ packages (for completion, syntax checking, etc.)
;; (haskell-mode . haskell-indentation-mode)
;; (haskell-mode . haskell-auto-insert-module-template)
;; (haskell-mode . haskell-decl-scan-mode)
(haskell-mode . turn-on-haskell-indent)
;; (haskell-mode . turn-on-haskell-indent)
;; (haskell-mode . imenu-add-menubar-index)
;; (haskell-mode .
;; (lambda ()
Expand Down Expand Up @@ -3025,7 +3025,8 @@ macho-mode to toggle then M-x hexl-mode.
("\\.[agj]sp\\'" . web-mode)
("\\.as[cp]x\\'" . web-mode)
("\\.djhtml\\'" . web-mode)
("\\.tsx\\'" . web-mode)))
;; ("\\.tsx\\'" . web-mode)
))
#+END_SRC

**** YAML
Expand Down

0 comments on commit c28f1d2

Please sign in to comment.