Install elpher

This commit is contained in:
Marcus Kammer 2021-11-07 10:18:13 +01:00
parent 23c0c03faa
commit c09ae51212
Signed by: marcuskammer
GPG key ID: C374817BE285268F
2 changed files with 3 additions and 1 deletions

View file

@ -449,3 +449,5 @@
(use-package yaml) (use-package yaml)
(use-package yaml-mode) (use-package yaml-mode)
(use-package elpher)

View file

@ -46,7 +46,7 @@
'(org-roam-directory "~/Documents/journal") '(org-roam-directory "~/Documents/journal")
'(package-enable-at-startup t) '(package-enable-at-startup t)
'(package-selected-packages '(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) '(plantuml-default-exec-mode 'jar)
'(python-shell-interpreter "ipython") '(python-shell-interpreter "ipython")
'(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True") '(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True")