rejeep / drag-stuff.el

Drag stuff around in Emacs
233 stars 12 forks source link

autoload drag-stuff-up/down/left/right #17

Closed wbolster closed 8 years ago

wbolster commented 8 years ago

the interactive functions drag-stuff-up-down and its three siblings are not marked as autoloadable. since i do not like the default key bindings (i do not use cursor keys at all) i want to bind my own custom keys, but right now this requires an explicit (require ...) of this package to load the relevant functions.

hence my request: please mark those as autoloaded as well. thanks!