Remove local evil-mtg loading
* emacs.d/emacs.org: remove evil-mtg mention Will load installed packagemaster
parent
7e741d6d7d
commit
481b633f3d
|
@ -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= (=<prior>=) in Vim.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq evil-want-C-u-scroll t)
|
||||
(require 'evil)
|
||||
(evil-mode t)
|
||||
#+END_SRC
|
||||
|
||||
|
|
Loading…
Reference in New Issue