- Leave menu bar enabled.
- Increase contrast of color theme by choosing a darker shade of gray.
- Choose darker shades of colors for rainbow delimiters.
- Load custom-file.
- Customize Rainbow Delimiters colors to show colorful parentheses.
- Use spaces, not tabs, for indentation.
- Set
package-archivesbefore callingpackage-initializeto fix installation of new packages from MELPA after restarting Emacs.
- Disable menu bar.
- Disable tool bar.
- Disable scroll bar.
- Use
wombattheme. - Enable
show-paren-modeto highlight matching parentheses. - Workaround for https://debbugs.gnu.org/34341 in GNU Emacs <= 26.3.
- Automatic installation of packages from MELPA.
- Write customizations to
~/.emacs.d/custom.elinstead of~/.emacs. - Install SLIME.
- Install Paredit.
- Install Rainbow Delimiters.
- Set inferior Lisp program to
sbclin order to launch SLIME with it. - Enable Paredit in Emacs Lisp mode, eval-expression minibuffer, IELM mode, Lisp mode, Lisp interaction mode, and SLIME REPL mode.
- Override the way SLIME handles delete key.
- Enable Rainbow Delimiters in Emacs Lisp mode, IELM mode, Lisp mode, Lisp interaction mode, and SLIME REPL mode.