mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(emacs): qwerty
This commit is contained in:
parent
fb9ea29d52
commit
47b8460825
8 changed files with 108 additions and 52 deletions
|
|
@ -1,11 +1,12 @@
|
|||
(use-package copilot
|
||||
:vc (:url "https://github.com/copilot-emacs/copilot.el"
|
||||
:rev :newest
|
||||
:branch "main")
|
||||
:hook (prog-mode . copilot-mode)
|
||||
:config
|
||||
(define-key copilot-completion-map (kbd "<tab>") 'copilot-accept-completion)
|
||||
(define-key copilot-completion-map (kbd "TAB") 'copilot-accept-completion))
|
||||
|
||||
;; (use-package copilot
|
||||
;; :vc (:url "https://github.com/copilot-emacs/copilot.el"
|
||||
;; :rev :newest
|
||||
;; :branch "main")
|
||||
;; :hook (prog-mode . copilot-mode)
|
||||
;; :config
|
||||
;; (define-key copilot-completion-map (kbd "<tab>") 'copilot-accept-completion)
|
||||
;; (define-key copilot-completion-map (kbd "TAB") 'copilot-accept-completion))
|
||||
|
||||
|
||||
(provide 'init-ai)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue