Skip to content

Instantly share code, notes, and snippets.

@elderica
Created July 13, 2023 13:27
Show Gist options
  • Save elderica/21848f16f3a950578933d0724b2d9d9e to your computer and use it in GitHub Desktop.
Save elderica/21848f16f3a950578933d0724b2d9d9e to your computer and use it in GitHub Desktop.
(require 'package)
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/") t)
(package-initialize)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default-frame-alist '((fullscreen . fullheight)))
'(inferior-lisp-program "sbcl")
'(package-selected-packages
'(sly-named-readtables sly-asdf sly-macrostep sly-quicklisp sly)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment