1
0
Fork 0

fix: add poetry and slime packages

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-16 23:35:32 -07:00
parent 0a39516620
commit 012f7b75e4
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -67,11 +67,14 @@
(straight-use-package 'go-mode) (straight-use-package 'go-mode)
(straight-use-package 'auctex) (straight-use-package 'auctex)
(straight-use-package 'yaml-mode) (straight-use-package 'yaml-mode)
(straight-use-package 'poetry)
(straight-use-package 'slime)
;; ====== Custom ============================= ;; ====== Custom =============================
(add-to-list 'load-path "~/.emacs.d/include") (add-to-list 'load-path "~/.emacs.d/include")
(add-to-list 'load-path (expand-file-name "lisp/" user-emacs-directory)) (add-to-list 'load-path (expand-file-name "lisp/" user-emacs-directory))
(require 'llvm-mode)
(load-library "general") (load-library "general")
(load-library "misc") (load-library "misc")