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
This commit is contained in:
Collin J. Doering 2011-06-25 23:28:52 -04:00 committed by Collin J. Doering
parent 4c3db17daa
commit 39713cf97a
2 changed files with 1 additions and 1 deletions

1
.emacs
View File

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

1
.zshrc
View File

@ -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'