diff --git a/init.el b/init.el index 8386ebd..e52813c 100644 --- a/init.el +++ b/init.el @@ -375,15 +375,6 @@ ;; Programming configuration (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 "") 'copilot-accept-completion) -;; (define-key copilot-completion-map (kbd "TAB") 'copilot-accept-completion) -;; (define-key copilot-completion-map (kbd "C-.") 'copilot-complete) - ;; Elisp (defun my-elisp-mode-hook () "My elisp customizations."