- 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-archives
before callingpackage-initialize
to fix installation of new packages from MELPA after restarting Emacs.
- Disable menu bar.
- Disable tool bar.
- Disable scroll bar.
- Use
wombat
theme. - Enable
show-paren-mode
to 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.el
instead of~/.emacs
. - Install SLIME.
- Install Paredit.
- Install Rainbow Delimiters.
- Set inferior Lisp program to
sbcl
in 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.