More org-mode config
This commit is contained in:
parent
f6f7be17c0
commit
4a0acc5e5e
1 changed files with 4 additions and 1 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
'(menu-bar-mode nil)
|
'(menu-bar-mode nil)
|
||||||
'(mouse-wheel-mode nil)
|
'(mouse-wheel-mode nil)
|
||||||
'(nlinum-format "%d ")
|
'(nlinum-format "%d ")
|
||||||
|
'(org-adapt-indentation nil)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(lua-mode evil-org org go-mode helm-projectile helm nlinum coffee-mode yaml-mode web-mode typescript-mode scala-mode php-mode markdown-mode js2-mode haskell-mode evil-surround evil-leader evil autopair)))
|
(lua-mode evil-org org go-mode helm-projectile helm nlinum coffee-mode yaml-mode web-mode typescript-mode scala-mode php-mode markdown-mode js2-mode haskell-mode evil-surround evil-leader evil autopair)))
|
||||||
|
|
@ -186,10 +187,12 @@
|
||||||
(setq org-startup-folded "showeverything")
|
(setq org-startup-folded "showeverything")
|
||||||
|
|
||||||
(setq org-todo-keywords
|
(setq org-todo-keywords
|
||||||
'((sequence "NEW(n)" "QUALIFIED(q)" "STARTED(s)" "BLOCKED(b)" "|" "DONE(d)")))
|
'((sequence "NEW(n)" "QUALIFIED(q)" "STARTED(s)" "BLOCKED(b)" "|" "DONE(d)")
|
||||||
|
(sequence "TODO(t)" "|" "DONE(d)")))
|
||||||
|
|
||||||
(setq org-todo-keyword-faces
|
(setq org-todo-keyword-faces
|
||||||
'(("NEW" . "white")
|
'(("NEW" . "white")
|
||||||
|
("TODO" . "gray")
|
||||||
("QUALIFIED" . "lightblue")
|
("QUALIFIED" . "lightblue")
|
||||||
("STARTED" . "orange" )
|
("STARTED" . "orange" )
|
||||||
("BLOCKED" . "red")
|
("BLOCKED" . "red")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue