/lispstick-el

A simple package to handle LispStick! initialization

Primary LanguageEmacs Lisp

LispStick! Initialization

Allows you to use a custom Emacs configuration and simply call a function to do what LispStick! normally does at startup in .emacs.

Add the following to your Emacs initialization file

(require 'lispstick)
(lispstick-initialize)

to duplicate the LispStick! initialization and launch of SBCL with SLIME.