diff --git a/tools/emacs/config_doc.el b/tools/emacs/config_doc.el index e22fedb..3ea9f8f 100755 --- a/tools/emacs/config_doc.el +++ b/tools/emacs/config_doc.el @@ -9,6 +9,7 @@ (setq org-confirm-babel-evaluate nil) (global-font-lock-mode t) (setq org-src-fontify-natively t) +(setq python-indent-guess-indent-offset-verbose nil) ;; Remove warning : Can’t guess python-indent-offset ;(require 'ox-latex) ;(setq org-latex-listings t) diff --git a/tools/emacs/config_tangle.el b/tools/emacs/config_tangle.el index 646e78f..eb94221 100755 --- a/tools/emacs/config_tangle.el +++ b/tools/emacs/config_tangle.el @@ -29,4 +29,5 @@ )) (setq org-babel-python-command "python3 -q") +(setq python-indent-guess-indent-offset-verbose nil) ;; Remove warning : Can’t guess python-indent-offset