summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 0500aa8..f8a44e7 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -746,7 +746,6 @@ Effectively a very simple light/dark theme toggle switch."
;; ,----
;; | make pretty boxed quotes like this
;; `----
-(add-to-list 'load-path (b/lisp "boxquote"))
(run-with-idle-timer 0.6 nil #'require 'boxquote)
(with-eval-after-load 'boxquote
(defvar b/boxquote-prefix-map)