~ruther/emacs.d

6e8bca09bd9e04ad2c9c70858b7318f2787a477a — Rutherther 10 months ago c206a3a
feat: use wait t instead of elpaca-wait for general.el
1 files changed, 1 insertions(+), 3 deletions(-)

M init.el
M init.el => init.el +1 -3
@@ 76,7 76,7 @@
  (which-key-mode 1))

(my-use-package general
  :ensure t
  :ensure (:wait t) ; Adds general use-package keyword
  :config
  (general-create-definer my-leader
    :states '(motion normal)


@@ 92,8 92,6 @@
    "C-g" '(keyboard-quit :wk "abort"))
)

(elpaca-wait)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;                                            EVIL                                       ;;

Do not follow this link