Update custom gnu file

This commit is contained in:
Marcus Kammer 2023-02-02 09:23:34 +01:00
parent 3e1b5b74e4
commit 4a1a51cdfe
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -57,7 +57,7 @@
'(org-roam-directory "~/Documents/notes/")
'(package-enable-at-startup t)
'(package-selected-packages
'(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))
'(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")
@ -72,6 +72,7 @@
[152 195 121]
[198 120 221]
[86 182 194]])
'(timeclock-file "~/Documents/journal/timelog")
'(user-mail-address "marcus.kammer@mailbox.org")
'(warning-suppress-log-types '((comp))))
(custom-set-faces
@ -80,4 +81,4 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(font-lock-keyword-face ((t (:slant italic))))
'(variable-pitch ((t (:weight semi-light :height 1.2 :family "Roboto Slab")))))
'(variable-pitch ((t (:weight Regular :height 1.2 :family "Roboto Slab")))))