Skip to content

Instantly share code, notes, and snippets.

@sluchin
Created March 5, 2013 15:33
Show Gist options
  • Save sluchin/5091130 to your computer and use it in GitHub Desktop.
Save sluchin/5091130 to your computer and use it in GitHub Desktop.
;;; sticky
(install-elisp-from-emacswiki "sticky.el")
(when (eval-and-compile (require 'sticky nil t))
;; 英語キーボード
(when (fboundp 'use-sticky-key)
(use-sticky-key (kbd "TAB") sticky-alist:en)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment