BREAKING CHANGE: This makes the drag-stuff package and its keybinds only available to non-evil users. This was done because the package doesn't bring much value for evil users, where text-objects are more powerful. Plus, drag-stuff doesn't interact well with visual block or line modes in evil, rendering drag-stuff-{left,right} not useful enough to warrant keeping.
9 lines
376 B
EmacsLisp
9 lines
376 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; config/default/packages.el
|
|
|
|
(package! avy :pin "be612110cb116a38b8603df367942e2bb3d9bdbe")
|
|
(package! link-hint :pin "9153eafc776549376bb85d9ff555fef83aca8285")
|
|
|
|
(unless (modulep! :editor evil)
|
|
(package! drag-stuff :pin "6d06d846cd37c052d79acd0f372c13006aa7e7c8")
|
|
(package! expand-region :pin "e8f4e0fe9c9a80a6a26e2b438502aba9a799d580"))
|