Created
October 29, 2014 10:41
-
-
Save eiel/5d52839c596fdbaab058 to your computer and use it in GitHub Desktop.
現在開いているのバッフォのファイル名をキルリングに追加するコマンド
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
(defun my:kill-new-buffer-file-name () | |
"現在のバッファのファイル名をキルリングに追加する" | |
(interactive) | |
(kill-new (buffer-file-name))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment