Update gnu customfile

This commit is contained in:
Marcus Kammer 2022-10-23 19:11:12 +02:00
parent 10b33b1bbd
commit 9acbf0c293
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -16,8 +16,8 @@
(height . 66) (height . 66)
(alpha . 100) (alpha . 100)
(horizontal-scroll-bars) (horizontal-scroll-bars)
(fullscreen . maximized)
(vertical-scroll-bars) (vertical-scroll-bars)
(fullscreen . maximized)
(undecorated . t))) (undecorated . t)))
'(delete-selection-mode nil) '(delete-selection-mode nil)
'(diary-file "~/Documents/diary/diary") '(diary-file "~/Documents/diary/diary")
@ -41,7 +41,7 @@
("\\?\\?\\?+" . "#dc752f"))) ("\\?\\?\\?+" . "#dc752f")))
'(inferior-lisp-program "/usr/bin/sbcl --noinform") '(inferior-lisp-program "/usr/bin/sbcl --noinform")
'(initial-buffer-choice "~/Documents/journal/notes.org") '(initial-buffer-choice "~/Documents/journal/notes.org")
'(initial-frame-alist '((fullscreen . maximized))) '(initial-frame-alist '((fullscreen . maximized) (undecorated . t)))
'(ispell-dictionary "de_DE,de_CH,en_GB,en_US") '(ispell-dictionary "de_DE,de_CH,en_GB,en_US")
'(ispell-program-name "hunspell") '(ispell-program-name "hunspell")
'(message-user-organization "") '(message-user-organization "")
@ -54,7 +54,7 @@
'(org-roam-directory "~/Documents/notes/") '(org-roam-directory "~/Documents/notes/")
'(package-enable-at-startup t) '(package-enable-at-startup t)
'(package-selected-packages '(package-selected-packages
'(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)) '(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) '(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")