diff options
Diffstat (limited to 'org.org')
-rw-r--r-- | org.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -116,6 +116,10 @@ org-startup-with-inline-images t org-image-actual-width '(300)) + (use-package org-modern + :ensure t + :hook (org-mode . org-modern-mode)) + #+end_src * LaTeX #+begin_src emacs-lisp |