aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spacemacs.el15
1 files changed, 3 insertions, 12 deletions
diff --git a/spacemacs.el b/spacemacs.el
index 5b9eac7..1d9cb34 100644
--- a/spacemacs.el
+++ b/spacemacs.el
@@ -685,7 +685,7 @@ This is the place where most of your configurations should be done. Unless it is
;; org-mode
;; Taken from:
;; - http://cachestocaches.com/2016/9/my-workflow-org-agenda
-;;; - http://doc.norang.ca/org-mode.html
+ ;; - http://doc.norang.ca/org-mode.html
org-todo-keywords '((sequence "TODO" "NEXT" "WAITING" "INACTIVE" "CANCELLED" "MEETING" "DOING" "|" "DONE"))
org-agenda-files '("~/Nextcloud/txt/TODOs.org")
org-columns-default-format "%50ITEM(Task) %10CLOCKSUM %16TIMESTAMP_IA"
@@ -705,17 +705,8 @@ This is the place where most of your configurations should be done. Unless it is
("n" "Next Task" entry (file+headline org-default-notes-file "Tasks")
"** NEXT %? \nDEADLINE: %t")))
-
-
-
-
-
-
-
-
-
-(set-language-environment "UTF-8")
-(set-default-coding-systems 'utf-8)
+ (set-language-environment "UTF-8")
+ (set-default-coding-systems 'utf-8)
(setq org-export-allow-bind-keywords t)
(setq org-html-postamble t)