summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-23 21:49:22 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-23 21:53:23 +0200
commita45024f9511fb469198df79c08fdcfc747d319e1 (patch)
treed442521da5d5ef4c9e2ec6648c91d8770f99c197 /emacs
parent75c93ee932c27921d600120ff3a967d4d13c40ec (diff)
downloaddotfiles-a45024f9511fb469198df79c08fdcfc747d319e1.tar.xz
emacs: added egg git interface
Diffstat (limited to 'emacs')
-rw-r--r--emacs13
1 files changed, 10 insertions, 3 deletions
diff --git a/emacs b/emacs
index af1c628..4788df0 100644
--- a/emacs
+++ b/emacs
@@ -223,6 +223,11 @@
)
+;; Egg (git interface)
+(require 'egg)
+(setq egg-enable-tooltip t)
+
+
;; EasyPG assistant (GPG mode)
(require 'epa)
@@ -251,7 +256,7 @@
;; Dired (directory management)
-(load "dired-x")
+;(load "dired-x")
(setq dired-dwim-target t)
@@ -720,11 +725,13 @@ If there is no *ansi-term*, run it."
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
-)
+ )
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- )
+ '(egg-header ((t (:weight bold :height 1.1))))
+ '(egg-text-base ((t (:foreground "SteelBlue"))))
+)
;}}}