Update win32 custom file

This commit is contained in:
Marcus Kammer 2024-10-13 10:01:37 +02:00
parent d5be103fa5
commit eebeabf469

View file

@ -3,23 +3,15 @@
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; 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.
'(Info-additional-directory-list '("~/.emacs.d/info/"))
'(bookmark-default-file "~/bookmarks.el") '(bookmark-default-file "~/bookmarks.el")
'(custom-safe-themes '(custom-safe-themes
'("1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" "fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" "171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default)) '("1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" "fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" "171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default))
'(epg-gpg-home-directory "~/AppData/Roaming/gnupg")
'(epg-gpg-program "c:/Program Files (x86)/GnuPG/bin/gpg.exe")
'(epg-gpgconf-program "c:/Program Files (x86)/GnuPG/bin/gpgconf.exe")
'(gptel-use-curl nil)
'(initial-buffer-choice "~/Documents/org/agenda/tasks.org") '(initial-buffer-choice "~/Documents/org/agenda/tasks.org")
'(initial-frame-alist '((fullscreen . maximized)))
'(org-agenda-files '("~/Documents/org/agenda")) '(org-agenda-files '("~/Documents/org/agenda"))
'(org-directory "~/Documents/org") '(org-directory "~/Documents/org")
'(org-latex-src-block-backend t nil nil "Customized with use-package org") '(org-modules
'(org-roam-db-location "~/org-roam.db") '(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))
'(org-roam-directory "~/Documents/org/") '(org-roam-directory "~/Documents/org/")
'(package-selected-packages
'(gnuplot ob-http ox-reveal org-web-tools org-tree-slide org-roam elfeed slime gptel dashboard nginx-mode ssh-config-mode which-key auctex plantuml-mode jabber mastodon geiser-racket racket-mode geiser magit go-translate web-mode js2-mode nov shrface htmlize common-lisp-snippets yasnippet ace-window olivetti rainbow-delimiters helpful emojify all-the-icons-dired all-the-icons doom-themes))
'(ring-bell-function 'ignore) '(ring-bell-function 'ignore)
'(tetris-x-colors '(tetris-x-colors
[[229 192 123] [[229 192 123]
@ -28,11 +20,4 @@
[224 108 117] [224 108 117]
[152 195 121] [152 195 121]
[198 120 221] [198 120 221]
[86 182 194]]) [86 182 194]]))
'(vc-hg-program "c:/Program Files/TortoiseHg/hg.exe"))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(variable-pitch ((t (:height 114 :family "Noto Serif")))))