Hello all,
For some reason, SLIME overrides the default lisp-mode indentation and I'm unsure of how to fix this (I'm still learning Emacs). The indentation I'm speaking of is in regards to IF statements. If I don't ever load SLIME, my IF statements indent like so:
IF
----THEN
--ELSE
Which is very much how I like them to indent. After SLIME is loaded, they are:
IF
----THEN
----ELSE
Does anyone know how I can fix this? Thanks!
Jeff M.