Remove the coffee-mode package

This commit is contained in:
2023-10-23 07:54:05 +02:00
parent 5379c3ab13
commit eb1d6af07e

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