mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 04:14:40 +01:00
Remove warning when tangling
This commit is contained in:
parent
01e4476c19
commit
9f2b4b9075
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user