diff --git a/.gitignore b/.gitignore
index 850648b11d2f18a50b7935e81b259723b7796990..93a807e29e6849849fc5d620fcc2964dd0eeb402 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
 /recentf
 auto-save-list
-myinit.el
+/Readme.el
+/Readme.html
+/Readme.pdf
 *~
 \#*
 *.elc
diff --git a/myinit.org b/Readme.org
similarity index 100%
rename from myinit.org
rename to Readme.org
diff --git a/init.el b/init.el
index ff42ce0e63fa14784870cc9c9d5ff6d90dd0678b..508178b54d64ae4d2b2a020fb8758d6b2ed380f7 100644
--- a/init.el
+++ b/init.el
@@ -14,7 +14,8 @@
 (add-to-list 'package-archives
 	     '("gnu" . "http://elpa.gnu.org/packages/"))
 
-;; set is-standalone to true to use the local melpa archive
+;; positionner is-standalone à true pour utiliser l'archive elpa
+;; locale
 (defvar is-standalone nil)
 (if is-standalone
     (setq package-archives '(("myelpa" . "~/.emacs.d/myelpa/")))
@@ -30,7 +31,7 @@
 ;; show the current function on top
 (which-function-mode t)
 
-(org-babel-load-file (expand-file-name "~/.emacs.d/myinit.org"))
+(org-babel-load-file (expand-file-name "~/.emacs.d/Readme.org"))
 (custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
@@ -50,7 +51,7 @@
  '(org-startup-indented t)
  '(package-selected-packages
    (quote
-    (flycheck-irony tabbar cmake-font-lock alect-theme zero-dark-theme autumn-light-theme solarized-dark-theme misterioso misterioso-theme zenburn sourcerer-theme flycheck-pos-tip flycheck-clojure ox-reveal posframe processing-snippets processing-mode rg deadgrep flycheck-rust cargo racer yasnippet-classic-snippets rustic lsp-rust lsp-java company-lsp lsp-ui lsp-mode lsp yasnippet-snippets counsel-spotify exec-path-from-shell easy-kill auto-yasnippet org-pdfview pdf-tools atomic-chrome mingus simple-mpc pcre2el ag wgrep-ag wgrep haskell-mode aggressive-indent treemacs-projectile treemacs prodigy origami dumb-jump cider ggtags circe-notifications circe org-gcal mu4e-alert git-timemachine git-gutter magit hydra default-text-scale smartparens projectile auctex tern-auto-complete tern js2-refactor ac-js2 js2-mode emmet-mode web-mode iedit expand-region multiple-cursors hungry-delete beacon undo-tree virtualenvwrapper elpy flycheck doom-modeline doom-themes tao-theme poet-theme faff-theme zerodark-theme alect-themes moe-theme base16-theme zenburn-theme color-theme-modern company-jedi irony-eldoc company-irony company counsel ace-window htmlize noflet org-bullets which-key try use-package)))
+    (better-shell flycheck-irony tabbar cmake-font-lock alect-theme zero-dark-theme autumn-light-theme solarized-dark-theme misterioso misterioso-theme zenburn sourcerer-theme flycheck-pos-tip flycheck-clojure ox-reveal posframe processing-snippets processing-mode rg deadgrep flycheck-rust cargo racer yasnippet-classic-snippets rustic lsp-rust lsp-java company-lsp lsp-ui lsp-mode lsp yasnippet-snippets counsel-spotify exec-path-from-shell easy-kill auto-yasnippet org-pdfview pdf-tools atomic-chrome mingus simple-mpc pcre2el ag wgrep-ag wgrep haskell-mode aggressive-indent prodigy origami dumb-jump cider ggtags circe-notifications circe org-gcal mu4e-alert git-timemachine git-gutter magit hydra default-text-scale smartparens projectile auctex tern-auto-complete tern js2-refactor ac-js2 js2-mode emmet-mode web-mode iedit expand-region multiple-cursors hungry-delete beacon undo-tree virtualenvwrapper elpy flycheck doom-modeline doom-themes tao-theme poet-theme faff-theme zerodark-theme alect-themes moe-theme base16-theme zenburn-theme color-theme-modern company-jedi irony-eldoc company-irony company counsel ace-window htmlize noflet org-bullets which-key try use-package)))
  '(sp-escape-quotes-after-insert nil))
 
 (byte-recompile-directory (expand-file-name "~/.emacs.d") 0)