spacemacs/layers/+lang/factor/config.el

16 lines
470 B
EmacsLisp
Raw Normal View History

;;; config.el --- Factor Layer Configuration File for Spacemacs
;;
2020-09-16 21:34:40 +00:00
;; Copyright (c) 2012-2020 Sylvain Benner & Contributors
2018-11-19 21:07:53 +00:00
;;
;; 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.")