fix: add poetry and slime packages
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
0a39516620
commit
012f7b75e4
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue