From c09ae51212ecba49abac2fc3f4535ad960d13733 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 7 Nov 2021 10:18:13 +0100 Subject: [PATCH] Install elpher --- bundle/bundle--package.el | 2 ++ bundle/custom_gnu.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 45cd2bbd..243acf14 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -449,3 +449,5 @@ (use-package yaml) (use-package yaml-mode) + +(use-package elpher) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index dc91122d..89f8fdb7 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -46,7 +46,7 @@ '(org-roam-directory "~/Documents/journal") '(package-enable-at-startup t) '(package-selected-packages - '(yaml htmlize simple-httpd simple-http org-roam racket-mode 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)) + '(elpher yaml htmlize simple-httpd simple-http org-roam racket-mode 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)) '(plantuml-default-exec-mode 'jar) '(python-shell-interpreter "ipython") '(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True")