summaryrefslogtreecommitdiff
path: root/lisp/org-custom.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org-custom.el')
-rw-r--r--lisp/org-custom.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el
index 6b4713b..4323cae 100644
--- a/lisp/org-custom.el
+++ b/lisp/org-custom.el
@@ -34,8 +34,7 @@
'(org-code ((t (:inherit (shadow fixed-pitch)))))
'(org-document-info ((t (:foreground "dark orange"))))
'(org-document-info-keyword ((t (:inherit (shadow fixed-pitch)))))
- '(org-indent ((t (:inherit (org-hide fixed-pitch)))))
- '(org-link ((t (:foreground "royal blue" :underline t))))
+ '(org-link ((t (:foreground "royalblue" :underline t))))
'(org-meta-line ((t (:inherit (font-lock-comment-face fixed-pitch)))))
'(org-property-value ((t (:inherit fixed-pitch))) t)
'(org-special-keyword ((t (:inherit (font-lock-comment-face fixed-pitch)))))
@@ -47,7 +46,7 @@
(visual-line-mode)
(require 'org-bullets)
- (org-bullets-mode 1)
+ (org-bullets-mode +1)
(setq org-blank-before-new-entry (quote ((heading . nil)
(plain-list-item . nil))))