FUEL: Load fuel-mode when factor-mode loads.
parent
00ea6900db
commit
6d88ab71b5
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue