]> code.delx.au - gnu-emacs-elpa/commit
Allow all kinds of styles for `avy-goto-line'
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 13 May 2015 22:05:28 +0000 (00:05 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 13 May 2015 22:05:28 +0000 (00:05 +0200)
commita39f689908160e4f3c9e62e2b17c7b774f2949ac
tree30bb4bcc692ca53e538a6266be7bd8e167aa1b3e
parentb0512fc8f78b7dfe7bfab8f10713160956e05d12
Allow all kinds of styles for `avy-goto-line'

* avy.el (avy--line): Use the custom style. Use line end postion for
  'post style.

Fixes abo-abo/ace-link#17

Any of the following do something different now:

(setq avy-styles-alist
      '((avy-goto-line . post)))
(setq avy-styles-alist
      '((avy-goto-line . at)))
(setq avy-styles-alist
      '((avy-goto-line . at-full)))
(setq avy-styles-alist
      '((avy-goto-line . pre)))
avy.el