hylang / hy-mode

Hy mode for Emacs
GNU General Public License v3.0
191 stars 47 forks source link

Add more keybindings emacs-ish #64

Closed ryukinix closed 6 years ago

ryukinix commented 6 years ago

This in general makes the daily usage of hy-mode more easily for people with more familiarity with the idiomatic way of Emacs.

Utilitary function added to this behavior:

ekaschalk commented 6 years ago

Great, merged.

I've written a Hy version of eval-defun but its not ready to be merged to master yet. Got some great stuff in the working branch.

ryukinix commented 6 years ago

I've written a Hy version of eval-defun but its not ready to be merged to master yet. Got some great stuff in the working branch.

Nice to know it! When this works, this eval-defun need be defined as keybinding C-M-x as expected on any Lisp mode of emacs. :)