From 481b633f3dd76544db26e18584805e5e9bdf388e Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 29 Mar 2016 23:48:57 -0400 Subject: [PATCH] Remove local evil-mtg loading * emacs.d/emacs.org: remove evil-mtg mention Will load installed package --- emacs.d/emacs.org | 8 -------- 1 file changed, 8 deletions(-) diff --git a/emacs.d/emacs.org b/emacs.d/emacs.org index 311c151..256d580 100644 --- a/emacs.d/emacs.org +++ b/emacs.d/emacs.org @@ -93,20 +93,12 @@ surprisingly strong Vim-like experience in Emacs. There are some rough edges, and not all things are wholly consistent, but development continues and I will continue to submit patches to help things along. -Since I both track updates to the project, and make my own -modifications, I load Evil from a local repository. - -#+BEGIN_SRC emacs-lisp - (add-to-list 'load-path "~/gitrepos/evil-mtg") -#+END_SRC - Before loading evil mode: the default is to leave the default Emacs =C-u= keybinding, which is =universal-argument=; this is very inconvenient, since I use =C-u= very frequently, which is =PgUp= (==) in Vim. #+BEGIN_SRC emacs-lisp (setq evil-want-C-u-scroll t) - (require 'evil) (evil-mode t) #+END_SRC