Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to load this on startup #13

Open
IntelligentFunction opened this issue Jul 14, 2020 · 1 comment
Open

Unable to load this on startup #13

IntelligentFunction opened this issue Jul 14, 2020 · 1 comment

Comments

@IntelligentFunction
Copy link

installed package, added the following to config, but only works if enabled in the minibuffer. Tried all suggestions in the readme, nothing works:
(require 'move-dup)

(global-set-key (kbd "M-<up>") 'md-move-lines-up)
(global-set-key (kbd "M-<down>") 'md-move-lines-down)
(global-set-key (kbd "C-M-<up>") 'md-duplicate-up)
(global-set-key (kbd "C-M-<down>") 'md-duplicate-down)
@wyuenho
Copy link
Owner

wyuenho commented Aug 20, 2020

Do you have something else mapped to these binding? Is this package in your load path?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants