diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-04-22 19:21:26 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-04-22 19:21:26 -0700 |
commit | bec81ba0c82aad944cf0f346a55d3297be252ac1 (patch) | |
tree | 0205e01bd64ddf82e93a99b1219b4db6d5f28878 /.emacs.local.d | |
parent | 3424c0075aca1263d2de63727a2adfba6868f31d (diff) |
emacs: clean reveal
Diffstat (limited to '.emacs.local.d')
-rw-r--r-- | .emacs.local.d/modes/reveal.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs.local.d/modes/reveal.el b/.emacs.local.d/modes/reveal.el deleted file mode 100644 index b3b0937..0000000 --- a/.emacs.local.d/modes/reveal.el +++ /dev/null @@ -1,4 +0,0 @@ -;; Elpa packages: org-re-reveal -(require 'org-re-reveal) - -(setq org-re-reveal-root "../reveal.js") |