Don't require `org-plus-contrib`, I'll it manually where needed

This commit is contained in:
Adam Goldsmith 2021-05-07 18:33:55 -04:00
parent e89e969dc1
commit 5f8e0480e5
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@
(add-hook 'gud-mode-hook
'(lambda () (setq-local comint-prompt-read-only t))))
(use-package org :ensure org-plus-contrib
(use-package org
:bind (:map org-mode-map (("C-z" . org-latex-export-to-pdf-no-kr)
("M-[" . org-metaleft)
("M-]" . org-metaright)