chore: Update tabby connection URL

This commit is contained in:
Tristan D. 2024-10-11 02:05:09 +02:00
parent c40bc23359
commit fec24c79e1
Signed by: tristan
SSH key fingerprint: SHA256:3RU4RLOoM8oAjFU19f1W6t8uouZbA7GWkaSW6rjp1k8

View file

@ -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)