summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-23 23:41:01 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-24 00:35:13 +0200
commit954433ab5f7bcae68c98cd3c5ea9d620945b7b16 (patch)
tree3f663e56154f549cec2c7be1a8a9d69f2c028b4c /emacs
parentbefccc937741a63af6393ae2d7a4ebcada6de2ae (diff)
downloaddotfiles-954433ab5f7bcae68c98cd3c5ea9d620945b7b16.tar.xz
emacs: retired unused modes: fvwm, undoc, php
Diffstat (limited to 'emacs')
-rw-r--r--emacs24
1 files changed, 0 insertions, 24 deletions
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
;