mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
7 lines
169 B
EmacsLisp
7 lines
169 B
EmacsLisp
;; rbenv
|
|
(setq exec-path (cons "~/.rbenv/bin" exec-path))
|
|
(setq exec-path (cons "~/.rbenv/shims" exec-path))
|
|
|
|
(when (require 'rbenv nil 'noerror)
|
|
(global-rbenv-mode))
|