chore: Update tabby connection URL
This commit is contained in:
parent
c40bc23359
commit
fec24c79e1
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@
|
||||||
:hook (prog-mode . tabby-mode)
|
:hook (prog-mode . tabby-mode)
|
||||||
:init
|
:init
|
||||||
(setq tabby-idle-delay 0.5)
|
(setq tabby-idle-delay 0.5)
|
||||||
(setq tabby--connection "http://100.64.0.3:8081")
|
(setq tabby--connection "http://100.64.0.3:8083")
|
||||||
:config
|
:config
|
||||||
(add-to-list 'my-C-f-funcs 'tabby-accept-completion)
|
(add-to-list 'my-C-f-funcs 'tabby-accept-completion)
|
||||||
;; (evil-define-key 'insert tabby-mode-map (kbd "C-f") 'tabby-accept-completion)
|
;; (evil-define-key 'insert tabby-mode-map (kbd "C-f") 'tabby-accept-completion)
|
||||||
|
|
Loading…
Add table
Reference in a new issue