[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master ca302b4 08/36: targets/avy-init.el: Move
From: |
Oleh Krehel |
Subject: |
[elpa] master ca302b4 08/36: targets/avy-init.el: Move |
Date: |
Tue, 19 May 2015 12:38:09 +0000 |
branch: master
commit ca302b4fe6c22025f41992ff169a29b8f5aba471
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>
targets/avy-init.el: Move
* Makefile: Update.
Fixes #32
Fixes milkypostman/melpa/#2758
---
Makefile | 4 ++--
avy-init.el => targets/avy-init.el | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index e155179..6e00ec3 100644
--- a/Makefile
+++ b/Makefile
@@ -11,10 +11,10 @@ test:
$(emacs) -batch $(LOAD) -f ert-run-tests-batch-and-exit
compile:
- $(emacs) -batch -l avy-init.el
+ $(emacs) -batch -l targets/avy-init.el
run:
- $(emacs) -Q -l avy-init.el
+ $(emacs) -Q -l targets/avy-init.el
clean:
rm -f *.elc
diff --git a/avy-init.el b/targets/avy-init.el
similarity index 100%
rename from avy-init.el
rename to targets/avy-init.el
- [elpa] master 755c25a 09/36: Add a new face for 'at-full style, (continued)
- [elpa] master 755c25a 09/36: Add a new face for 'at-full style, Oleh Krehel, 2015/05/19
- [elpa] master cd8e626 02/36: avy-jump.el (avy-dowindows): Simplify, Oleh Krehel, 2015/05/19
- [elpa] master 3716cd0 03/36: avy-jump.el (avy-goto-subword-0): Update candidate order, Oleh Krehel, 2015/05/19
- [elpa] master dfbf0e2 13/36: targets/avy-init.el: Update, Oleh Krehel, 2015/05/19
- [elpa] master 60dd24b 12/36: Update avy-jump mentions in the README, Oleh Krehel, 2015/05/19
- [elpa] master a08b049 04/36: Fix jumping to newlines with at-full style, Oleh Krehel, 2015/05/19
- [elpa] master eed8f6f 15/36: avy.el (avy--regex-candidates): Add optional group arg, Oleh Krehel, 2015/05/19
- [elpa] master 0d83599 16/36: Update group name, Oleh Krehel, 2015/05/19
- [elpa] master ca69b1f 14/36: Add debug declarations, Oleh Krehel, 2015/05/19
- [elpa] master a53ffb7 05/36: Allow to break from `avy-goto-line' into `goto-line', Oleh Krehel, 2015/05/19
- [elpa] master ca302b4 08/36: targets/avy-init.el: Move,
Oleh Krehel <=
- [elpa] master b0512fc 21/36: avy.el (avy--overlay-at): Use `avy--overlay-offset', Oleh Krehel, 2015/05/19
- [elpa] master 04d26c4 07/36: avy-jump.el (avy-case-fold-search): New defcustom, Oleh Krehel, 2015/05/19
- [elpa] master b602a56 17/36: Stop 'at-full from shifting text, Oleh Krehel, 2015/05/19
- [elpa] master ea6f5c5 25/36: Customize how `avy-lead-face-0' is applied, Oleh Krehel, 2015/05/19
- [elpa] master 8efed40 20/36: Add `avy-lead-face-1' for dimmed matched chars, Oleh Krehel, 2015/05/19
- [elpa] master 410c4ac 11/36: Merge avy-jump.el into avy.el, Oleh Krehel, 2015/05/19
- [elpa] master 7433f30 18/36: With 'at-full style, use full len to check for overlap, Oleh Krehel, 2015/05/19
- [elpa] master f0694a2 23/36: Remove empty line after original one being moved, Oleh Krehel, 2015/05/19
- [elpa] master 1127467 24/36: avy.el (avy-move-line): Use ARG lines, Oleh Krehel, 2015/05/19
- [elpa] master 2e936d8 10/36: avy-jump.el (avy-goto-word-or-subword-1): New command, Oleh Krehel, 2015/05/19