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
|
||||
#+begin_src emacs-lisp
|
||||
(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
|
||||
(setq org-confirm-babel-evaluate 'tdh-org-confirm-babel-evaluate))
|
||||
@ -2815,7 +2815,7 @@ they are implemented.
|
||||
+journal ;
|
||||
+pomodoro ;
|
||||
+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
|
||||
|
||||
:email
|
||||
|
@ -139,9 +139,9 @@ or just
|
||||
yay -S nerd-fonts-hack
|
||||
#+end_src
|
||||
|
||||
|
||||
For emojis:
|
||||
#+begin_src bash
|
||||
yay -S ttf-inconsolata ttf-linux-libertine ttf-emojione
|
||||
yay -S noto-fonts-emoji
|
||||
#+end_src
|
||||
|
||||
** Default fonts
|
||||
|
Loading…
Reference in New Issue
Block a user