Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-05 | fix(lisp): Require adjust-parens mode | Vincent Ambo | 1 | -0/+1 | |
If this mode is not required in time it will cause Lisp mode setup hooks to fail. | |||||
2018-02-04 | fix(lisp): Don't set any Sly-mrepl hook settings | Vincent Ambo | 1 | -5/+2 | |
For some reason the Sly-mrepl hooks aren't available until a REPL has actually been launched once. There doesn't seem to be a library that I can require to fix it, either, so until I have time to figure it out it stays commented out. | |||||
2018-02-04 | feat(lisp): Install and enable adjust-parens | Vincent Ambo | 1 | -0/+1 | |
2018-01-20 | feat(lisp): Configure company-mode for Common Lisp | Vincent Ambo | 1 | -2/+11 | |
2017-11-24 | fix(lisp): Actually require lisp-setup in init.el | Vincent Ambo | 1 | -0/+13 | |