delight subword mode for haskell camelcase navigation

This commit is contained in:
ndwarshuis 2018-12-21 12:26:42 -05:00
parent 41bc0cf8cf
commit 6fdda4f414
1 changed files with 1 additions and 0 deletions

View File

@ -601,6 +601,7 @@ Haskell is covered just with the basic major mode and intero (provides =company=
The defacto style for haskell mandates camelcase, so use subword mode.
#+BEGIN_SRC emacs-lisp
(add-hook 'haskell-mode-hook #'subword-mode)
(delight 'subword-mode nil "subword")
#+END_SRC
*** TeX
**** AUCTeX