Update custom gnu file
This commit is contained in:
parent
3e1b5b74e4
commit
4a1a51cdfe
1 changed files with 3 additions and 2 deletions
|
@ -57,7 +57,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
|
||||||
'(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)
|
'(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")
|
||||||
|
@ -72,6 +72,7 @@
|
||||||
[152 195 121]
|
[152 195 121]
|
||||||
[198 120 221]
|
[198 120 221]
|
||||||
[86 182 194]])
|
[86 182 194]])
|
||||||
|
'(timeclock-file "~/Documents/journal/timelog")
|
||||||
'(user-mail-address "marcus.kammer@mailbox.org")
|
'(user-mail-address "marcus.kammer@mailbox.org")
|
||||||
'(warning-suppress-log-types '((comp))))
|
'(warning-suppress-log-types '((comp))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
|
@ -80,4 +81,4 @@
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(font-lock-keyword-face ((t (:slant italic))))
|
'(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")))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue