Skip to content

Commit

Permalink
fix: fix several deferred packages issues
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 21, 2023
1 parent 09bc0be commit 60145fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@
;; Enable Drag-and-Drop of regions from Emacs to external programs
(mouse-drag-and-drop-region-cross-program t))

(use-package wmouse
(use-package mwheel
:straight (:type built-in)
:custom
;; Make mouse scroll a little faster
Expand Down
2 changes: 1 addition & 1 deletion modules/me-debug.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;;; Code:

(use-package realgud
:straight t
:straight (realgud :build (:not compile))
:init
(+map-local! :keymaps '(c-mode-map c++-mode-map python-mode-map
c-ts-mode-map c++-ts-mode-map python-ts-mode-map
Expand Down
2 changes: 1 addition & 1 deletion modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
:straight t)

(use-package systemd
:straight t)
:straight (systemd :build (:not compile)))

(use-package pkgbuild-mode
:straight t
Expand Down

0 comments on commit 60145fd

Please sign in to comment.