Remove copilot completely

This commit is contained in:
2025-12-04 08:28:28 +01:00
parent 4cd34cc992
commit 8daa4d552e

View File

@@ -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."