6f39c20e8e
Fuel mode is responsible to connect to a Factor instance. This change extends the Factor layer to handle a graphical listener process, to which fuel can connect afterwards. A major motivation is also to make it easier to develop with different Factor versions, which can be specified with (project-/directory-specific) variables. When starting a Factor listener in a certain location this way, the elisp code for fuel/factor mode is reloaded from that location.
15 lines
470 B
EmacsLisp
15 lines
470 B
EmacsLisp
;;; config.el --- Factor Layer Configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: timor <timor.dd@googlemail.com>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
(spacemacs|define-jump-handlers factor-mode 'fuel-edit-word-at-point)
|
|
|
|
(defvar factor-ui-listener-args ""
|
|
"Extra arguments to the factor VM binary when starting the graphical listener.")
|