Skip to content

jethrokuan/mathpix.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Mathpix.el

screenshots/mathpix.gif

Emacs interface to Mathpix. Requires a Mathpix app id and key. Example package setup:

(use-package mathpix.el
  :straight (:host github :repo "jethrokuan/mathpix.el")
  :custom ((mathpix-app-id "app-id")
           (mathpix-app-key "app-key"))
  :bind
  ("C-x m" . mathpix-screenshot))

Releases

No releases published

Packages

No packages published