diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.org b/config.org index ccc1f9f..8b813fa 100644 --- a/config.org +++ b/config.org | |||
@@ -1251,6 +1251,14 @@ from [[https://github.com/alphapapa/unpackaged.el#ensure-blank-lines-between-hea | |||
1251 | (add-hook 'before-save-hook #'cribbed/org-mode-fix-blank-lines) | 1251 | (add-hook 'before-save-hook #'cribbed/org-mode-fix-blank-lines) |
1252 | #+end_src | 1252 | #+end_src |
1253 | 1253 | ||
1254 | *** Agenda | ||
1255 | |||
1256 | #+begin_src emacs-lisp | ||
1257 | (bind-key "C-a" #'org-agenda 'acdw/map) | ||
1258 | (cuss org-agenda-files | ||
1259 | '("~/todo.org")) | ||
1260 | #+end_src | ||
1261 | |||
1254 | ** Elpher | 1262 | ** Elpher |
1255 | 1263 | ||
1256 | #+begin_src emacs-lisp | 1264 | #+begin_src emacs-lisp |