From 7e876b3c19fb559577b9072fad56a52ea81bb2a9 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 27 Aug 2022 21:17:02 -0400 Subject: * .emacs.d/lisp/boxquote: Remove submodule (now installed from NonGNU ELPA). --- .emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) (limited to '.emacs.d/init.el') 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) -- cgit v1.2.3-83-g751a