Emacs config utilizing prelude as a base
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
257 B

  1. # Prelude Lisp
  2. Basic shared configuration for Lisp-like programming languages. Currently
  3. it does only two things:
  4. * Enables `smartparens-strict-mode` in Lisp major modes and REPL buffers
  5. * Enables `rainbow-delimiters` in Lisp major modes and REPL buffers