summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/home/files/emacs-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index eac4b666..1469dab2 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -350,7 +350,7 @@
;; Org-mode
(use-package org
:commands (org-mode)
- :mode (rx ".org" eos)
+ :mode ((rx ".org" eos) . org-mode)
:custom
(org-latex-src-block-backend 'minted "Colourise source code.")
(org-latex-packages-alist