diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-05-17 09:59:19 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-05-17 09:59:37 +0200 |
commit | a656582ae3ee23f2b1fbf1bc3ae77c484adf353e (patch) | |
tree | a2c9ea06b87a9c82a6bf792d6d20bd683d889fc2 | |
parent | 855f671c3f2ef299f085c3cc4ae7f609118f9454 (diff) | |
download | dotfiles-a656582ae3ee23f2b1fbf1bc3ae77c484adf353e.tar.gz dotfiles-a656582ae3ee23f2b1fbf1bc3ae77c484adf353e.tar.bz2 dotfiles-a656582ae3ee23f2b1fbf1bc3ae77c484adf353e.zip |
use ipython too
-rw-r--r-- | config/doom/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/doom/init.el b/config/doom/init.el index 15518b3..26a442a 100644 --- a/config/doom/init.el +++ b/config/doom/init.el @@ -151,7 +151,7 @@ ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional - (python +lsp) ; beautiful is better than ugly + (python +lsp +ipython) ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;raku ; the artist formerly known as perl6 |