This commit is contained in:
Zelong Kuang
2025-11-16 20:42:35 +11:00
parent ee4f3efd79
commit 7d10eb4cbb
6 changed files with 6 additions and 130 deletions

View File

@@ -12,11 +12,6 @@
(yas-expand))))
(add-hook 'post-command-hook #'my-yas-try-expanding-auto-snippets))
(after! eat
(when (eq system-type 'darwin)
(define-key eat-semi-char-mode-map (kbd "C-h") #'eat-self-input)
(define-key eat-semi-char-mode-map (kbd "<backspace>") (kbd "C-h"))))
;; accept completion from copilot and fallback to company
(use-package! copilot
:hook (prog-mode . copilot-mode)