parent
4995f33591
commit
cd53b6485f
4 changed files with 30 additions and 7 deletions
12
init.el
12
init.el
|
@ -820,12 +820,12 @@ This is meant to be an helper to be called from the window manager."
|
|||
(insert response)))))))
|
||||
)
|
||||
|
||||
(use-package copilot
|
||||
:custom
|
||||
(copilot-max-char -1)
|
||||
(copilot-indent-offset-warning-disable 't)
|
||||
:hook (prog-mode org-mode)
|
||||
:bind (("C-<tab>" . copilot-accept-completion)))
|
||||
;; (use-package copilot
|
||||
;; :custom
|
||||
;; (copilot-max-char -1)
|
||||
;; (copilot-indent-offset-warning-disable 't)
|
||||
;; :hook (prog-mode org-mode)
|
||||
;; :bind (("C-<tab>" . copilot-accept-completion)))
|
||||
|
||||
(use-package pass
|
||||
:config
|
||||
|
|
Reference in a new issue