rdparker / lispstick-el

A simple package to handle LispStick! initialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple package to handle LispStick! initialization


Languages

Language:Emacs Lisp 100.0%