about summary refs log tree commit diff
path: root/init/lisp-setup.el
AgeCommit message (Collapse)AuthorFilesLines
2018-02-05 fix(lisp): Require adjust-parens modeVincent Ambo1-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 settingsVincent Ambo1-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-parensVincent Ambo1-0/+1
2018-01-20 feat(lisp): Configure company-mode for Common LispVincent Ambo1-2/+11
2017-11-24 fix(lisp): Actually require lisp-setup in init.elVincent Ambo1-0/+13