mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 03:33:03 +03:00
Merge branch 'master' of github.com:SqrtMinusOne/dotfiles
This commit is contained in:
commit
43c3446e9f
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|------+------------------------|
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue