Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
emacs.d
My emacs configuration
Emacs Lisp 5
-
emacs-travis
Forked from flycheck/emacs-travis
Emacs binaries for Travis CI
-
config
~/.config directory
Lua 3
-
anicca
Forked from zeotrope/anicca
Prototype J interpreter
-
txl-mode
Emacs Lisp 1
-
use-package
Forked from jwiegley/use-package
A use-package declaration for simplifying your .emacs
Emacs Lisp 1
139 contributions in the last year
Contribution activity
May 2019
Created a pull request in joaotavora/yasnippet that received 1 comment
Fix field adjustment on deletion
Fixes #996
For deletion, we need to check the bounds before the deletion happens,
otherwise the overlay may already be moved to wrong place.
* yasn…