From c093c25d34a12f2f41dd5aa08435475c0451225b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 9 May 2016 14:31:26 +0200 Subject: Emacs: Remove mmm-mode --- tag-emacs/emacs.d/init.org | 39 --------------------------------------- 1 file changed, 39 deletions(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 0814511..09de07d 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1941,45 +1941,6 @@ I derived a mode for twig, in order to use its =mode-hook=. (add-to-list 'auto-mode-alist '("\\.html\\.twig\\'" . twig-mode)) #+END_SRC -*** mmm-mode - -With =web-mode= being so good, I don’t really use this much. It’s -good for embedded SQL though. - -#+BEGIN_SRC emacs-lisp - (use-package mmm-auto - :ensure mmm-mode - :defer 20 - :config (progn - (mmm-add-classes - '((php-sql - :submode sql-mode - :front "<<