summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp/bandali-org.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-10-06 14:49:08 -0400
committerAmin Bandali <bandali@gnu.org>2020-10-06 14:49:08 -0400
commit709d80e4e6beb80132609ec06401f3f84bf9074c (patch)
tree94e3cea55cdc99413f2845800b3a0d35ca296286 /.emacs.d/lisp/bandali-org.el
parentca3a844af240ca87882522d14b530e0f1a6327ef (diff)
downloadconfigs-709d80e4e6beb80132609ec06401f3f84bf9074c.tar.gz
configs-709d80e4e6beb80132609ec06401f3f84bf9074c.tar.xz
configs-709d80e4e6beb80132609ec06401f3f84bf9074c.zip
Remove some vestigial stuff
Diffstat (limited to '')
-rw-r--r--.emacs.d/lisp/bandali-org.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/lisp/bandali-org.el b/.emacs.d/lisp/bandali-org.el
index 38a4a5a..cd40b1e 100644
--- a/.emacs.d/lisp/bandali-org.el
+++ b/.emacs.d/lisp/bandali-org.el
@@ -46,9 +46,6 @@
(add-to-list 'org-structure-template-alist '("L" . "src emacs-lisp") t)
(add-to-list 'org-modules 'org-habit)
(custom-set-faces
- '(org-block-begin-line
- ((t (:foreground "#5a5b5a" :background "#1d1f21"))))
- '(org-block ((t (:background "#1d1f21"))))
'(org-latex-and-related ((t (:foreground "#b294bb")))))
;; local key bindings
(define-key org-mode-map (kbd "M-L") #'org-insert-last-stored-link)