Remove the coffee-mode package

This commit is contained in:
Gergely Polonkai 2023-10-23 07:54:05 +02:00
parent 5379c3ab13
commit eb1d6af07e
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 7 deletions

View File

@ -3107,13 +3107,6 @@ The new completing system!
:mode "\\.ts\\'")
#+END_SRC
** CoffeeScript
#+BEGIN_SRC emacs-lisp
(use-package coffee-mode
:mode "\\.coffee\\'")
#+END_SRC
** JSON
#+BEGIN_SRC emacs-lisp