Add python to doom-emacs
This commit is contained in:
parent
f75931b74f
commit
f97a526228
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user