Don’t let me accidentally write in the wrong place
This commit is contained in:
parent
803ea193da
commit
d7f3711045
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.0128.190149
|
;; Version: 2020.0203.221615
|
||||||
;; Package-Requires: (oni-yasnippet oni-alert org-plus-contrib org-bullets hydra)
|
;; Package-Requires: (oni-yasnippet oni-alert org-plus-contrib org-bullets hydra)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -184,6 +184,7 @@ After running it once remove it from `org-capture-after-finalize-hook'."
|
||||||
(setq org-agenda-todo-ignore-scheduled 'future)
|
(setq org-agenda-todo-ignore-scheduled 'future)
|
||||||
(setq org-agenda-skip-function-global #'oni-org-skip-tasks)
|
(setq org-agenda-skip-function-global #'oni-org-skip-tasks)
|
||||||
(setq org-clock-in-switch-to-state #'oni-org-maybe-change-todo-state)
|
(setq org-clock-in-switch-to-state #'oni-org-maybe-change-todo-state)
|
||||||
|
(setq org-catch-invisible-edits 'error)
|
||||||
|
|
||||||
;;; Set the maximum indentation level for description lists to 5 (which is the
|
;;; Set the maximum indentation level for description lists to 5 (which is the
|
||||||
;;; seemingly hardcoded value of the indentation it gets when it goes over
|
;;; seemingly hardcoded value of the indentation it gets when it goes over
|
||||||
|
|
Loading…
Reference in a new issue