From b07628dddf418d4f47b858e6c35fd3520fbaeed2 Mon Sep 17 00:00:00 2001 From: mattkae Date: Tue, 7 Jun 2022 08:21:30 -0400 Subject: Flycheck mode and typescript --- lisp/org-custom.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lisp/org-custom.el') 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)))) -- cgit v1.2.1