Skip to content

Instantly share code, notes, and snippets.

@higaki
Created July 19, 2012 12:45
Show Gist options
  • Save higaki/3143583 to your computer and use it in GitHub Desktop.
Save higaki/3143583 to your computer and use it in GitHub Desktop.
.skk
(setq skk-rom-kana-rule-list
'(("hh" "h" ("ッ" . "っ"))
("mm" "m" ("ン" . "ん"))
(";" nil (";" . ";"))
(":" nil (":" . ":"))
("?" nil ("?" . "?"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment