Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. (setq foo 'bar)
  2.  
  3. (use-package color-moccur
  4. :commands (isearch-moccur isearch-all)
  5. :bind (("M-s O" . moccur)
  6. :map isearch-mode-map
  7. ("M-o" . isearch-moccur)
  8. ("M-O" . isearch-moccur-all))
  9. :custom (isearch-lazy-highlight t)
  10. :config (use-package moccur-edit))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement