Skip to content
Snippets Groups Projects
Commit bd0c626d authored by Liu Miao's avatar Liu Miao
Browse files

add prog-list.el

parent de8336b9
No related branches found
No related tags found
No related merge requests found
;;; prog-lisp.el --- common configuration for lisp
;;
;;; Commentary:
;;
;;; Code:
;;; Scheme
(use-package geiser
:ensure t
:commands run-geiser)
(use-package parinfer
:ensure t
:hook (scheme-mode . parinfer-mode))
(provide 'prog-lisp)
;;; prog-lisp.el ends here
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment