diff -r df3489a212a9 -r 500c2af9b6fb .emacs-my --- a/.emacs-my Mon Dec 30 21:20:12 2013 +0200 +++ b/.emacs-my Fri Jan 03 21:09:14 2014 +0200 @@ -2272,6 +2272,12 @@ (add-to-list 'auto-mode-alist '("\\.inf\\'" . conf-mode)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(message "fvwm-mode") + +(when (featurep 'fvwm-mode) + (setq fvwm-fvwmcommand-path (executable-find "FvwmCommand"))) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "makefile, make") (add-to-list 'auto-mode-alist '("\\(Makefile\\|Makefile\\..+\\)\\'" . makefile-gmake-mode) t)