From 7d24bd934aed1966b533c10aa6e7bcc806613912 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 3 Mar 2013 23:42:48 +0900 Subject: [PATCH] use end-mark.el --- emacs.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emacs.el b/emacs.el index d5813fd..59c4f4c 100644 --- a/emacs.el +++ b/emacs.el @@ -452,6 +452,13 @@ found, otherwise returns nil." (set-face-underline-p 'vertical-border nil) +(and (fetch-library + "https://raw.github.com/tarao/elisp/master/end-mark.el" + t) + (require 'end-mark nil t) + (global-end-mark-mode)) + + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; file handling