Emacs: configure feature-mode
Alan Pearce alan@alanpearce.eu
Fri, 11 Dec 2020 19:12:15 +0100
1 files changed, 4 insertions(+), 1 deletions(-)
jump to
M user/emacs/init.el → user/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)