branch: master commit 8ee09a77fef09985b0fcd2e3b4bdbedd9d497c5b Author: Alexey Veretennikov <alexey.veretenni...@gmail.com> Commit: Alexey Veretennikov <alexey.veretenni...@gmail.com>
Updated markdown syntax --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index fea8bd6..3636994 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ There is a minor mode for Emacs acting like occur but w/o creating a new window. It just hides all the text excepting lines containing matches. To use it, add the following to your .emacs file: -```elisp +```scheme (require 'loccur) ;; defines shortcut for loccur of the current word (define-key global-map [(control o)] 'loccur-current)