Merge branch 'main' of gitlab.com:marcuskammer/emacs.d

This commit is contained in:
Marcus Kammer 2021-03-04 22:26:25 +01:00
commit d04f4e8acb
2 changed files with 3 additions and 6 deletions

View file

@ -184,9 +184,6 @@ There are two things you can do about this warning:
(use-package ox-reveal)
(use-package forge
:after magit)
(use-package powershell)
(use-package all-the-icons)

View file

@ -12,7 +12,7 @@
'(backup-directory-alist '(("." . "~/.backup_filez")))
'(custom-enabled-themes '(atom-one-dark))
'(custom-safe-themes
'("e71c6667c26e34f3b59a1c5b3e27a1606fa427b9ba6515b0d8c8130506e68c81" "8efa3d21b3fa1ac084798fae4e89848ec26ae5c724b9417caf4922f4b2e31c2a" "5b7c31eb904d50c470ce264318f41b3bbc85545e4359e6b7d48ee88a892b1915" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" default))
'("171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "e71c6667c26e34f3b59a1c5b3e27a1606fa427b9ba6515b0d8c8130506e68c81" "8efa3d21b3fa1ac084798fae4e89848ec26ae5c724b9417caf4922f4b2e31c2a" "5b7c31eb904d50c470ce264318f41b3bbc85545e4359e6b7d48ee88a892b1915" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "bb08c73af94ee74453c90422485b29e5643b73b05e8de029a6909af6a3fb3f58" default))
'(delete-by-moving-to-trash t)
'(diary-file
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Diary/diary")
@ -24,7 +24,7 @@
("code.siemens.com" "code.siemens.com/api/v4" "code.siemens.com" forge-gitlab-repository)))
'(initial-buffer-choice
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/notes.org")
'(initial-frame-alist '((fullscreen . fullscreen)))
'(initial-frame-alist '((fullscreen . maximized)))
'(ls-lisp-dirs-first t)
'(nov-text-width nil)
'(nov-unzip-program
@ -46,7 +46,7 @@
"c:/Users/Marcus.Kammer/AppData/Local/Programs/plantuml/plantuml.jar")
'(org-refile-targets '((nil :maxlevel . 3)))
'(package-selected-packages
'(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))
'(websocket soft-morning-theme atom-dark-theme atom-one-dark-theme powershell 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 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 toc-org ace-window htmlize ivy))
'(plantuml-default-exec-mode 'jar)
'(plantuml-jar-path
"c:/Users/Marcus.Kammer/AppData/Local/Programs/plantuml/plantuml.jar")