|
@@ -91,6 +91,15 @@ increased boot time.
|
|
|
(setq doom-modeline-continuous-word-count-modes
|
|
(setq doom-modeline-continuous-word-count-modes
|
|
|
'(markdown-mode gfm-mode org-mode))
|
|
'(markdown-mode gfm-mode org-mode))
|
|
|
#+END_SRC
|
|
#+END_SRC
|
|
|
|
|
+* Python
|
|
|
|
|
+** Python-x
|
|
|
|
|
+Python-x allows me to have the same cell-based workflow than on Jupter or
|
|
|
|
|
+Spyder. I'd like also to use similar separators to what I currently use (~# %%~).
|
|
|
|
|
+#+BEGIN_SRC emacs-lisp
|
|
|
|
|
+(after! python
|
|
|
|
|
+ (python-x-setup)
|
|
|
|
|
+ (setq python-section-delimiter "# %%"))
|
|
|
|
|
+#+END_SRC
|
|
|
* Org-Mode
|
|
* Org-Mode
|
|
|
** STRT Org location
|
|
** STRT Org location
|
|
|
I have usually two locations for my own note repository. On Windows, I like to
|
|
I have usually two locations for my own note repository. On Windows, I like to
|