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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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
;; use DvorakJP | |
(setq skk-use-dvojp t) | |
;; か行をcで入れるときに辞書の送りがなをちゃんとする。 | |
(setq skk-okuri-char-alist '((\"c\" . \"k\"))) | |
;; 変換候補の選択キーをDvorakに合ったものにする。 | |
(setq skk-henkan-show-candidates-keys '(97 111 101 117 105 100 104 116 110 115 39 44 46 112 103 99 114 108 109 119 118)) | |
;; リターンで確定のみ |