diff options
author | EuAndreh <eu@euandre.org> | 2018-07-09 14:30:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-09 14:30:02 -0300 |
commit | 526865a0c7299ac271169868e9ddff02c862cd37 (patch) | |
tree | bbb6572d8a4028d0f27677b9ca2e3af81fb6e70b | |
parent | Change Emacs layouts configs (diff) | |
download | dotfiles-526865a0c7299ac271169868e9ddff02c862cd37.tar.gz dotfiles-526865a0c7299ac271169868e9ddff02c862cd37.tar.xz |
Add extra 2 spaces indentation configs
-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" |