Is it possible to define file specific key-bindings in emacs? I suppose it would be possible to create a minor mode and have it loaded when the particular file is open but f
Use eval: in the File Local Variables section:
eval:
;;; Local Variables: ;;; eval: (local-set-key ...)