Browse Source

Add README.org

Register the dotfiles README.org
nixos
Maxime Wack 4 years ago
parent
commit
aa863cfeb7
2 changed files with 10 additions and 0 deletions
  1. +3
    -0
      .emacs
  2. +7
    -0
      README.org

+ 3
- 0
.emacs View File

@@ -1217,6 +1217,9 @@
entry (file+headline "~/Projects/projects.org" "Projects")
"* %^{Nom du projet}\n %?\n"))

;; Register the dotfiles README.org
(add-to-list 'org-agenda-files "~/dotfiles/README.org")

;; Allow emphasis markup in the middle of words
(setcar org-emphasis-regexp-components " \t('\"{[:alpha:]")
(setcar (nthcdr 1 org-emphasis-regexp-components) "[:alpha:]- \t.,:!?;'\")}\\")


+ 7
- 0
README.org View File

@@ -0,0 +1,7 @@
* Tasks
** TODO Fix mu4e update interval
Investigate why it doesn't update
[[file:~/dotfiles/.emacs::mu4e-update-interval%20180]]
** TODO Move dotfiles to Projects/
Then no need to specifically add the README to the projects
[[file:~/dotfiles/.emacs::(add-to-list%20'org-agenda-files%20"~/dotfiles/README.org")]]

Loading…
Cancel
Save