diff options
| author | EuAndreh <eu@euandre.org> | 2018-07-19 19:15:34 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-07-19 19:15:53 -0300 |
| commit | b47e7806104fdb64f789ed37ab634baacd42e9b3 (patch) | |
| tree | 7c6b9c501f684fb89b01a841b34379ba2fbce4b9 | |
| parent | tweak Clojure indentation (diff) | |
| download | dotfiles-b47e7806104fdb64f789ed37ab634baacd42e9b3.tar.gz dotfiles-b47e7806104fdb64f789ed37ab634baacd42e9b3.tar.xz | |
Fix indentation
| -rw-r--r-- | spacemacs.el | 15 |
1 files 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) |
