From 7658e199fcac30cbcc6906b4744e2e61e1076b6b Mon Sep 17 00:00:00 2001 From: KJ Date: Sat, 30 Sep 2023 17:45:42 -0400 Subject: [PATCH] Comment not necesary lines. --- configs/init-org.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/configs/init-org.el b/configs/init-org.el index 1ed132f..fc26648 100644 --- a/configs/init-org.el +++ b/configs/init-org.el @@ -36,13 +36,20 @@ (set-face-attribute 'org-block nil :underline nil :foreground nil :background "#282a36") ;; (set-face-attribute 'org-block-begin-line nil :underline nil :foreground nil :background "#1e1f28") ;; (set-face-attribute 'org-block-end-line nil :underline nil :foreground nil :background nil) - (set-face-attribute 'org-block-end-line nil :background 'unspecified) + ;; (set-face-attribute 'org-block-end-line nil :background 'unspecified) (set-face-attribute 'org-table nil :inherit '(shadow fixed-pitch)) (set-face-attribute 'org-verbatim nil :inherit '(shadow fixed-pitch)) (set-face-attribute 'org-special-keyword nil :inherit '(font-lock-comment-face fixed-pitch)) (set-face-attribute 'org-meta-line nil :inherit '(font-lock-comment-face fixed-pitch)) (set-face-attribute 'org-checkbox nil :inherit 'fixed-pitch) + ;; (set-face-attribute 'org-block nil :background + ;; (color-darken-name + ;; (face-attribute 'default :background) 3)) + + ;; (setq org-src-block-faces '(("emacs-lisp" (:background "#EEE2FF")) + ;; ("python" (:background "#E5FFB8")))) + ;; Tachar los elementos "DONE" (set-face-attribute 'org-done nil :strike-through t) (set-face-attribute 'org-headline-done nil