Created
September 17, 2012 03:28
-
-
Save supermomonga/3735405 to your computer and use it in GitHub Desktop.
rsense setting
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
(setq rsense-home (expand-file-name "~/lib/rsense-0.3")) | |
(add-to-list 'load-path (concat rsense-home "/etc")) | |
(require 'rsense) | |
;; auco-tompleteで自動補完 | |
(add-hook 'ruby-mode-hook | |
(lambda () | |
(add-to-list 'ac-sources 'ac-source-rsense))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment