From 012f7b75e4cb1e408657fbfc8ce1d52563f1cf15 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Wed, 16 Aug 2023 23:35:32 -0700 Subject: [PATCH] fix: add poetry and slime packages Signed-off-by: Lucas Sta Maria --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index b756a95..73fdb25 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -67,11 +67,14 @@ (straight-use-package 'go-mode) (straight-use-package 'auctex) (straight-use-package 'yaml-mode) +(straight-use-package 'poetry) +(straight-use-package 'slime) ;; ====== Custom ============================= (add-to-list 'load-path "~/.emacs.d/include") (add-to-list 'load-path (expand-file-name "lisp/" user-emacs-directory)) +(require 'llvm-mode) (load-library "general") (load-library "misc")