Remove copilot completely
This commit is contained in:
9
init.el
9
init.el
@@ -375,15 +375,6 @@
|
|||||||
;; Programming configuration
|
;; Programming configuration
|
||||||
(add-hook 'prog-mode-hook 'display-line-numbers-mode)
|
(add-hook 'prog-mode-hook 'display-line-numbers-mode)
|
||||||
|
|
||||||
;; Copilot
|
|
||||||
;; (use-package copilot
|
|
||||||
;; :straight (:host github :repo "zerolfx/copilot.el" :files ("dist" "*.el"))
|
|
||||||
;; :ensure t)
|
|
||||||
;; (add-hook 'prog-mode-hook 'copilot-mode)
|
|
||||||
;; (define-key copilot-completion-map (kbd "<tab>") 'copilot-accept-completion)
|
|
||||||
;; (define-key copilot-completion-map (kbd "TAB") 'copilot-accept-completion)
|
|
||||||
;; (define-key copilot-completion-map (kbd "C-.") 'copilot-complete)
|
|
||||||
|
|
||||||
;; Elisp
|
;; Elisp
|
||||||
(defun my-elisp-mode-hook ()
|
(defun my-elisp-mode-hook ()
|
||||||
"My elisp customizations."
|
"My elisp customizations."
|
||||||
|
|||||||
Reference in New Issue
Block a user