diff options
Diffstat (limited to 'spacemacs.el')
-rw-r--r-- | spacemacs.el | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/spacemacs.el b/spacemacs.el index ac37206..833db0f 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -638,6 +638,11 @@ This is the place where most of your configurations should be done. Unless it is web-mode-code-indent-offset 2 web-mode-attr-indent-offset 2 perl6-indent-offset 2 + cperl-indent-level 2 + c-basic-offset 2 + sh-basic-offset 2 + sh-indentation 2 + smie-indent-basic 2 ;; Clojure cljr-warn-on-eval nil @@ -652,9 +657,9 @@ This is the place where most of your configurations should be done. Unless it is undo-tree-history-directory-alist `(("." . ,(concat spacemacs-cache-directory "undo"))) ;; org-mode - ;; Taken from: - ;; - http://cachestocaches.com/2016/9/my-workflow-org-agenda - ;; - http://doc.norang.ca/org-mode.html + ;;; Taken from: + ;;; - http://cachestocaches.com/2016/9/my-workflow-org-agenda + ;;; - 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" |