From 5837bb79d3a3c4fd1424f4c74739ce818a5eca3c Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 29 Aug 2021 14:14:06 +0200 Subject: [PATCH] Add csv mode to gnu customfile --- bundle/custom_gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 74cbaa88..dcf306cf 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -42,7 +42,7 @@ '(org-plantuml-jar-path "~/.local/bin/plantuml.jar") '(package-enable-at-startup t) '(package-selected-packages - '(pyvenv plantuml-mode org-web-tools rust-mode shrface emojify erc-image slime-company company webpaste magit yaml-mode markdown-mode ace-window org-tree-slide rainbow-delimiters doom-themes doom-modeline powershell ox-reveal helpful slime web-mode ob-typescript ob-rust ob-http ob-go eglot go-mode typescript-mode projectile nov olivetti all-the-icons-ivy-rich all-the-icons-dired counsel use-package)) + '(csv-mode pyvenv plantuml-mode org-web-tools rust-mode shrface emojify erc-image slime-company company webpaste magit yaml-mode markdown-mode ace-window org-tree-slide rainbow-delimiters doom-themes doom-modeline powershell ox-reveal helpful slime web-mode ob-typescript ob-rust ob-http ob-go eglot go-mode typescript-mode projectile nov olivetti all-the-icons-ivy-rich all-the-icons-dired counsel use-package)) '(python-shell-interpreter "ipython") '(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True") '(scroll-bar-mode nil)