diff options
Diffstat (limited to 'app-emacs/initsplit/files/50initsplit-gentoo.el')
-rw-r--r-- | app-emacs/initsplit/files/50initsplit-gentoo.el | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-emacs/initsplit/files/50initsplit-gentoo.el b/app-emacs/initsplit/files/50initsplit-gentoo.el deleted file mode 100644 index 3fb753468669..000000000000 --- a/app-emacs/initsplit/files/50initsplit-gentoo.el +++ /dev/null @@ -1,15 +0,0 @@ - -;;; initsplit site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(require 'initsplit) - -;; Avoid clobbering the kill ring (see -;; http://www.emacswiki.org/cgi-bin/wiki?InitSplit) - -(defadvice initsplit-split-customizations (around do-the-initsplit act) - "Don't clobber the `kill-ring' when writing customizations." - (let ((orig-kill-ring kill-ring)) - (unwind-protect - ad-do-it - (setq kill-ring orig-kill-ring))))
\ No newline at end of file |