From: Amin Bandali Date: Mon, 1 Apr 2019 18:34:05 +0000 (-0400) Subject: [emacs/org] add org-agenda settings and (tentative?) binding X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/cb59adb2072ea48c97237307190d69b7849309f7 [emacs/org] add org-agenda settings and (tentative?) binding C-c a o a is a bit awkward to type. --- diff --git a/init.org b/init.org index 2b46136..9798f25 100644 --- a/init.org +++ b/init.org @@ -895,11 +895,17 @@ And here's where my actual Org configurations begin: org-catch-invisible-edits 'show-and-error org-log-done 'time) (add-to-list 'org-structure-template-alist '("L" . "src emacs-lisp") t) - :bind (:map org-mode-map ("M-L" . org-insert-last-stored-link)) + :bind + (("C-c a o a" . org-agenda) + :map org-mode-map + ("M-L" . org-insert-last-stored-link)) :hook ((org-mode . org-indent-mode) (org-mode . auto-fill-mode) (org-mode . flyspell-mode)) :custom + (org-agenda-files '("~/usr/org/todos/personal.org" + "~/usr/org/todos/masters.org")) + (org-agenda-start-on-weekday 0) (org-latex-packages-alist '(("" "listings") ("" "color"))) :custom-face '(org-block-begin-line ((t (:foreground "#5a5b5a" :background "#1d1f21")))) @@ -1870,6 +1876,7 @@ Emacs package that displays available keybindings in popup ;; prefixes for my personal bindings "C-c a" "applications" "C-c a e" "erc" + "C-c a o" "org" "C-c a s" "shells" "C-c p" "package-management" ;; "C-c p e" "package-management/epkg"