Created
December 11, 2012 14:21
-
-
Save masutaka/4258904 to your computer and use it in GitHub Desktop.
anything-for-elscreen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defun anything-for-elscreen () | |
| "preconfigured `anything' for anything-for-elscreen" | |
| (interactive) | |
| (anything anything-c-source-elscreen | |
| nil nil nil nil "*anything for elscreen*")) | |
| (define-key global-map (kbd "s-e") 'anything-for-elscreen) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://masutaka.net/chalow/2012-12-11-1.html