FUEL: Load fuel-mode when factor-mode loads.

db4
Björn Lindqvist 2013-07-20 11:56:33 +02:00 committed by John Benediktsson
parent 00ea6900db
commit 6d88ab71b5
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ without connecting to a running Factor image:
(require 'factor-mode)
The fuel-mode minor mode provides interaction with a runnign Factor instance:
The fuel-mode minor mode provides interaction with a running Factor instance:
(require 'fuel-mode)

View File

@ -230,6 +230,7 @@ interacting with a factor listener is at your disposal.
("Other Factor buffer other frame" "\C-x5s"
fuel-switch-to-buffer-other-frame)))
(add-hook 'factor-mode-hook (lambda () (fuel-mode 1)))
(provide 'fuel-mode)