Update customfile windows
This commit is contained in:
parent
a3e8a18b8c
commit
d9dd7d9ef6
1 changed files with 15 additions and 4 deletions
|
@ -6,14 +6,17 @@
|
|||
'(Info-additional-directory-list '("~/Info"))
|
||||
'(ansi-color-faces-vector
|
||||
[default default default italic underline success warning error])
|
||||
'(ansi-color-names-vector
|
||||
["#21252B" "#E06C75" "#98C379" "#E5C07B" "#61AFEF" "#C678DD" "#56B6C2" "#ABB2BF"])
|
||||
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
||||
'(custom-enabled-themes '(nord))
|
||||
'(custom-enabled-themes '(atom-one-dark))
|
||||
'(custom-safe-themes
|
||||
'("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" default))
|
||||
'("8efa3d21b3fa1ac084798fae4e89848ec26ae5c724b9417caf4922f4b2e31c2a" "5b7c31eb904d50c470ce264318f41b3bbc85545e4359e6b7d48ee88a892b1915" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" default))
|
||||
'(delete-by-moving-to-trash t)
|
||||
'(diary-file
|
||||
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Diary/diary")
|
||||
'(display-line-numbers-grow-only t)
|
||||
'(fci-rule-color "#3E4451")
|
||||
'(forge-alist
|
||||
'(("github.com" "api.github.com" "github.com" forge-github-repository)
|
||||
("gitlab.com" "gitlab.com/api/v4" "gitlab.com" forge-gitlab-repository)
|
||||
|
@ -40,10 +43,18 @@
|
|||
'(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))
|
||||
'(org-refile-targets '((nil :maxlevel . 3)))
|
||||
'(package-selected-packages
|
||||
'(powershell forge plantuml-mode ox-reveal counsel all-the-icons-dired all-the-icons-gnus all-the-icons-ibuffer all-the-icons-ivy all-the-icons-ivy-rich helpful nov gnu-elpa-keyring-update slime-company elpy eglot color-theme-sanityinc-tomorrow ein projectile markdown-preview-mode request rust-mode sphinx-frontend sphinx-mode racket-mode geiser slime web-mode js2-mode markdown-mode yaml-mode olivetti use-package nord-theme nordless-theme org toc-org ace-window htmlize ivy magit))
|
||||
'(soft-morning-theme atom-dark-theme atom-one-dark-theme powershell forge plantuml-mode ox-reveal counsel all-the-icons-dired all-the-icons-gnus all-the-icons-ibuffer all-the-icons-ivy all-the-icons-ivy-rich helpful nov gnu-elpa-keyring-update slime-company elpy eglot color-theme-sanityinc-tomorrow ein markdown-preview-mode request rust-mode sphinx-frontend sphinx-mode geiser slime web-mode js2-mode yaml-mode olivetti use-package nord-theme nordless-theme org toc-org ace-window htmlize ivy))
|
||||
'(python-indent-guess-indent-offset nil)
|
||||
'(ring-bell-function 'ignore)
|
||||
'(scroll-bar-mode nil))
|
||||
'(scroll-bar-mode nil)
|
||||
'(tetris-x-colors
|
||||
[[229 192 123]
|
||||
[97 175 239]
|
||||
[209 154 102]
|
||||
[224 108 117]
|
||||
[152 195 121]
|
||||
[198 120 221]
|
||||
[86 182 194]]))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
|
Loading…
Add table
Reference in a new issue