Set geiser racket binary
This commit is contained in:
parent
9397061feb
commit
e0314ec831
2 changed files with 22 additions and 42 deletions
|
@ -61,6 +61,10 @@
|
||||||
("l" "Log" entry
|
("l" "Log" entry
|
||||||
(file+olp+datetree "journal.org" "Logbook") "* %U - %^{Activity} :LOG:")
|
(file+olp+datetree "journal.org" "Logbook") "* %U - %^{Activity} :LOG:")
|
||||||
|
|
||||||
|
;; Log my growth talks
|
||||||
|
("g" "Growth Talk" entry
|
||||||
|
(file+olp+datetree "growthtalk.org" "Talks") "* %U - %^{Activity} :TALK:")
|
||||||
|
|
||||||
;; Record general hours
|
;; Record general hours
|
||||||
("A" "Allgemein" table-line (file+olp "journal.org" "Stunden" "Allgemein") "| %u | %^{Stunden} | %? |")
|
("A" "Allgemein" table-line (file+olp "journal.org" "Stunden" "Allgemein") "| %u | %^{Stunden} | %? |")
|
||||||
|
|
||||||
|
@ -126,48 +130,23 @@
|
||||||
(scheme . t)
|
(scheme . t)
|
||||||
(http . t))))
|
(http . t))))
|
||||||
|
|
||||||
|
;; (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")
|
||||||
(setq org-roam-db-location "~/org-roam.db")
|
;; (require 'org-roam-dailies)
|
||||||
(when (eq system-type 'windows-nt)
|
;; :bind (("C-c r l" . org-roam-buffer-toggle)
|
||||||
(when (string= (system-name) "EVG02667NB")
|
;; ("C-c r f" . org-roam-node-find)
|
||||||
(setq org-roam-directory
|
;; ("C-c r g" . org-roam-graph)
|
||||||
(expand-file-name "D:\\UserData\\marcus.kammer\\OneDrive - Siemens AG\\org-roam"))))
|
;; ("C-c r i" . org-roam-node-insert)
|
||||||
(require 'org-roam-dailies)
|
;; ("C-c r c" . org-roam-capture)
|
||||||
:bind (("C-c r l" . org-roam-buffer-toggle)
|
;; ("C-c r j" . org-roam-dailies-map)
|
||||||
("C-c r f" . org-roam-node-find)
|
;; :map org-roam-dailies-map
|
||||||
("C-c r g" . org-roam-graph)
|
;; ("t" . org-roam-dailies-capture-today)
|
||||||
("C-c r i" . org-roam-node-insert)
|
;; ("y" . org-roam-dailies-capture-yesterday)
|
||||||
("C-c r c" . org-roam-capture)
|
;; ("T" . org-roam-dailies-capture-tomorrow)
|
||||||
("C-c r j" . org-roam-dailies-map)
|
;; :map org-mode-map
|
||||||
:map org-roam-dailies-map
|
;; ("C-M-i" . completion-at-point)))
|
||||||
("t" . org-roam-dailies-capture-today)
|
|
||||||
("y" . org-roam-dailies-capture-yesterday)
|
|
||||||
("T" . org-roam-dailies-capture-tomorrow)
|
|
||||||
:map org-mode-map
|
|
||||||
("C-M-i" . completion-at-point))
|
|
||||||
:custom
|
|
||||||
(org-roam-completion-everywhere t)
|
|
||||||
(org-roam-dailies-capture-templates
|
|
||||||
'(("d" "default" entry "* %<%R> %?"
|
|
||||||
:if-new (file+head "%<%F>.org" "#+title: %<%F>\n"))))
|
|
||||||
(org-roam-capture-templates
|
|
||||||
'(("d" "default" plain
|
|
||||||
"%?"
|
|
||||||
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n")
|
|
||||||
:unnarrowed t)
|
|
||||||
|
|
||||||
("n" "Note" plain
|
|
||||||
"%?"
|
|
||||||
:if-new (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+date: %U\n%l\n\n%i")
|
|
||||||
:unnarrowed t)
|
|
||||||
|
|
||||||
("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")
|
|
||||||
:unnarrowed t))))
|
|
||||||
|
|
||||||
(use-package org-tree-slide
|
(use-package org-tree-slide
|
||||||
:bind ("<f5>" . org-tree-slide-mode)
|
:bind ("<f5>" . org-tree-slide-mode)
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
("gitlab.com" "gitlab.com/api/v4" "gitlab.com" forge-gitlab-repository)
|
("gitlab.com" "gitlab.com/api/v4" "gitlab.com" forge-gitlab-repository)
|
||||||
("code.siemens.com" "code.siemens.com/api/v4" "code.siemens.com" forge-gitlab-repository)))
|
("code.siemens.com" "code.siemens.com/api/v4" "code.siemens.com" forge-gitlab-repository)))
|
||||||
'(frame-background-mode 'dark)
|
'(frame-background-mode 'dark)
|
||||||
|
'(geiser-racket-binary "C:/Program Files/Racket/Racket.exe")
|
||||||
'(hl-todo-keyword-faces
|
'(hl-todo-keyword-faces
|
||||||
'(("TODO" . "#dc752f")
|
'(("TODO" . "#dc752f")
|
||||||
("NEXT" . "#dc752f")
|
("NEXT" . "#dc752f")
|
||||||
|
|
Loading…
Add table
Reference in a new issue