Skip to content

akuroiwa/eel-el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eel-el

Eel's emacs lisp.

Installation

You can install them with the following command.

  • M-x package-install-file [RET] eel-el/eel.el [RET]
  • M-x package-install-file [RET] eel-el/eel-kabayaki.el [RET]

Usage

If you are Emacs beginner, please read Emacs Tutorial from Help menu.

  • C-h f eel-evaluate-recursive-acronym [RET]
  • M-x describe-function [RET] eel-join-lines [RET]

eel.el

  • eel-evaluate-recursive-acronym
  • eel-join-lines
  • eel-just-one-space
  • eel-delete-blank-lines
  • eel-delete-html-tag
  • eel-toggle-double-quote
  • eel-add-number-grouping
  • eel-concatenate-insert-register
  • eel-comment-kill

eel-kabayaki.el

Convert from java to python.

It doesn't work correctly since there are so many bugs. Please select a region manually and execute each function in order as follows (but WITHOUT ANY WARRANTY):

  1. M-x python-mode
  2. M-x eel-replace-java-docstring-with-python-one [RET]
  3. M-x eel-replace-java-comment-start-with-python-one [RET]
  4. M-x eel-replace-java-class-with-python-one [RET]

If you like a challenge, please execute a command as below:

  • M-x eel-convert-from-java-to-python [RET]

Demo Video

About

Eel's Emacs Lisp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published