Re-add normal occur binding

This commit is contained in:
Wojciech Kozlowski 2017-08-27 20:39:11 +01:00
parent 2daa85bbcf
commit 5cc3667cb7
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,4 +4,5 @@ elpa
custom.el
recentf
projectile-bookmarks.eld
projectile.cache
*~

View File

@ -207,4 +207,7 @@
;; Toggle whitespace mode.
(global-set-key (kbd "C-c w") 'whitespace-mode)
;; Occur. More convenient than "M-s o"
(global-set-key (kbd "M-s M-o") 'occur)
)

View File

@ -34,7 +34,7 @@
("M-y" . helm-show-kill-ring)
("C-x b" . helm-mini)
("C-M-j" . helm-semantic-or-imenu)
("M-s M-o" . helm-occur)
("C-c h M-s M-o" . helm-occur)
("C-h SPC" . helm-all-mark-rings)
("C-c h x" . helm-register))
:config