Merge branch 'master' of github.com:SqrtMinusOne/dotfiles

This commit is contained in:
Pavel Korytov 2021-04-06 20:17:51 +03:00
commit 43c3446e9f
2 changed files with 8 additions and 0 deletions

View file

@ -774,6 +774,9 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
:straight t
:after ox)
(use-package ox-ipynb
:straight (:host github :repo "jkitchin/ox-ipynb"))
(general-define-key
:keymaps 'org-mode-map
"C-c d" 'org-decrypt-entry

View file

@ -1373,6 +1373,11 @@ References:
:straight t
:after ox)
#+end_src
*** Jupyter Notebook
#+begin_src emacs-lisp
(use-package ox-ipynb
:straight (:host github :repo "jkitchin/ox-ipynb"))
#+end_src
*** OFF (OFF) LaTeX
| Type | Note |
|------+------------------------|