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
|
||||
(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
|
||||
("A" "Allgemein" table-line (file+olp "journal.org" "Stunden" "Allgemein") "| %u | %^{Stunden} | %? |")
|
||||
|
||||
|
@ -126,48 +130,23 @@
|
|||
(scheme . t)
|
||||
(http . t))))
|
||||
|
||||
|
||||
(use-package org-roam
|
||||
:init
|
||||
(setq org-roam-v2-ack t)
|
||||
(setq org-roam-db-location "~/org-roam.db")
|
||||
(when (eq system-type 'windows-nt)
|
||||
(when (string= (system-name) "EVG02667NB")
|
||||
(setq org-roam-directory
|
||||
(expand-file-name "D:\\UserData\\marcus.kammer\\OneDrive - Siemens AG\\org-roam"))))
|
||||
(require 'org-roam-dailies)
|
||||
:bind (("C-c r l" . org-roam-buffer-toggle)
|
||||
("C-c r f" . org-roam-node-find)
|
||||
("C-c r g" . org-roam-graph)
|
||||
("C-c r i" . org-roam-node-insert)
|
||||
("C-c r c" . org-roam-capture)
|
||||
("C-c r j" . org-roam-dailies-map)
|
||||
:map org-roam-dailies-map
|
||||
("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-roam
|
||||
;; :init
|
||||
;; (setq org-roam-v2-ack t)
|
||||
;; (setq org-roam-db-location "~/org-roam.db")
|
||||
;; (require 'org-roam-dailies)
|
||||
;; :bind (("C-c r l" . org-roam-buffer-toggle)
|
||||
;; ("C-c r f" . org-roam-node-find)
|
||||
;; ("C-c r g" . org-roam-graph)
|
||||
;; ("C-c r i" . org-roam-node-insert)
|
||||
;; ("C-c r c" . org-roam-capture)
|
||||
;; ("C-c r j" . org-roam-dailies-map)
|
||||
;; :map org-roam-dailies-map
|
||||
;; ("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)))
|
||||
|
||||
(use-package org-tree-slide
|
||||
:bind ("<f5>" . org-tree-slide-mode)
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
("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)))
|
||||
'(frame-background-mode 'dark)
|
||||
'(geiser-racket-binary "C:/Program Files/Racket/Racket.exe")
|
||||
'(hl-todo-keyword-faces
|
||||
'(("TODO" . "#dc752f")
|
||||
("NEXT" . "#dc752f")
|
||||
|
|
Loading…
Add table
Reference in a new issue