about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-haskell.el (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-08-31 Lint wpc-haskell.elWilliam Carroll1-10/+11
- add Version, URL, Package-Requires sections - change haskell.el to wpc-haskell.el - prefer `wpc-haskell-` prefix to `haskell/`
2020-04-11 Drop support for Haskell glyphsWilliam Carroll1-5/+0
I think that glyphs look nice, but they subtley confuse Emacs's UI. In the case of a two-character glyph condensing into one character's width, the fill-width indicator -- correctly -- highlights the 81st character as red, but it looks like it's erroneously highlighting the 80th. Also when I want to create an anonymous function I type (), which condenses into the unit character, and it's difficult to delete either the opening or the closing parenthesis. Overall I think glyphs are cute, but they're not worth the trouble.
2020-01-30 Move move .emacs.d out of configs/sharedWilliam Carroll1-0/+56
Moving all of my Emacs-related files into their own directory at the root of this repository.