Update custom gnu file

This commit is contained in:
Marcus Kammer 2023-05-21 16:08:42 +02:00
parent ec68fc76ac
commit 1598bb92fd
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -15,12 +15,12 @@
'(default-frame-alist
'((tab-bar-lines . 0)
(font . "MonoLisa-11")
(width . 95)
(height . 50)
(width . 65)
(height . 60)
(alpha . 100)
(horizontal-scroll-bars)
(fullscreen . maximized)
(undecorated . t)
(fullscreen . maximized)))
(horizontal-scroll-bars)))
'(delete-selection-mode nil)
'(diary-file "~/Documents/org/diary")
'(gnus-init-file "~/.emacs.d/.gnus.el")
@ -56,7 +56,7 @@
'(org-roam-directory "~/Documents/org")
'(package-enable-at-startup t)
'(package-selected-packages
'(htmlize nim-mode hyperbole ox-rss keepass-mode jabber ox-pandoc mastodon w3m spotify cider clojure-mode mpv markdown-mode csv-mode ox-reveal ob-go org-web-tools org-tree-slide org-roam elfeed erc-image magit go-translate simple-httpd slime racket-mode web-mode go-mode eglot nov vertico emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons use-package))
'(ob-http geiser-guile geiser-racket geiser typescript-mode yaml-mode shrface plantuml-mode htmlize nim-mode hyperbole ox-rss keepass-mode jabber ox-pandoc mastodon w3m spotify cider clojure-mode mpv markdown-mode csv-mode ox-reveal ob-go org-web-tools org-tree-slide org-roam elfeed erc-image magit go-translate simple-httpd slime racket-mode web-mode go-mode eglot nov vertico emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons use-package))
'(plantuml-default-exec-mode 'jar)
'(python-shell-interpreter "ipython")
'(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True")