diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-11-04 06:13:53 -0800 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-11-04 06:13:53 -0800 |
commit | 5b41651d642645b9b50727818738ebae5c131a97 (patch) | |
tree | 83074f65b6090ec5a8aaa68c8c0148b20cf741ba /.emacs.local.d/modes | |
parent | d8633622d52b4c0bcdbb4fa9051ecae3015a601f (diff) |
add dep
Diffstat (limited to '.emacs.local.d/modes')
-rw-r--r-- | .emacs.local.d/modes/reveal.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.local.d/modes/reveal.el b/.emacs.local.d/modes/reveal.el index 0b39bd1..b3b0937 100644 --- a/.emacs.local.d/modes/reveal.el +++ b/.emacs.local.d/modes/reveal.el @@ -1,3 +1,4 @@ +;; Elpa packages: org-re-reveal (require 'org-re-reveal) (setq org-re-reveal-root "../reveal.js") |