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

@@ -21,8 +21,8 @@ This enables the feature of auto-expanding snippets when matching the pattern
(add-hook 'post-command-hook #'my-yas-try-expanding-auto-snippets))
#+end_src
*** Eat
#+begin_src emacs-lisp :tangle packages.el
*** Eat (deprecated)
#+begin_src emacs-lisp :tangle no
(package! eat
:recipe (:type git
:host codeberg
@@ -35,7 +35,7 @@ This enables the feature of auto-expanding snippets when matching the pattern
#+end_src
Fix the issue that backspace doesn't work on mac
#+begin_src emacs-lisp
#+begin_src emacs-lisp :tangle no
(after! eat
(when (eq system-type 'darwin)
(define-key eat-semi-char-mode-map (kbd "C-h") #'eat-self-input)