Remove org-mode custom fontification

This has been merged into doom-themes.
This commit is contained in:
Henrik Lissner 2017-08-03 21:24:03 +02:00
parent a63640b120
commit 749553993d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 45 deletions

View file

@ -16,6 +16,9 @@
(load "doom-themes-common.el" nil t))
(add-hook 'doom-pre-reload-theme-hook #'+doom|reload-theme)
;; improve integration with org-mode
(add-hook 'doom-init-ui-hook #'doom-themes-org-config)
;; blink mode-line on errors
(add-hook 'doom-init-ui-hook #'doom-themes-visual-bell-config)