Skip to content

Commit

Permalink
Revert changes for migemo, add migemo attr to multi-occur.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Volpiatto committed Aug 18, 2012
1 parent 56db4ca commit bec9d22
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm-misc.el
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ utility mdfind.")
'((name . "RD HeadLine")
(headline "^= \\(.+\\)$" "^== \\(.+\\)$" "^=== \\(.+\\)$" "^==== \\(.+\\)$")
(condition . (memq major-mode '(rdgrep-mode rd-mode)))
(migemo)
(subexp . 1))
"Show RD headlines.
Expand All @@ -139,6 +140,7 @@ http://en.wikipedia.org/wiki/Ruby_Document_format")
(headline "^= \\(.+\\) =$" "^== \\(.+\\) ==$"
"^=== \\(.+\\) ===$" "^==== \\(.+\\) ====$")
(condition . (memq major-mode '(oddmuse-mode yaoddmuse-mode)))
(migemo)
(subexp . 1))
"Show Oddmuse headlines, such as EmacsWiki.")

Expand Down Expand Up @@ -273,6 +275,7 @@ It is added to `extended-command-history'.
(if (consp (car history))
(mapcar 'prin1-to-string history)
history))))
(migemo)
(action . (lambda (candidate)
(delete-minibuffer-contents)
(insert candidate)))))
Expand Down
1 change: 1 addition & 0 deletions helm-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
num))
(number-sequence 1 8)))
(condition . (eq major-mode 'org-mode))
(migemo)
(subexp . 1)
(persistent-action . (lambda (elm)
(helm-c-action-line-goto elm)
Expand Down
2 changes: 2 additions & 0 deletions helm-regexp.el
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ i.e Don't replace inside a word, regexp is surrounded with \\bregexp\\b."
`((name . "Occur")
(init . helm-c-occur-init)
(candidates-in-buffer)
(migemo)
(get-line . helm-c-occur-get-line)
(display-to-real . helm-c-display-to-real-line)
(action . (("Go to Line" . helm-c-action-line-goto)
Expand Down Expand Up @@ -254,6 +255,7 @@ arg METHOD can be one of buffer, buffer-other-window, buffer-other-frame."
(filtered-candidate-transformer . helm-m-occur-transformer)
(nohighlight)
(get-line . helm-m-occur-get-line)
(migemo)
(action . (("Go to Line" . helm-m-occur-goto-line)))
(recenter)
(candidate-number-limit . 9999)
Expand Down
1 change: 1 addition & 0 deletions helm-ring.el
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ If nil or zero, don't truncate candidate, show all."
(action . helm-c-kill-ring-action)
(keymap . ,helm-kill-ring-map)
(last-command)
(migemo)
(multiline))
"Source for browse and insert contents of kill-ring.")

Expand Down

0 comments on commit bec9d22

Please sign in to comment.