From 9defc70b3f7483525f5b9c1a4d430236546eba2d Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 28 Mar 2013 01:39:51 +0100 Subject: Emacs: Add text about git-commit faces --- emacs/init.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index 2d76347..b9db462 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -490,12 +490,14 @@ Start jedi when =python-mode= is started. (add-hook 'python-mode-hook 'jedi:setup) #+END_SRC -Show argument lists and such in the echo area. +Show argument lists and such from jedi in the echo area. #+BEGIN_SRC emacs-lisp (setq jedi:tooltip-method nil) #+END_SRC +Define some faces to make editing magit logs nicer. + #+BEGIN_SRC emacs-lisp (defface git-commit-summary-face '((t (:inherit org-level-1))) @@ -511,7 +513,9 @@ Show argument lists and such in the echo area. '((t (:inherit git-commit-overlong-summary-face))) "Face for the supposedly empty line in commit messages." :group 'local) +#+END_SRC +#+BEGIN_SRC emacs-lisp (eval-after-load "newst-treeview" '(require 'newsticker-init)) (eval-after-load "org" '(require 'org-init)) (eval-after-load "rainbow-mode" '(oni:rainbow-mode-init)) -- cgit v1.2.3-54-g00ecf