Skip to content
  • Andreas Röhler's avatar
    #83, RET and C-j normalized/swapped · 425fafc1
    Andreas Röhler authored
    RET now defaults to ‘py-newline-and-indent’
    C-j is set to ‘newline’
    
    Setting of ‘py-return-key’ fixed
    
    Key-name points to a customizable holding alternative commands.
    It needs to be defined unquoted:
    (define-key map (kbd "RET") py-return-key)
    not
    (define-key map (kbd "RET") 'py-return-key)
    
    Otherwise the following error appears from RET:
    
    Debugger entered--Lisp error: (wrong-type-argument commandp py-return-key)
      call-interactively(py-return-key nil nil)
    ...
    425fafc1
To find the state of this project's repository at the time of any of these versions, check out the tags.