diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 97abd964..52f7bf03 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -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")))))