Add comment headers

This commit is contained in:
2014-07-15 22:35:36 +01:00
parent 2cdc5b3229
commit eed204adfe
2 changed files with 8 additions and 1 deletions

View File

@@ -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")))

View File

@@ -1,3 +1,7 @@
;;
;; Ruby setup
;;
;; rbenv
(setq exec-path (cons "~/.rbenv/bin" exec-path))
(setq exec-path (cons "~/.rbenv/shims" exec-path))