General refactor + tweaks to org/org

This commit is contained in:
Henrik Lissner 2017-09-28 18:21:03 +02:00
parent 6c68ff0b96
commit ef66bc3e5e
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -56,6 +56,7 @@
;;
(setq line-spacing 1)
(visual-line-mode +1)
(org-indent-mode +1)
(doom|disable-line-numbers)
;; show-paren-mode causes problems for org-indent-mode, so disable it
@ -98,7 +99,6 @@
org-agenda-skip-unavailable-files nil
org-cycle-include-plain-lists t
org-cycle-separator-lines 1
;; org-ellipsis "  "
org-entities-user '(("flat" "\\flat" nil "" "" "266D" "") ("sharp" "\\sharp" nil "" "" "266F" ""))
org-ellipsis ""
org-fontify-done-headline t
@ -114,6 +114,9 @@
org-indent-mode-turns-on-hiding-stars t
org-pretty-entities nil
org-pretty-entities-include-sub-superscripts t
org-priority-faces `((?a . ,(doom-color 'red))
(?b . ,(doom-color 'yellow))
(?c . ,(doom-color 'green)))
org-startup-folded t
org-startup-indented t
org-startup-with-inline-images nil
@ -145,8 +148,8 @@
between the two."
(map! (:map org-mode-map
"RET" #'org-return-indent
[remap evil-next-line] #'evil-next-visual-line
[remap evil-previous-line] #'evil-previous-visual-line)
:n "j" "gj"
:n "k" "gk")
(:map +org-evil-mode-map
:n "RET" #'+org/dwim-at-point