diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 2541e31..d5cf7bd 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -165,6 +165,8 @@ :bind (:map org-mode-map (("C-z" . org-latex-export-to-pdf-no-kr) ("M-[" . org-metaleft) ("M-]" . org-metaright) + ("C-M-[" . org-shiftmetaleft) + ("C-M-]" . org-shiftmetaright) ("M-P" . org-metaup) ("M-N" . org-metadown)) :map org-src-mode-map ("C-z" . org-src-export-to-pdf))