Minor fixes
This commit is contained in:
parent
22e6d1283d
commit
c418a421fe
1
init.el
1
init.el
@ -143,3 +143,4 @@
|
||||
(provide 'init)
|
||||
;;; init.el ends here
|
||||
(put 'narrow-to-region 'disabled nil)
|
||||
(put 'downcase-region 'disabled nil)
|
||||
|
@ -150,7 +150,7 @@
|
||||
:after helm
|
||||
:bind
|
||||
(("C-s" . swiper-helm)
|
||||
("M-s M-s" . isearch-forward))
|
||||
("C-c C-s" . isearch-forward))
|
||||
:config
|
||||
(setq swiper-helm-display-function 'helm-default-display-buffer))
|
||||
|
||||
|
Reference in New Issue
Block a user