diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-08-21 21:04:16 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-08-21 21:04:16 -0400 |
commit | a522f9b78d4d364e61b39b35ed78a12dcef89b8c (patch) | |
tree | f4fcb2e41fc383d62c053f5b3147814877c67950 | |
parent | 966faddb545a7958f496c123052b4b8ee032d1fa (diff) |
.emacs: use the el-get 4 beta
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ ;; el-get stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(setq el-get-install-branch "master") ;; live life on the edge (unless (require 'el-get nil t) (eval-url "https://github.com/dimitri/el-get/raw/master/el-get-install.el")) |