Skip to content
Snippets Groups Projects
Commit 3d7a287a authored by Liu Miao's avatar Liu Miao
Browse files

remove org-src-block-faces

parent 57d1644f
No related branches found
No related tags found
No related merge requests found
......@@ -30,14 +30,6 @@
org-src-fontify-natively t
org-src-tab-acts-natively t
org-imenu-depth 8)
(setq org-src-block-faces
`(("emacs-lisp" ,configs/org-src-block-face)
("c" ,configs/org-src-block-face)
("c++" ,configs/org-src-block-face)
("shell" ,configs/org-src-block-face)
("rust" ,configs/org-src-block-face)
("python" ,configs/org-src-block-face)
("haskell" ,configs/org-src-block-face)))
(with-eval-after-load 'org-agenda
(add-to-list 'org-modules 'org-habit)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment