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

Ajout de grammalecte

parent d9e2a338
No related branches found
No related tags found
No related merge requests found
......@@ -485,6 +485,15 @@
(eval-after-load 'company
'(push 'company-robe company-backends))
;; Pour grammalecte
(use-package flycheck-grammalecte
:ensure t
:config
(setq flycheck-grammalecte-enabled-modes
'(org-mode text-mode mail-mode latex-mode markdown-mode))
(setq flycheck-grammalecte-report-apos nil)
(setq flycheck-grammalecte-report-nbsp nil))
;; Pour JS
(use-package js2-mode
:ensure t
......@@ -570,7 +579,7 @@
'(imenu-use-popup-menu t)
'(package-selected-packages
(quote
(which-key web-mode undo-tree try smex smartscan smart-mode-line-powerline-theme ruby-refactor ruby-electric robe rainbow-delimiters quelpa-use-package projectile plantuml-mode php-extras pdf-tools ox-reveal nlinum neotree multiple-cursors monokai-theme magit js2-mode irony-eldoc imenu-anywhere iedit ido-vertical-mode highlight-indent-guides helm-swoop helm-orgcard helm-flycheck helm-directory helm-css-scss helm-c-yasnippet helm-anything git-timemachine function-args flx-ido feature-mode expand-region edit-server ecb dumb-jump dired+ dic-lookup-w3m counsel company-web company-tern company-php company-jedi company-irony company-inf-ruby company-c-headers company-auctex clang-format avy auto-yasnippet anzu ac-helm)))
(flycheck-grammalecte which-key web-mode undo-tree try smex smartscan smart-mode-line-powerline-theme ruby-refactor ruby-electric robe rainbow-delimiters quelpa-use-package projectile plantuml-mode php-extras pdf-tools ox-reveal nlinum neotree multiple-cursors monokai-theme magit js2-mode irony-eldoc imenu-anywhere iedit ido-vertical-mode highlight-indent-guides helm-swoop helm-orgcard helm-flycheck helm-directory helm-css-scss helm-c-yasnippet helm-anything git-timemachine function-args flx-ido feature-mode expand-region edit-server ecb dumb-jump dired+ dic-lookup-w3m counsel company-web company-tern company-php company-jedi company-irony company-inf-ruby company-c-headers company-auctex clang-format avy auto-yasnippet anzu ac-helm)))
'(show-paren-mode t)
'(tool-bar-mode nil))
......@@ -606,6 +615,7 @@
(auto-fill-mode 1)
(gin-mode 1)
(ispell-change-dictionary "francais")
(flycheck-mode 1)
(flyspell-mode 1)))
;; Indentation pour le web-mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment