Add cucumber support to emacs

This commit is contained in:
Erwin Boskma 2023-04-09 23:22:11 +02:00
parent 592be7f128
commit 304222bf14
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -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