Add the yuck-mode package

This commit is contained in:
Gergely Polonkai 2023-10-27 06:01:55 +02:00
parent d975584e25
commit 519f7acf1a
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 7 additions and 0 deletions

View File

@ -3157,6 +3157,13 @@ Because thats still my favourite language.
(c-mode-common . gpolonkai/cond-enable-ggtags-mode))
#+end_src
** ~yuck-mode~
#+begin_src emacs-lisp
(use-package yuck-mode
:mode "\\.yuck\\'")
#+end_src
* Key bindings
#+begin_src emacs-lisp