mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add comment headers
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
;; node.js
|
||||
;;
|
||||
;; Node.js setup
|
||||
;;
|
||||
|
||||
(setq exec-path (cons "~/.nvm/v0.10.24/bin" exec-path))
|
||||
;; (setenv "PATH" (concat "~/.nvm/v0.10.24/bin:" (getenv "PATH")))
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
;;
|
||||
;; Ruby setup
|
||||
;;
|
||||
|
||||
;; rbenv
|
||||
(setq exec-path (cons "~/.rbenv/bin" exec-path))
|
||||
(setq exec-path (cons "~/.rbenv/shims" exec-path))
|
||||
|
||||
Reference in New Issue
Block a user