corgi-emacs / corgi

Unbundled Emacs configuration aimed at Clojure developers
180 stars 18 forks source link

Keybindings are not available in fundamental-mode #7

Closed plexus closed 2 years ago

plexus commented 3 years ago

When no major mode is active, the Corkey key bindings are not active, and you need to fall back to built-in Emacs bindings.

plexus commented 2 years ago

Seems the fix is simply to provide an :init-value t to corgi-local-mode

(define-minor-mode my-minor-mode
 "My minor mode"
 :init-value t)