meow-edit / doom-meow

A meow module for Doom Emacs
GNU General Public License v3.0
47 stars 8 forks source link

Keys don't seem to be bound on "recent" doom versions #7

Closed aisamu closed 1 year ago

aisamu commented 1 year ago

I've tried the recommended configuration both on my personal config and on a clean doom install:

  :editor
+ (meow +qwerty +override +keypad)
- evil

Invoking meow-tutor (via M-x), gives:

==================================================================
=                     BASIC CURSOR MOVEMENT                      =
==================================================================

  To move up, press M-x meow-prev
  To move down, press M-x meow-next
  To move left, press M-x meow-left
  To move right, press M-x meow-right
       ↑
       M-x meow-prev
   ← M-x meow-left   M-x meow-right →
       M-x meow-next
       ↓

It appears that the keybindings are not being picked up! I'm still very eager to test it out - thanks for taking the time to create this module for the rest of us!

Versions

jsjoberg commented 1 year ago

I was in the same situation. Solved it by adding (defun meow-setup () ...), (meow-setup), (meow-global-mode 1) to ~/.doom.d/config.el.