From 546c39ea5441eeb204b6cee60254dfe0d422cb0e Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Thu, 8 Sep 2022 08:30:34 -0400 Subject: Fix org mode stylings --- init.el | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/init.el b/init.el index 49d368f..aaddf6b 100644 --- a/init.el +++ b/init.el @@ -61,29 +61,5 @@ '(org-directory "~/Documents/org") '(package-selected-packages '(ido-vertical-mode ## smartparens xref-js2 eglot json-mode markdown-mode emojify tern rtags cmake-ide cmake-mode tide auctex evil js2-highlight-vars ac-js2 js2-refactor js2-mode flycheck-irony company-irony all-the-icons req-package projectile irony org))) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - '(org-block ((t (:inherit fixed-pitch)))) - '(org-code ((t (:inherit (shadow fixed-pitch))))) - '(org-document-info ((t (:foreground "dark orange")))) - '(org-document-info-keyword ((t (:inherit (shadow fixed-pitch))))) - '(org-document-title ((t (:inherit default :weight normal :foreground "#000000" :family "Sans Serif" :height 1.5 :underline t :weight:bold)))) - '(org-level-1 ((t (:inherit default :weight normal :foreground "#000000" :family "Sans Serif" :height 1.1 :weight bold)))) - '(org-level-2 ((t (:inherit default :weight normal :foreground "#000000" :family "Sans Serif" :height 1.0)))) - '(org-level-3 ((t (:inherit default :weight normal :foreground "#000000" :family "Sans Serif" :height 0.9)))) - '(org-level-4 ((t (:inherit default :weight normal :foreground "#000000" :family "Sans Serif" :height 0.8)))) - '(org-level-5 ((t (:inherit default :weight normal :foreground "#000000" :family "Sans Serif")))) - '(org-level-6 ((t (:inherit default :weight normal :foreground "#000000" :family "Sans Serif")))) - '(org-level-7 ((t (:inherit default :weight normal :foreground "#000000" :family "Sans Serif")))) - '(org-level-8 ((t (:inherit default :weight normal :foreground "#000000" :family "Sans Serif")))) - '(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))))) - '(org-table ((t (:inherit fixed-pitch :foreground "#83a598")))) - '(org-tag ((t (:inherit (shadow fixed-pitch) :weight bold :height 0.8)))) - '(org-verbatim ((t (:inherit (shadow fixed-pitch)))))) + ;;; init.el ends here -- cgit v1.2.1