Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 821 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 821 Bytes

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