.emacs-my
changeset 1102 15dcb049a269
parent 1101 500c2af9b6fb
child 1103 fd7c7d90758a
equal deleted inserted replaced
1101:500c2af9b6fb 1102:15dcb049a269
  2272 (add-to-list 'auto-mode-alist '("\\.inf\\'" . conf-mode))
  2272 (add-to-list 'auto-mode-alist '("\\.inf\\'" . conf-mode))
  2273 
  2273 
  2274 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2274 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2275 (message "fvwm-mode")
  2275 (message "fvwm-mode")
  2276 
  2276 
  2277 (when (featurep 'fvwm-mode)
  2277 (eval-after-load 'fvwm-mode
  2278   (setq fvwm-fvwmcommand-path (executable-find "FvwmCommand")))
  2278   (setq fvwm-fvwmcommand-path (executable-find "FvwmCommand")))
  2279 
  2279 
  2280 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2280 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2281 (message "makefile, make")
  2281 (message "makefile, make")
  2282 
  2282