Skip to content

Instantly share code, notes, and snippets.

View ypsilon-takai's full-sized avatar
😊
taking care of things around myself

Ypsilon.takai ypsilon-takai

😊
taking care of things around myself
View GitHub Profile
@ypsilon-takai
ypsilon-takai / .skk
Last active April 8, 2016 09:06 — forked from anonymous/.skk
Change/add files to add DvorakJP support to DDSKK. -- I love SKK. --
;; 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))
;; リターンで確定のみ
@ypsilon-takai
ypsilon-takai / 0_reuse_code.js
Created July 14, 2016 09:41
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console