trying out org-reveal and ox-spectacle
This commit is contained in:
parent
e300da588f
commit
59fc0e0bf3
2 changed files with 51 additions and 4 deletions
22
init.el
22
init.el
|
@ -352,6 +352,10 @@
|
|||
(setq visual-fill-column-width 120
|
||||
visual-fill-column-center-text t))
|
||||
|
||||
(defun chris/org-mpv (url)
|
||||
(interactive)
|
||||
(bongo-insert-uri url (format "%s ==> %s" title url)))
|
||||
|
||||
(use-package org
|
||||
:defer 1
|
||||
:config
|
||||
|
@ -844,6 +848,20 @@ If on a:
|
|||
(org-display-inline-images t t beg end)
|
||||
t)))
|
||||
|
||||
(use-package org-re-reveal
|
||||
:ensure nil
|
||||
:config
|
||||
(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)
|
||||
)
|
||||
|
||||
(use-package ox-spectacle
|
||||
:config
|
||||
|
||||
)
|
||||
|
||||
(use-package unicode-fonts
|
||||
:ensure t
|
||||
:config
|
||||
|
@ -1952,7 +1970,7 @@ targets."
|
|||
(format
|
||||
(propertize "\n[ %s | %s@%s ]" 'face font-lock-comment-face)
|
||||
(propertize root 'face `(:inherit org-warning))
|
||||
(propertize after-root 'face `(:inherit org-level-1))
|
||||
(propertize after-root 'face `(:inherit org-level-1 :height 1.0))
|
||||
(propertize (or (magit-get-current-branch) (magit-get-current-tag)) 'face `(:inherit org-macro))))
|
||||
(format
|
||||
(propertize "\n[%s]" 'face font-lock-comment-face)
|
||||
|
@ -2292,7 +2310,7 @@ interfere with the default `bongo-playlist-buffer'."
|
|||
:config
|
||||
(emms-all)
|
||||
(evil-collection-emms-setup)
|
||||
(emms-default-players)
|
||||
(setq emms-player-list '(emms-player-vlc))
|
||||
(setq emms-source-file-default-directory "~/Music/"
|
||||
emms-tag-editor-tag-ogg-program "mid3v2")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue