diff options
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 1 | ||||
m--------- | .emacs.d/lisp/boxquote | 0 |
2 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) diff --git a/.emacs.d/lisp/boxquote b/.emacs.d/lisp/boxquote deleted file mode 160000 -Subproject 7e47e0e2853bc1215739b2e28f260e9eed93b2c |