idk
This commit is contained in:
parent
5ecf8a8077
commit
6638ccfc18
2 changed files with 6 additions and 2 deletions
|
@ -1783,7 +1783,8 @@ So, how do we use this? Well, let's try like this.
|
|||
(setq org-re-reveal-root "file:///home/chris/org/presentations/reveal.js/"
|
||||
;; org-re-reveal-theme "serif"
|
||||
org-re-reveal-transition "slide"
|
||||
org-re-reveal-mobile-app t)
|
||||
org-re-reveal-mobile-app t
|
||||
org-re-reveal-width "90%")
|
||||
)
|
||||
#+end_src
|
||||
|
||||
|
@ -2894,6 +2895,7 @@ Also here are some lisp specific stuff
|
|||
"gh" 'paredit-backward-slurp-sexp
|
||||
"C-l" 'paredit-forward
|
||||
"C-h" 'paredit-backward))
|
||||
;; (remove-hook 'prog-mode-hook 'enable-paredit-mode)
|
||||
#+end_src
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue