ignore copilot indentation warning and tunnel correct port
This commit is contained in:
parent
bbd28aeb63
commit
60aa40106f
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user