org tweaks - image size, list cycling

This commit is contained in:
Kashish Sharma 2016-09-29 21:41:34 +05:30
parent c2ec5995fd
commit 7d1483bd59
1 changed files with 2 additions and 0 deletions

View File

@ -263,6 +263,8 @@
(setq org-file-apps '(("\\.txt" . emacs)
(t . "xdg-open %s")))
(setq org-todo-keywords '((sequence "TODO" "STARTED" "DONE")))
(setq org-image-actual-width 400)
(setq org-cycle-include-plain-lists 'integrate)
(defun org-link-ahead-p (&optional link-type)
"Returns t if point is before an org-mode link, ignoring
whitespace and org-mode header and list syntax, else nil.