module Amun::Behaviours::Emacs

Emacs default behaviour module should be included in the mode which needs this behaviour as part of it

Public Instance Methods

emacs_behaviour_initialize() click to toggle source
# File lib/amun/behaviours/emacs.rb, line 16
def emacs_behaviour_initialize
  movement_keymap_initialize
  erasing_keymap_initialize
  insertion_keymap_initialize
end