From b47e7806104fdb64f789ed37ab634baacd42e9b3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 19 Jul 2018 19:15:34 -0300 Subject: Fix indentation --- spacemacs.el | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/spacemacs.el b/spacemacs.el index 5b9eac77..1d9cb348 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) -- cgit v1.3