Last active
November 11, 2015 20:45
-
-
Save paxperscientiam/41ef611e2c444db3448c to your computer and use it in GitHub Desktop.
Kill emacs list expression result.
This file contains 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
;; props to #emacs | |
(define-key global-map (kbd "C-x C-j") | |
(lambda (arg) | |
"RTM" | |
(interactive "P") | |
(kill-new (format "%s" (eval-last-sexp arg))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment