From eee147f6f3a05bf14f10dfb33e0d118ca99a0ee1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 10 Jul 2019 19:00:41 +0200 Subject: [PATCH] lang/org: fix ipython unfontified src blocks #1553 --- modules/lang/org/contrib/ipython.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/lang/org/contrib/ipython.el b/modules/lang/org/contrib/ipython.el index ae19f325a..d240e8050 100644 --- a/modules/lang/org/contrib/ipython.el +++ b/modules/lang/org/contrib/ipython.el @@ -12,6 +12,9 @@ (and (string-prefix-p "jupyter-" (symbol-name lang)) (require 'ob-ipython nil t))) (add-hook '+org-babel-load-functions #'+org|babel-load-ipython) + + (after! org-src + (add-to-list 'org-src-lang-modes '("ipython" . python))) :config (set-popup-rules! '(("\\*ob-ipython.*"