├── Makefile ├── README.org ├── demo.gif ├── red4emacs-tests.el ├── red4emacs.el ├── red4emacs.py ├── rename-arg.gif └── tests.py /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vindarel/redbaron4emacs/HEAD/Makefile -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vindarel/redbaron4emacs/HEAD/README.org -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vindarel/redbaron4emacs/HEAD/demo.gif -------------------------------------------------------------------------------- /red4emacs-tests.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vindarel/redbaron4emacs/HEAD/red4emacs-tests.el -------------------------------------------------------------------------------- /red4emacs.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vindarel/redbaron4emacs/HEAD/red4emacs.el -------------------------------------------------------------------------------- /red4emacs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vindarel/redbaron4emacs/HEAD/red4emacs.py -------------------------------------------------------------------------------- /rename-arg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vindarel/redbaron4emacs/HEAD/rename-arg.gif -------------------------------------------------------------------------------- /tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vindarel/redbaron4emacs/HEAD/tests.py --------------------------------------------------------------------------------