Update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user