emacs.d/bundle/custom_win32_XPS8930.el

39 lines
2.3 KiB
EmacsLisp
Raw Normal View History

2023-11-04 15:36:15 +01:00
(custom-set-variables
;; custom-set-variables 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.
'(Info-additional-directory-list '("~/.emacs.d/info/"))
'(bookmark-default-file "~/bookmarks.el")
'(custom-safe-themes
'("1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" "fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" "171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default))
2023-12-24 15:01:09 +01:00
'(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")
2023-12-03 10:27:17 +01:00
'(gptel-use-curl nil)
2023-12-02 08:14:57 +01:00
'(initial-buffer-choice "~/Documents/org/agenda/tasks.org")
2023-11-04 15:36:15 +01:00
'(initial-frame-alist '((fullscreen . maximized)))
2023-12-02 08:14:57 +01:00
'(org-agenda-files '("~/Documents/org/agenda"))
'(org-directory "~/Documents/org")
2024-03-17 14:05:53 +01:00
'(org-latex-src-block-backend t nil nil "Customized with use-package org")
2023-11-29 21:38:51 +01:00
'(org-roam-db-location "~/org-roam.db")
2023-12-02 08:14:57 +01:00
'(org-roam-directory "~/Documents/org/")
2023-11-04 15:36:15 +01:00
'(package-selected-packages
2024-03-17 14:05:53 +01:00
'(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))
2023-11-04 15:36:15 +01:00
'(ring-bell-function 'ignore)
'(tetris-x-colors
[[229 192 123]
[97 175 239]
[209 154 102]
[224 108 117]
[152 195 121]
[198 120 221]
[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.
2024-03-12 18:49:18 +01:00
'(variable-pitch ((t (:height 114 :family "Noto Serif")))))