Skip to content
Snippets Groups Projects
Commit ff7fce09 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Ajoute la configuration flyspell pour LaTeX

Et positionne le dictionnaire par défaut à "american" (qui est
normalement toujours présent)
parent 362c3f9f
No related branches found
No related tags found
No related merge requests found
...@@ -817,6 +817,7 @@ modifications, de les valider (~git add -p~) ou de les annuler (~git checkout -p ...@@ -817,6 +817,7 @@ modifications, de les valider (~git add -p~) ou de les annuler (~git checkout -p
** Flyspell ** Flyspell
Correcteur orthographique à la volée Correcteur orthographique à la volée
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(add-hook 'LaTeX-mode-hook 'turn-on-flyspell)
(add-hook 'org-mode-hook 'turn-on-flyspell) (add-hook 'org-mode-hook 'turn-on-flyspell)
(add-hook 'org-mode-hook 'turn-on-auto-fill) (add-hook 'org-mode-hook 'turn-on-auto-fill)
(add-hook 'mu4e-compose-mode-hook 'turn-on-flyspell) (add-hook 'mu4e-compose-mode-hook 'turn-on-flyspell)
......
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
'(elpy-rpc-backend "jedi" t) '(elpy-rpc-backend "jedi" t)
'(hydra-hint-display-type (quote posframe)) '(hydra-hint-display-type (quote posframe))
'(irony-cdb-search-directory-list (quote ("." "build"))) '(irony-cdb-search-directory-list (quote ("." "build")))
'(ispell-dictionary "american")
'(org-confirm-babel-evaluate nil) '(org-confirm-babel-evaluate nil)
'(org-default-notes-file (concat org-directory "/notes.org")) '(org-default-notes-file (concat org-directory "/notes.org"))
'(org-export-html-postamble nil) '(org-export-html-postamble nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment