From 405a000c2736f89ad2ab705fab1b0054b7a7b5b8 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 5 Sep 2010 21:37:34 +0200 Subject: added custom linum-narrow.el for global line numbers while narrowing --- emacs | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs b/emacs index 3e8f6ee..8d0aa49 100644 --- a/emacs +++ b/emacs @@ -488,6 +488,7 @@ (require 'magit) ;; linum (generic & *scratch*) +(require 'linum-narrow) (add-hook 'find-file-hook (lambda () (linum-mode 1))) (add-hook 'lisp-interaction-mode-hook (lambda () (linum-mode 1))) -- cgit v1.2.3