Compare commits

..

No commits in common. "6bc66f302dd8ff4cc736f83a0eb4f267a0e7c3e9" and "7309cee4131f2abf91b2eb73d63cae58002d5dda" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -613,7 +613,7 @@
org-id-link-to-org-use-id t
org-blank-before-new-entry '((heading . t)
(plain-list-item . auto))
(plain-list-item . t))
org-duration-format '(("y") ("w") ("d") (special . h:mm))

View File

@ -140,11 +140,11 @@ in the main agenda view."
'(("Mail" ?m db/gnus)
("Agenda" ?a db/org-agenda)
("Init File" ?i db/find-user-init-file)
("Main Org File" ?o (lambda () (interactive) (find-file db/org-default-org-file)))
("Main Org File" ?o #'(lambda () (interactive) (find-file db/org-default-org-file)))
("EMMS" ?M emms)
("Shell" ?s db/run-or-hide-shell)
("EShell" ?e db/run-or-hide-eshell)
("Refile File" ?r (lambda () (interactive) (find-file db/org-default-refile-file)))
("Refile File" ?r #'(lambda () (interactive) (find-file db/org-default-refile-file)))
("Goto Currnet Clock" ?c db/org-clock-goto-first-open-checkbox)
("Info Lookup" ?I info-lookup-symbol)
("Unicode Lookup" ?U insert-char)