From c2cea0fb92513173778552c4209a0c8b9b5f1a2b Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 26 Aug 2019 17:24:32 +0200 Subject: [PATCH] Removed load path from beginend Was necessary because newer version of beginend don't work with Emacs 25 --- emacs/emacs.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 3102a9c..3573114 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -719,7 +719,6 @@ ;; beginend ;; Redefine M-< and M-> for some modes (use-package beginend - :load-path "beginend/" :diminish (beginend-global-mode beginend-prog-mode beginend-magit-status-mode)