Use use-package
for org-mode and enable beamer exports
This commit is contained in:
parent
d2bcae6c89
commit
a10832c1be
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
(define-key global-map "\C-ca" 'org-agenda)
|
||||
(use-package org
|
||||
:ensure t
|
||||
:init (setq org-export-backends '(ascii html icalendar latex odt beamer))
|
||||
:mode ("\\.org\\'" . org-mode)
|
||||
:bind (("C-c a" . org-agenda)))
|
||||
|
||||
(setq org-directory "~/org")
|
||||
(setq org-agenda-files '("~/org/uni/19w.org"
|
||||
|
|
Loading…
Reference in a new issue