test/make-plain.el: Add

* Makefile: Update
old-master
Oleh Krehel 8 years ago
parent c6f5c03055
commit ad7c0fb480
  1. 3
      Makefile
  2. 2
      test/make-plain.el

@ -4,6 +4,9 @@ update:
compile: clean
emacs -batch -l test/elpa.el -l test/make-compile.el
plain:
emacs -Q -l test/elpa.el -l test/make-plain
clean:
rm -f *.elc

@ -0,0 +1,2 @@
(require 'ace-window)
(global-set-key (kbd "M-o") 'ace-window)
Loading…
Cancel
Save