Skip to content

Commit

Permalink
[REFACTOR] put general from utils to elpa
Browse files Browse the repository at this point in the history
  • Loading branch information
beyondpie committed Sep 10, 2024
1 parent f25a90b commit 6454af3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
(require 'init-helm)
(require 'init-dired)
(require 'init-ibuffer)
(require 'init-flymake)
(require 'init-recentf)
(require 'init-company)
(require 'init-windows)
Expand Down
5 changes: 5 additions & 0 deletions lisp/init-elpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@
:ensure t
:demand)

(use-package general
:ensure t
)
(require 'general)

;; NOTE: cannot put this on the top.
(require 'bind-key)
;; Update GPG keyring for GNU ELPA
Expand Down
5 changes: 0 additions & 5 deletions lisp/init-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

;;; Code:

(use-package general
:ensure t
)
(require 'general)

;; https://github.com/justbur/emacs-which-key
(use-package which-key
:hook (after-init . which-key-mode)
Expand Down

0 comments on commit 6454af3

Please sign in to comment.