.emacs-my
changeset 1101 500c2af9b6fb
parent 1100 df3489a212a9
child 1102 15dcb049a269
--- 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)