abougouffa / minemacs

MinEmacs: an Emacs configuration framework for daily use
https://abougouffa.github.io/minemacs/
MIT License
143 stars 16 forks source link

drag-stuff has no keybinding in some modes #94

Closed azzamsa closed 1 year ago

azzamsa commented 1 year ago

Hi.

In Emacs-Lisp mode, I can get drag-stuff keybindings:

image

But in Javascript mode, it disappears.

image

It is bonded to:

M-<down> runs the command combobulate-splice-down (found in
combobulate-key-map), which is an interactive native-compiled Lisp function in
‘combobulate-manipulation.el’.

It is binded to M-<down>.

(combobulate-splice-down &optional ARG)

Not documented.

Thanks for MinEmacs :heart:

abougouffa commented 1 year ago

It has been fixed in https://github.com/abougouffa/minemacs/commit/54343a485fc6414cd6a32389d8bde2c78693fc79

azzamsa commented 1 year ago

I think I rebind it to use the default keybinding. This commit adds more keys. Which contradicts my goals of using evil.