Skip to content

Commit

Permalink
Turn off nested stars in org-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jwreagor committed May 30, 2016
1 parent 87e9663 commit 0f55ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/org-env.el
Expand Up @@ -10,7 +10,8 @@

(add-hook 'org-mode-hook
'(lambda ()
(local-set-key (kbd "C-M-<return>") 'org-todo)))
(local-set-key (kbd "C-M-<return>") 'org-todo)
(setq org-hide-leading-stars t)))

(setq org-todo-keywords
'((sequence "TODO(t)" "|" "DONE(d)")
Expand Down

0 comments on commit 0f55ef5

Please sign in to comment.