suppress copilot warnings (didn't work)
This commit is contained in:
parent
d5e0a36cdf
commit
c59368d496
7
init.org
7
init.org
|
@ -1439,6 +1439,13 @@ Use =inheritenv= and =envrc= to load ~.envrc~ direnv files:
|
||||||
("M-<tab>" . 'copilot-accept-completion-by-word)
|
("M-<tab>" . 'copilot-accept-completion-by-word)
|
||||||
("C-S-<tab>" . 'copilot-accept-completion-by-line)
|
("C-S-<tab>" . 'copilot-accept-completion-by-line)
|
||||||
)
|
)
|
||||||
|
:config
|
||||||
|
(setq copilot-indent-offset-warning-disable t)
|
||||||
|
(add-to-list 'copilot-indentation-alist '(org-mode 2))
|
||||||
|
(add-to-list 'copilot-indentation-alist '(nix-mode 2))
|
||||||
|
(add-to-list 'copilot-indentation-alist '(emacs-lisp-mode 2))
|
||||||
|
(add-to-list 'copilot-indentation-alist '(prog-mode 2))
|
||||||
|
(add-to-list 'copilot-indentation-alist '(text-mode 2))
|
||||||
)
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue