Minor fixes

This commit is contained in:
Wojciech Kozlowski 2019-08-07 11:55:17 +02:00
parent 22e6d1283d
commit c418a421fe
2 changed files with 2 additions and 1 deletions

View File

@ -143,3 +143,4 @@
(provide 'init) (provide 'init)
;;; init.el ends here ;;; init.el ends here
(put 'narrow-to-region 'disabled nil) (put 'narrow-to-region 'disabled nil)
(put 'downcase-region 'disabled nil)

View File

@ -150,7 +150,7 @@
:after helm :after helm
:bind :bind
(("C-s" . swiper-helm) (("C-s" . swiper-helm)
("M-s M-s" . isearch-forward)) ("C-c C-s" . isearch-forward))
:config :config
(setq swiper-helm-display-function 'helm-default-display-buffer)) (setq swiper-helm-display-function 'helm-default-display-buffer))