Replies: 1 comment 1 reply
-
Hi, I guess you need this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I might be misunderstanding how the keypad is supposed to be used and I think it would be a good idea to have more example meow-configurations files linked somewhere on the github. More examples is always good, I also like the idea of having some user-contributed configurations somewhere easily findable.
What I am currently trying to do (just for experimentation sake) is to bind "C-c u" as the save-buffer function but only in org-mode to then be able to access it via the keypad as "SPC u". My current attemp is doing:
(with-eval-after-load "org"
(define-key org-mode-map (kbd "C-c u") #'save-buffer))
(meow-setup)
Using this I can not use "SPC u" to save an org-mode-buffer, which is the behaviour I expected. Am I wrong about this or is some other part of my configuration getting on the way?
Thank you for your time and the amazing software
Beta Was this translation helpful? Give feedback.
All reactions