Skip to content

Instantly share code, notes, and snippets.

View ohcannotangel's full-sized avatar

ohcannotangel ohcannotangel

  • Japan
View GitHub Profile
@ohcannotangel
ohcannotangel / coupling.el
Created December 18, 2011 13:00
coupling from filename
;; coupling.el
;; written by oh_cannot_angel
;;
;;; Installation:
;;
;; Put the coupling.el to your load-path.
;; Add to init.el or .emacs:
;; (require 'coupling)
;; (coupling-source-directory)
;; (global-set-key (kbd "C-c b") 'coupling-from-directory)