about summary refs log tree commit diff
path: root/emacs.d/snippets/haskell-mode
AgeCommit message (Collapse)AuthorFilesLines
2018-09-04 Debug startup, support LSP, update KBDsWilliam Carroll1-0/+5
Debug startup: - some packages were missing explicit use-package calls, which made this configuration incompatible with fresh computers. After crashing my MBP and trying to get this working thereafter, I learned. Support LSP: - LSP support for Haskell is good; embrace and prefer over Intero Update KBDs: - preferences change - changing to a light theme (for now)
2018-07-19 Support additional Haskell snippetWilliam Carroll1-0/+5
Because snippets make everything better.
2018-07-19 Extend Haskell supportWilliam Carroll2-0/+10
- Format imports on buffer-save. - Adds two new snippets
2018-07-19 Support additional Haskell snippetsWilliam Carroll2-0/+11
Snippets make my life easier.