aboutsummaryrefslogtreecommitdiffstats
path: root/oni-haskell.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove all self-loading autoload cookiesGravatar Tom Willemse2021-11-231-4/+1
| | | | | | | | The big downside of usuing these cookies to inject my configuration into the loading of a package is that it means that I can't load that package without my configuration anymore. This means that when I start ‘emacs -Q’ and then call ‘package-initialize’ it'll load my configuration as well. This makes debugging things very difficult.
* Add rainbow-delimiters-mode to HaskellGravatar Tom Willemse2020-04-301-2/+7
| | | | | Also enable ‘electric-pair-local-mode’ and ‘rainbow-delimiters-mode’ in Inferior Haskell buffers.
* Enable electric pairing in HaskellGravatar Tom Willemse2020-04-081-1/+3
|
* Add Haskell configurationGravatar Tom Willemse2020-03-291-0/+32