diff --git a/init.el b/init.el index 0242174..c55bfba 100644 --- a/init.el +++ b/init.el @@ -336,7 +336,6 @@ If the current window occupies the whole frame, split it." ;; (add-hook 'after-init-hook #'mir/graphical-setup) ) - (use-package compat) (use-package marginalia :init (marginalia-mode)) ;; (elpaca gcmh (gcmh-mode)) @@ -348,8 +347,8 @@ If the current window occupies the whole frame, split it." (use-package powershell :mode ("\\.ps1\\'" . powershell-mode)) -;; (message "%s" elpaca--queues) -(if (fboundp #'elpaca) (elpaca-wait)) +;; (message "elpaca queues: %s" elpaca--queues) +;; (if (fboundp #'elpaca) (elpaca-wait)) ;; diminish (use-package diminish @@ -361,8 +360,14 @@ If the current window occupies the whole frame, split it." :custom (default-input-method "japanese") :config (require 'mir-keybinds)) ;;(if (fboundp #'elpaca) (elpaca-wait)) -(use-package eldoc :ensure t) (elpaca-wait) + +;;(when (featurep 'eldoc) +;; (unload-feature 'eldoc t)) +;; (elpaca eldoc +;; ) +;; (elpaca-wait) + (use-package eldoc-box :after eldoc :diminish (eldoc-mode eldoc-box-hover-at-point-mode)