Remove moinmoin-mode

This commit is contained in:
Marcel Kapfer 2022-10-13 20:14:29 +02:00
parent 591f66044d
commit b596fb43c1
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
2 changed files with 0 additions and 601 deletions

View file

@ -1663,18 +1663,6 @@ Source: [[https://github.com/yoshiki/yaml-mode][GitHub: yoshiki/yaml-mode]]
("\\.yml\\'" . yaml-mode)))
#+end_src
** MoinMoin
MoinMoin mode for Emacs.
Source: [[https://moinmo.in/action/raw/EmacsForMoinMoin/MoinMoinMode?action=raw][MoinMoin wiki: EmacsForMoinMoin]]
#+begin_src emacs-lisp
(use-package moinmoin-mode
:load-path "lisp/moinmoin-mode/"
:mode "\\.wiki\\'"
:commands (moinmoin-mode))
#+end_src
* Emacs Multimedia System (EMMS)