fix(emacs): use direct github dependencies
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
5891efe9a0
commit
97f1e5dbec
1 changed files with 4 additions and 1 deletions
|
@ -98,6 +98,10 @@
|
|||
(straight-use-package 'lsp-haskell)
|
||||
(straight-use-package 'company-coq)
|
||||
(straight-use-package 'proof-general)
|
||||
(straight-use-package '(llvm-mode :type git :host github
|
||||
:repo "nverno/llvm-mode"))
|
||||
(straight-use-package '(pollen-mode :type git :host github
|
||||
:repo "basus/pollen-mode"))
|
||||
|
||||
(straight-use-package 'tuareg)
|
||||
(straight-use-package 'utop)
|
||||
|
@ -110,7 +114,6 @@
|
|||
;; ====== 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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue