Skip to content
Snippets Groups Projects
Commit 9fade12a authored by Philippe Dosch's avatar Philippe Dosch
Browse files

Refactoring feature-mode

parent 21935768
Branches
No related tags found
No related merge requests found
......@@ -508,6 +508,11 @@
(setq magit-save-some-buffers 'dontask)
(setq magit-commit-all-when-nothing-staged 'askstage))
;; Pour feature-mode (édition de fichier cucumber)
(use-package feature-mode
:ensure t
:config
(add-to-list 'auto-mode-alist '("\.feature$" . feature-mode)))
;; ===============================
;; Configurations variables/styles
......@@ -973,10 +978,6 @@
(global-set-key (kbd "C-<f11> c") 'flycheck-mode)
;; Pour feature-mode (édition de fichier cucumber)
(require 'feature-mode)
(add-to-list 'auto-mode-alist '("\.feature$" . feature-mode))
;; Pour discover, le mode qui va bien pour présenter certaines
;; options de commandes comme sous magit
;; (require 'discover)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment