From 39713cf97ae0989de50bd075843c683209ea6942 Mon Sep 17 00:00:00 2001 From: Collin Doering Date: Sat, 25 Jun 2011 23:28:52 -0400 Subject: [PATCH] Modified emacs init so slime doesn't auto-start when a *.lips file is opened Added an alias kgit (maybe will rename to kit) that knocks into rekahsoft to open a ssg connection to do got remote stuff --- .emacs | 1 - .zshrc | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index c0eab05..39a872c 100644 --- a/.emacs +++ b/.emacs @@ -150,7 +150,6 @@ ;; Setup slime mode (add-to-list 'load-path "/usr/share/emacs/site-lisp/slime/") (require 'slime) -(add-hook 'slime-mode-hook 'start-slime) (slime-setup '(slime-fancy)) ;; Setup clojure mode diff --git a/.zshrc b/.zshrc index 4d4876f..384cd2b 100644 --- a/.zshrc +++ b/.zshrc @@ -24,6 +24,7 @@ alias egrep='egrep --color-auto' alias ncmpc='ncmpc -c' alias knk='knock rekahsoft-mini 7713:tcp 1377:udp && sleep 3s && ' alias knkc='knk ssh rekahsoft-mini ' +alias kgit='knk git' export GREP_COLOR="1;33" alias grep='grep --color=auto'