changeset 153:eb7cb3d25060

Merge
author Augie Fackler <durin42@gmail.com>
date Fri, 09 Oct 2009 21:50:40 -0400
parents a24d5587386f (current diff) 616075bfadb5 (diff)
children 668268f29a88
files
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.elisp/settings/10.require.el
+++ b/.elisp/settings/10.require.el
@@ -13,6 +13,8 @@
 
 (require 'textmate)
 (textmate-mode)
+;; override what makes a project root
+(setq *textmate-project-roots* '(".git" ".hg"))
 
 (require 'yaml-mode)
 (add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
--- a/.shell.d/00.path_manipulation.sh
+++ b/.shell.d/00.path_manipulation.sh
@@ -5,7 +5,7 @@ function insert_path_element() {
 }
 
 function remove_path_element() {
-  remove_path_element $1 PATH
+  remove_element_from_var $1 PATH
 }
 
 function insert_element_into_var () {