7b5ce34e65
Since factor 0.98, `fuel-edit-word` has been removed, since `fuel-edit-word-at-point` has the same behavior when point is not on a symbol. Also adjust the jump-handler definition. factor: choose correct name for the `fuel` package The package is called `fuel`, not `factor-mode`. This does not make a difference for the layer itself, since it is using the `site` pseudo-location, and thus never deals with the package files. Now, any `post-init-fuel` functions defined somewhere else should work correctly. factor-layer: add missing refactor command binding, fix initial modes
12 lines
351 B
EmacsLisp
12 lines
351 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)
|