From 5f8e0480e57b66a9e4710dec6fd3a255678db742 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 7 May 2021 18:33:55 -0400 Subject: [PATCH] Don't require `org-plus-contrib`, I'll it manually where needed --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f5e76a8..d91b158 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)