summaryrefslogtreecommitdiff
path: root/settings/setup-lisp-mode.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rewrite emacs init.el and go back to basicsbenj2023-11-251-34/+0
| | | | | | | This is a complete rewrite leveraging the very popular use-package to see how I like it. We reduce init.el to a bare minimum configuration and remove the previous homebrew organizational scheme. A number of packages have yet to be setup, but we'll wait and do in JIT.
* - just-modebenj2023-04-051-2/+0
| | | | | | | - comment out haskell mode - remove slime-mode - typescript lsp hook - prettier mode web hook
* basic lsp setup for c/c++ with company-lspbenj2018-12-231-0/+1
|
* 1. refactored snippets into templatesbenj2018-03-171-0/+35
2. added slime for common lisp 3. created some auto-templates for c