Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d

This commit is contained in:
Marcus Kammer 2021-11-26 18:15:02 +01:00
commit f16a953ba4
Signed by: marcuskammer
GPG key ID: C374817BE285268F
3 changed files with 16 additions and 17 deletions

View file

@ -150,6 +150,7 @@
:init :init
(org-babel-lob-ingest "~/.emacs.d/library-of-babel.org") (org-babel-lob-ingest "~/.emacs.d/library-of-babel.org")
:custom :custom
(org-default-notes-file "notes.org")
(org-insert-mode-line-in-empty-file t) (org-insert-mode-line-in-empty-file t)
(org-adapt-indentation nil) (org-adapt-indentation nil)
(org-agenda-prefix-format (org-agenda-prefix-format
@ -167,7 +168,7 @@
(file+headline "notes.org" "Notes") "* %k\n%U\n- %l\n- %K\n%i\n%?") (file+headline "notes.org" "Notes") "* %k\n%U\n- %l\n- %K\n%i\n%?")
("t" "Task" entry ("t" "Task" entry
(file+headline "planning.org" "Tasks") "* OPEN %?\n%u\n%a\n%i") (file+headline "planning.org" "Tasks") "* TODO %?\n%u\n%i")
("a" "Appointment" entry ("a" "Appointment" entry
(file+headline "planning.org" "Appointments") "* %?\n%T\n") (file+headline "planning.org" "Appointments") "* %?\n%T\n")
@ -192,7 +193,7 @@
(org-export-backends (org-export-backends
'(ascii beamer html icalendar latex md odt)) '(ascii beamer html icalendar latex md odt))
(org-global-properties (org-global-properties
'(("EFFORT_ALL" . "1:00 2:00 3:00 5:00 8:00 13:00"))) '(("EFFORT_ALL" . "0:30 1:00 2:00 3:00 5:00 8:00")))
(org-html-doctype "html5") (org-html-doctype "html5")
(org-html-html5-fancy t) (org-html-html5-fancy t)
(org-html-htmlize-output-type nil) (org-html-htmlize-output-type nil)
@ -221,7 +222,7 @@
("plantuml" . plantuml))) ("plantuml" . plantuml)))
(org-time-stamp-rounding-minutes '(30 30)) (org-time-stamp-rounding-minutes '(30 30))
(org-todo-keywords (org-todo-keywords
'((sequence "OPEN" "TODO" "DOING" "|" "DONE"))) '((sequence "TODO" "DOING(!)" "DONE(!)")))
(org-use-property-inheritance nil) (org-use-property-inheritance nil)
:config :config
(org-babel-do-load-languages (org-babel-do-load-languages
@ -409,6 +410,7 @@
(use-package org-roam (use-package org-roam
:init :init
(setq org-roam-v2-ack t) (setq org-roam-v2-ack t)
(setq org-roam-db-location "~/org-roam.db")
(require 'org-roam-dailies) (require 'org-roam-dailies)
:bind (("C-c r l" . org-roam-buffer-toggle) :bind (("C-c r l" . org-roam-buffer-toggle)
("C-c r f" . org-roam-node-find) ("C-c r f" . org-roam-node-find)
@ -430,7 +432,7 @@
(org-roam-capture-templates (org-roam-capture-templates
'(("d" "default" plain '(("d" "default" plain
"%?" "%?"
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n%a\n") :if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n")
:unnarrowed t) :unnarrowed t)
("n" "Note" plain ("n" "Note" plain
@ -441,9 +443,7 @@
("p" "personas" plain ("p" "personas" plain
"%?" "%?"
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n* Personality\n* Behaviors\n* Needs & Goals\n") :if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n* Personality\n* Behaviors\n* Needs & Goals\n")
:unnarrowed t))) :unnarrowed t))))
:config
(org-roam-db-autosync-mode))
(use-package simple-httpd) (use-package simple-httpd)

View file

@ -14,8 +14,8 @@
'(company-quickhelp-color-foreground "#DCDCCC") '(company-quickhelp-color-foreground "#DCDCCC")
'(default-frame-alist '(default-frame-alist
'((font . "Fira Code-11") '((font . "Fira Code-11")
(width . 91) (width . 90)
(height . 60) (height . 64)
(alpha . 100))) (alpha . 100)))
'(delete-by-moving-to-trash t) '(delete-by-moving-to-trash t)
'(diary-file '(diary-file
@ -46,7 +46,7 @@
("XXX+" . "#dc752f") ("XXX+" . "#dc752f")
("\\?\\?\\?+" . "#dc752f"))) ("\\?\\?\\?+" . "#dc752f")))
'(initial-buffer-choice '(initial-buffer-choice
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/notes.org") "d:/UserData/marcus.kammer/OneDrive - Siemens AG/journal/planning.org")
'(initial-frame-alist '((fullscreen . maximized))) '(initial-frame-alist '((fullscreen . maximized)))
'(ispell-program-name "d:/msys64/mingw64/bin/aspell.exe") '(ispell-program-name "d:/msys64/mingw64/bin/aspell.exe")
'(ls-lisp-dirs-first t) '(ls-lisp-dirs-first t)
@ -55,18 +55,16 @@
'(nov-unzip-program "d:/msys64/usr/bin/unzip.exe") '(nov-unzip-program "d:/msys64/usr/bin/unzip.exe")
'(nov-variable-pitch nil) '(nov-variable-pitch nil)
'(org-agenda-files '(org-agenda-files
'("d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/")) '("d:/UserData/marcus.kammer/OneDrive - Siemens AG/journal/"))
'(org-default-notes-file "notes.org") '(org-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/journal/")
'(org-directory
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/")
'(org-modules '(org-modules
'(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m)) '(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))
'(org-plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar") '(org-plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
'(org-roam-directory '(org-roam-db-location "~/org-roam.db")
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Journal/") '(org-roam-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/org-roam")
'(org-web-tools-pandoc-sleep-time 1.0) '(org-web-tools-pandoc-sleep-time 1.0)
'(package-selected-packages '(package-selected-packages
'(org-roam smartparens elfeed eglot javascript js-mode ob-http unicode-fonts plantuml-mode rust-mode org-web-tools emojify erc-image slime-company shrface helpful xref yaml-mode webpaste web-mode use-package typescript-mode slime rainbow-delimiters racket-mode powershell ox-reveal org-tree-slide olivetti ob-typescript ob-rust ob-go nov go-mode geiser-racket elpy eldoc doom-themes doom-modeline counsel all-the-icons-dired ace-window)) '(smartparens elfeed eglot javascript js-mode ob-http unicode-fonts plantuml-mode rust-mode org-web-tools emojify erc-image slime-company shrface helpful xref yaml-mode webpaste web-mode use-package typescript-mode slime rainbow-delimiters racket-mode powershell ox-reveal org-tree-slide olivetti ob-typescript ob-rust ob-go nov go-mode geiser-racket elpy eldoc doom-themes doom-modeline counsel all-the-icons-dired ace-window))
'(plantuml-default-exec-mode 'jar) '(plantuml-default-exec-mode 'jar)
'(plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar") '(plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
'(python-indent-guess-indent-offset nil) '(python-indent-guess-indent-offset nil)

View file

@ -1,5 +1,6 @@
;; Auto-generated file; don't edit ;; Auto-generated file; don't edit
((:url "https://builds.sr.ht/" :title "builds.sr.ht" :time "Mon Nov 22 19:39:16 2021") ((:url "https://builds.sr.ht/" :title "builds.sr.ht" :time "Mon Nov 22 19:39:16 2021")
(:url "https://go.dev/doc/" :title "Documentation - go.dev" :time "Tue Nov 23 15:44:03 2021")
(:url "https://systemcrafters.net/" :title "Welcome! - System Crafters" :time "Sun Nov 7 10:19:55 2021") (:url "https://systemcrafters.net/" :title "Welcome! - System Crafters" :time "Sun Nov 7 10:19:55 2021")
(:url "https://www.nordtheme.com/docs/colors-and-palettes/" :title "Nord" :time "Sat Oct 23 15:08:51 2021") (:url "https://www.nordtheme.com/docs/colors-and-palettes/" :title "Nord" :time "Sat Oct 23 15:08:51 2021")
(:url "https://malisper.me/debugging-lisp-part-1-recompilation/" :title "Debugging Lisp Part 1: Recompilation - malisper.me" :time "Fri Oct 8 10:39:36 2021") (:url "https://malisper.me/debugging-lisp-part-1-recompilation/" :title "Debugging Lisp Part 1: Recompilation - malisper.me" :time "Fri Oct 8 10:39:36 2021")