Skip to content

Instantly share code, notes, and snippets.

@terrycojones
Created November 17, 2015 00:55
Show Gist options
  • Save terrycojones/1cbaf6a247908f18e406 to your computer and use it in GitHub Desktop.
Save terrycojones/1cbaf6a247908f18e406 to your computer and use it in GitHub Desktop.
(eval-when-compile
(require 'my-oe))
(and
(boundp 'i-use-oe)
i-use-oe
(require 'my-oe)
(oe-open)
(oe-alive-p)
(add-hook 'find-file-hooks 'oe-send-current-file))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment