Skip to content

Commit a857ad4

Browse files
committed
enable llama-cpp
1 parent 6ec68cc commit a857ad4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

emacs/lisp/init-copilot.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
(eq major-mode 'compilation-mode)))
3636

3737
(add-to-list 'copilot-disable-predicates #'my/copilot-disable-p)
38-
38+
3939
(defun rk/no-copilot-mode ()
4040
"Helper for `rk/no-copilot-modes'."
4141
(copilot-mode -1))
@@ -119,6 +119,9 @@ cleared, make sure the overlay doesn't come back too soon."
119119
(advice-add 'keyboard-quit :before #'rk/copilot-quit)
120120
)
121121

122+
(use-package llama-cpp
123+
:ensure t)
124+
122125
;; (use-package copilot
123126
;; :ensure
124127
;; (:host github :repo "copilot-emacs/copilot.el" :files ( "*.el"))

0 commit comments

Comments
 (0)