diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-21T04·31-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-21T04·32+0000 |
commit | f7f75b65937cdf169c447bec1745056985435979 (patch) | |
tree | bb158ee3bbf246f6f29ea0b4d77cf2ddacb700b4 /users/glittershark/emacs.d/init.el | |
parent | 38a262872ab696dfaff536bdfbab7c8c711a5ec2 (diff) |
feat(gs/emacs): Add config for common lisp r/1414
I will likely want to rip this out of doom at some point, and there are definitely more bindings to be had, but this is a start Change-Id: Ic166edb1f8af142cef57a9402999669dfaea35ba Reviewed-on: https://cl.tvl.fyi/c/depot/+/1330 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users/glittershark/emacs.d/init.el')
-rw-r--r-- | users/glittershark/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/emacs.d/init.el b/users/glittershark/emacs.d/init.el index faa02663eb80..99112e7d388b 100644 --- a/users/glittershark/emacs.d/init.el +++ b/users/glittershark/emacs.d/init.el @@ -85,7 +85,7 @@ ;;assembly ; assembly for fun or debugging cc ; C/C++/Obj-C madness clojure ; java with a lisp - ;;common-lisp ; if you've seen one lisp, you've seen them all + common-lisp ; if you've seen one lisp, you've seen them all ; coq ; proofs-as-programs ;;crystal ; ruby at the speed of c ;;csharp ; unity, .NET, and mono shenanigans |