~edwargix/emacs.d

40082085ed245804bc82e6ea9b36e70fd746b517 — David Florness 7 years ago 45a28b3
Install common lisp snippets
1 files changed, 5 insertions(+), 0 deletions(-)

M lisp/setup-lisp.el
M lisp/setup-lisp.el => lisp/setup-lisp.el +5 -0
@@ 38,5 38,10 @@
    (setq inferior-lisp-program "sbcl")))


(use-package common-lisp-snippets
  :ensure t
  :after yasnippet)


(provide 'setup-lisp)
;;; setup-lisp.el ends here