all repos — nixfiles @ f6f048de6f3beafa96e3c17b73694896d1219c21

System and user configuration, managed by nix and home-manager

Emacs: configure feature-mode

Alan Pearce
commit

f6f048de6f3beafa96e3c17b73694896d1219c21

parent

dbbc1ad5821628f8c5f9d08c78a06f2561332840

1 file changed, 4 insertions(+), 1 deletion(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -870,6 +870,9 @@ :fringe-bitmap 'left-vertical-bar
:fringe-face 'flycheck-fringe-info :info-list-face 'flycheck-error-list-info))) +(use-package feature-mode + :config (progn + (setq feature-cucumber-command "cucumber-js {options} \"{feature}\""))) (use-package treemacs :defer t
@@ -927,7 +930,7 @@ ;; the project. This will allows emacs to find their executables.
(use-package add-node-modules-path :config (setq add-node-modules-max-depth 6) - :ghook ('(js2-mode-hook typescript-mode-hook) #'add-node-modules-path)) + :ghook ('(feature-mode-hook js2-mode-hook typescript-mode-hook) #'add-node-modules-path)) (use-package tide :after (typescript-mode company flycheck)