Add cucumber support to emacs
This commit is contained in:
parent
592be7f128
commit
304222bf14
1 changed files with 11 additions and 0 deletions
|
@ -1383,6 +1383,17 @@ It's better than nothing.
|
|||
:hook (go-mode . lsp-deferred))
|
||||
#+end_src
|
||||
|
||||
*** Cucumber
|
||||
|
||||
[[https://github.com/michaelklishin/cucumber.el][feature-mode]] provides support for user stories written in Cucumber/Gherkin format.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package feature-mode
|
||||
:config
|
||||
(setq feature-use-docker-compose nil)
|
||||
:mode "\\.feature\\'")
|
||||
#+end_src
|
||||
|
||||
* Org
|
||||
|
||||
** Main org setup
|
||||
|
|
Loading…
Reference in a new issue