From 954433ab5f7bcae68c98cd3c5ea9d620945b7b16 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Wed, 23 Sep 2009 23:41:01 +0200 Subject: emacs: retired unused modes: fvwm, undoc, php --- emacs | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'emacs') diff --git a/emacs b/emacs index aeecb6f..7926c02 100644 --- a/emacs +++ b/emacs @@ -661,22 +661,6 @@ If there is no *ansi-term*, run it." ) ;}}} -;{{{ PHP mode -; - http://www.ontosys.com/src/php-mode.el -; -(autoload 'php-mode "php-mode" "PHP editing mode" t) -(add-to-list 'auto-mode-alist '("\\.php\\'" . php-mode)) -;}}} - -;{{{ Fvwm mode -; - http://www.lair.be/projects_fvwm-mode.php -; -(setq fvwm-fvwmcommand-path "/usr/bin/FvwmCommand") -(require 'fvwm-mode) -(autoload 'fvwm-mode "fvwm-mode" "Mode for editing fvwm files" t) -(add-to-list 'auto-mode-alist '("\\.fvwm2rc$\\|\\.fvwmrc$" . fvwm-mode)) -;}}} - ;{{{ Lua mode ; - http://lua-mode.luaforge.net/ ; @@ -699,14 +683,6 @@ If there is no *ansi-term*, run it." '("\\.*mutt-*\\|\\.*pico.*\\|.article\\|\\.*200\\(T\\)?\\|\\.followup" . post-mode)) ;}}} -;{{{ Undoc mode -; - http://www.ccs.neu.edu/home/guttman/undoc.el -; -(autoload 'undoc "~/.emacs.d/undoc.el" "A minor mode which kills MS Word files dead." t) -(autoload 'undoc-current-buffer "undoc" "" t) -(autoload 'undoc-region-after-mime-decode "undoc" "" t) -;}}} - ;{{{ Htmlize mode ; - http://www.emacswiki.org/emacs/Htmlize ; -- cgit v1.2.3