ignore copilot indentation warning and tunnel correct port

This commit is contained in:
Elizabeth Hunt 2024-03-12 18:42:27 -06:00
parent bbd28aeb63
commit 60aa40106f
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
2 changed files with 4 additions and 2 deletions

View File

@ -259,7 +259,9 @@ must run ~(all-the-icons-install-fonts)~ and ~(nerd-fonts-install-fonts)~
#+BEGIN_SRC emacs-lisp
(use-package copilot
:straight (:host github :repo "copilot-emacs/copilot.el" :files ("dist" "*.el"))
:ensure t)
:ensure t
:config
(setq copilot-indent-offset-warning-disable t))
(define-key copilot-completion-map (kbd "C-c c") 'copilot-accept-completion)
(define-key copilot-completion-map (kbd "C-c c") 'copilot-accept-completion)
(add-hook 'prog-mode-hook 'copilot-mode)

View File

@ -1,3 +1,3 @@
#!/bin/sh
ssh -f -N -T -R$1:localhost:42069 tunnel.simponic.xyz
ssh -f -N -T -R$1:localhost:42443 tunnel.simponic.xyz