summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-22 20:49:00 -0600
committerCase Duckworth2020-12-22 20:49:00 -0600
commit363285369270aaa0f4f6a107ad4b665850fbdc1c (patch)
treeb5546dc4ac43de635445ff4a3898d4fc0920664c /config.org
parentUpdate README (diff)
downloademacs-363285369270aaa0f4f6a107ad4b665850fbdc1c.tar.gz
emacs-363285369270aaa0f4f6a107ad4b665850fbdc1c.zip
Remove redundancy
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
1 files changed, 1 insertions, 8 deletions
diff --git a/config.org b/config.org index 622ab45..a32bba6 100644 --- a/config.org +++ b/config.org
@@ -4,7 +4,7 @@
4#+EXPORT_FILE_NAME: README.md 4#+EXPORT_FILE_NAME: README.md
5#+OPTIONS: toc:nil 5#+OPTIONS: toc:nil
6#+BANKRUPTCY_COUNT: 3 6#+BANKRUPTCY_COUNT: 3
7#+Time-stamp: <2020-12-22 20:32:24 acdw> 7#+Time-stamp: <2020-12-22 20:48:48 acdw>
8 8
9Let’s configure Emacs using Org mode, they said. It’ll be fun, they said. 9Let’s configure Emacs using Org mode, they said. It’ll be fun, they said.
10 10
@@ -1251,13 +1251,6 @@ 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
1262** Elpher 1255** Elpher
1263 1256