Merge branch 'main' of gitlab.com:marcuskammer/emacs.d into main
This commit is contained in:
commit
e73ffc759e
2 changed files with 12 additions and 7 deletions
|
@ -12,7 +12,8 @@
|
|||
slime-lisp-implementations `((sbcl (,sbcl-exe "--core" ,sbcl-core))))
|
||||
(when (string= (system-name) "EVG02667NB")
|
||||
(add-to-list 'Info-default-directory-list "~/Info")
|
||||
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG02667NB.el"))
|
||||
(setq custom-file "~/.emacs.d/bundle/custom_win32_EVG02667NB.el")
|
||||
(eww-open-file "D:\\UserData\\marcus.kammer\\OneDrive - Siemens AG\\documents\\Journal\\notes.html"))
|
||||
(when (string= (system-name) "XPS-8930")))
|
||||
|
||||
;; CUSTOM_FILE
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
'(ansi-color-faces-vector
|
||||
[default default default italic underline success warning error])
|
||||
'(backup-directory-alist (quote (("." . "~/.backup_filez"))))
|
||||
'(browse-url-browser-function (quote eww-browse-url))
|
||||
'(calendar-christian-all-holidays-flag t)
|
||||
'(calendar-date-style (quote iso))
|
||||
'(calendar-view-diary-initially-flag t)
|
||||
|
@ -21,8 +22,9 @@
|
|||
(font . "Fira Code-11")
|
||||
(width . 88)
|
||||
(height . 64)
|
||||
(alpha . 100)
|
||||
(fullscreen . maximized))))
|
||||
(alpha . 98)
|
||||
(fullscreen . maximized)
|
||||
(vertical-scroll-bars))))
|
||||
'(delete-by-moving-to-trash t)
|
||||
'(diary-file
|
||||
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/Diary/diary")
|
||||
|
@ -36,8 +38,8 @@
|
|||
'(horizontal-scroll-bar-mode nil)
|
||||
'(indent-tabs-mode nil)
|
||||
'(inhibit-startup-buffer-menu t)
|
||||
'(initial-buffer-choice
|
||||
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/notes.org")
|
||||
'(inhibit-startup-screen t)
|
||||
'(initial-buffer-choice nil)
|
||||
'(initial-frame-alist nil)
|
||||
'(ispell-program-name "aspell")
|
||||
'(line-spacing nil)
|
||||
|
@ -77,8 +79,10 @@
|
|||
(plantuml . t)
|
||||
(dot . t))))
|
||||
'(org-clock-out-remove-zero-time-clocks t)
|
||||
'(org-default-notes-file "d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/notes.org")
|
||||
'(org-default-notes-file
|
||||
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/notes.org")
|
||||
'(org-duration-format (quote h:mm))
|
||||
'(org-export-backends (quote (beamer html latex koma-letter)))
|
||||
'(org-export-with-sub-superscripts nil)
|
||||
'(org-html-table-caption-above nil)
|
||||
'(org-html-table-default-attributes
|
||||
|
@ -92,7 +96,7 @@
|
|||
"c:/Users/Marcus.Kammer/AppData/Local/Programs/plantuml/plantuml.jar")
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(slime-company elpy eglot color-theme-sanityinc-tomorrow ein projectile nov 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 ox-reveal ace-window htmlize ivy magit)))
|
||||
(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)))
|
||||
'(python-indent-guess-indent-offset nil)
|
||||
'(python-shell-interpreter "ipython")
|
||||
'(ring-bell-function (quote ignore))
|
||||
|
|
Loading…
Add table
Reference in a new issue