<div>Hello all,<br></div><div><br></div><div><br></div>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:<br>
<br>IF<br>----THEN<br>--ELSE<br><br>Which is very much how I like them to indent. After SLIME is loaded, they are:<br><br>IF<br>----THEN<br>----ELSE<br><br>Does anyone know how I can fix this? Thanks!<br><br>Jeff M.<br>