1
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
cfa0179053 Remove all self-loading autoload cookies
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.
2021-11-23 00:38:09 -08:00
437d3d6cb9 Add rainbow-delimiters-mode to Haskell
Also enable ‘electric-pair-local-mode’ and ‘rainbow-delimiters-mode’ in Inferior
Haskell buffers.
2020-04-30 18:36:30 -07:00
403eee3ed1 Enable electric pairing in Haskell 2020-04-08 23:52:42 -07:00
5dcb39c59c Add Haskell configuration 2020-03-29 23:56:44 -07:00