From 468729d20520979845451c2eaa5e3ac712e4f35b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 22 Sep 2020 20:43:32 -0500 Subject: Add slime & begin GNUS --- init.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index bafdda2..b5d9a94 100644 --- a/init.el +++ b/init.el @@ -750,5 +750,15 @@ :hook (org-mode-hook . (lambda () (org-bullets-mode)))) +;;;; SLIME -- for LISP +(use-package slime + :init + (setq inferior-lisp-program (cond ((executable-find "sbcl") + (executable-find "sbcl"))))) + +;;;; GNUS (TODO) +(use-package gnus + :straight nil) + (provide 'init) ;;; init.el ends here -- cgit 1.4.1-21-gabe81