Created
June 28, 2016 12:47
-
-
Save yuw/0b00d6ec8b417b7c14206cbc9bc96d9b to your computer and use it in GitHub Desktop.
OSX上のemacsでバックスラッシュが入力できない問題をシステム側で¥と\をいれかえることで解消
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
{ | |
"¥" = ("insertText:", "\\"); | |
"~\\" = ("insertText:", "¥"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment