diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 4a19f00..8660b50 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -572,9 +572,9 @@ Return nil if DIR is not in a hugo project at all." (lambda () (hugo-compile default-directory)))) ;; fake indentation, other than the other fake indentation -(use-package adaptive-wrap - :custom (adaptive-wrap-extra-indent 2) - :hook (org-mode . adaptive-wrap-prefix-mode)) +;; (elpaca-use-package adaptive-wrap +;; :custom (adaptive-wrap-extra-indent 2) +;; :hook (org-mode . adaptive-wrap-prefix-mode)) ;; cheaty key popups (use-package which-key