Add python to doom-emacs

This commit is contained in:
Thomas Dehaeze 2020-03-30 00:07:44 +02:00
parent f75931b74f
commit f97a526228
2 changed files with 4 additions and 4 deletions

View File

@ -1815,7 +1815,7 @@ Open HTML output externally
Don't ask for confirmation when evaluating following blocs Don't ask for confirmation when evaluating following blocs
#+begin_src emacs-lisp #+begin_src emacs-lisp
(defun tdh-org-confirm-babel-evaluate (lang body) (defun tdh-org-confirm-babel-evaluate (lang body)
(not (member lang '("emacs-lisp" "latex" "matlab" "sh" "latex-macros")))) (not (member lang '("emacs-lisp" "latex" "matlab" "sh" "latex-macros" "python"))))
(after! org (after! org
(setq org-confirm-babel-evaluate 'tdh-org-confirm-babel-evaluate)) (setq org-confirm-babel-evaluate 'tdh-org-confirm-babel-evaluate))
@ -2815,7 +2815,7 @@ they are implemented.
+journal ; +journal ;
+pomodoro ; +pomodoro ;
+present) ; using org-mode for presentations +present) ; using org-mode for presentations
;;python ; beautiful is better than ugly python ; beautiful is better than ugly
sh ; she sells {ba,z,fi}sh shells on the C xor sh ; she sells {ba,z,fi}sh shells on the C xor
:email :email

View File

@ -139,9 +139,9 @@ or just
yay -S nerd-fonts-hack yay -S nerd-fonts-hack
#+end_src #+end_src
For emojis:
#+begin_src bash #+begin_src bash
yay -S ttf-inconsolata ttf-linux-libertine ttf-emojione yay -S noto-fonts-emoji
#+end_src #+end_src
** Default fonts ** Default fonts