Skip to content

twoyao/laes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laes

THIS PLUGIN WILL NOT WORK PROPERLY DUE TO LEETCODE API HAS CHANGED

Solve Leetcode problem via emacs

screenshot

Install & Setup

Just download and putleetcode.el to your load-path and add following to your .emacs

(require 'leetcode)
(setq lc-user-name-email "your-leetcode-name-or-email")
(setq lc-user-password "your-leetcode-password")
(setq lc-perfer-lang "python")

Currently, lc-perfer-lang can be one of following:

  • cpp
  • java
  • python
  • c
  • csharp
  • javascript
  • ruby
  • swift

Usage

M-x leetcode-list display leetcode problem list.

M-x leetcode-submit submit current buffer as solution to leetcode.

Dependencies

About

Solve Leetcode problem via emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published