From a45024f9511fb469198df79c08fdcfc747d319e1 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Wed, 23 Sep 2009 21:49:22 +0200 Subject: emacs: added egg git interface --- emacs | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'emacs') 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")))) +) ;}}} -- cgit v1.2.3