public
Description: Phil Hagelberg's personal dotfiles collection: the product of years of accumulated obsessive minor tweaks. Mostly Emacs Lisp.
Homepage: http://technomancy.us
Clone URL: git://github.com/technomancy/dotfiles.git
Once again: minor tweaks.
technomancy (author)
Mon Sep 22 10:03:21 -0700 2008
commit  9c01e8e984a81f0c891c8614f655aae4b1537ba5
tree    eb9fd75eea6fcdc2e29af39fb0f404fb79862369
parent  8fe7419ce6cfb0cc1f4d3f251e2f8f645dbac862
...
234
235
236
 
 
 
237
238
239
...
234
235
236
237
238
239
240
241
242
0
@@ -234,6 +234,9 @@
0
 
0
 ;; conkeror
0
 ;; - C-k should kill buffers when in the switcher
0
+;; - shouldn't have to M-x network-go-online to view localhost
0
+
0
+;; investigate file-name-cache
0
 
0
 ;; changing the font doesn't change the rendered frame size
0
 
...
91
92
93
 
 
94
95
96
...
91
92
93
94
95
96
97
98
0
@@ -91,6 +91,8 @@
0
 (global-set-key (kbd "C-c j") (lambda () (interactive) (switch-or-start 'jabber-connect "*-jabber-*")))
0
 (global-set-key (kbd "C-c g") (lambda () (interactive) (switch-or-start 'gnus "*Group*")))
0
 (global-set-key (kbd "C-c t") (lambda () (interactive) (switch-or-start 'twittering-mode "*twittering*")))
0
+(global-set-key (kbd "C-c i") (lambda () (interactive) (switch-or-start (lambda () (rcirc-connect "irc.freenode.net"))
0
+ "*irc.freenode.net*")))
0
 (global-set-key (kbd "C-c J") 'jabber-send-presence)
0
 (global-set-key (kbd "C-x g") 'magit-status)
0
 (global-set-key "\C-c\C-a" 'autotest-switch)
...
15
16
17
 
 
18
19
20
...
15
16
17
18
19
20
21
22
0
@@ -15,6 +15,8 @@ if !system "apt-get install #{debs.join(' ')}"
0
   raise "Couldn't install packages"
0
 end
0
 
0
+system "apt-get remove app-install-data-commercial"
0
+
0
 # install rubygems
0
 if !File.exist?('/usr/bin/gem')
0
   system "wget http://rubyforge.org/frs/download.php/29548/rubygems-1.0.1.tgz"

Comments

    No one has commented yet.