Skip to content

Instantly share code, notes, and snippets.

@basp1
Last active July 9, 2019 08:20
Show Gist options
  • Save basp1/4a01fd5354ef3beb646405a2a5a53ab8 to your computer and use it in GitHub Desktop.
Save basp1/4a01fd5354ef3beb646405a2a5a53ab8 to your computer and use it in GitHub Desktop.
(package-initialize)
(custom-set-variables
'(blink-cursor-mode nil)
'(ring-bell-function (quote ignore))
'(scroll-bar-mode nil)
'(tool-bar-mode nil)
'(visible-bell t))
(custom-set-faces
)
(add-to-list 'load-path "~/slime-latest")
(require 'slime-autoloads)
(setq inferior-lisp-program "sbcl")
(setq slime-contribs '(slime-fancy))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment