forked from colonelpanic/dotfiles
[Emacs] Use org-fc
This commit is contained in:
parent
608fe6f6db
commit
cac7be1ca7
@ -3720,6 +3720,16 @@ alphanumeric characters only."
|
|||||||
(setq org-reveal-root
|
(setq org-reveal-root
|
||||||
(imalison:join-paths "file://" imalison:projects-directory "reveal.js")))
|
(imalison:join-paths "file://" imalison:projects-directory "reveal.js")))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
**** org-fc
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package org-fc
|
||||||
|
:bind ("C-c 9" . org-fc-hydra/body)
|
||||||
|
:config
|
||||||
|
(progn
|
||||||
|
(require 'org-fc-hydra))
|
||||||
|
:straight (org-fc :type git :host github :repo "l3kn/org-fc"
|
||||||
|
:files ("*.el" "awk" "demo.org")))
|
||||||
|
#+end_src
|
||||||
*** TeX
|
*** TeX
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package tex
|
(use-package tex
|
||||||
|
Loading…
Reference in New Issue
Block a user