# HG changeset patch # User Oleksandr Gavenko # Date 1388779271 -7200 # Node ID 15dcb049a2697c502b5927b02af6be686cea6610 # Parent 500c2af9b6fbeab08b82d0ea0e29c80e8793ad80 Set fvwm-fvwmcommand-path after loading fvwm-mode. diff -r 500c2af9b6fb -r 15dcb049a269 .emacs-my --- a/.emacs-my Fri Jan 03 21:09:14 2014 +0200 +++ b/.emacs-my Fri Jan 03 22:01:11 2014 +0200 @@ -2274,7 +2274,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "fvwm-mode") -(when (featurep 'fvwm-mode) +(eval-after-load 'fvwm-mode (setq fvwm-fvwmcommand-path (executable-find "FvwmCommand"))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;