Move helm-swoop configuration to use-package

This commit is contained in:
Gergely Polonkai 2016-10-10 20:32:55 +02:00
parent 72de9e8e41
commit 07b9c45f4f
1 changed files with 4 additions and 1 deletions

View File

@ -206,6 +206,10 @@
("C-x C-f" . helm-find-files)
("C-x b" . helm-mini)))
(use-package helm-swoop
:bind
(("M-i" . helm-swoop)))
;; Whitespace mode
;;
@ -383,7 +387,6 @@
(global-set-key (kbd "C-x _") 'maximize-window)
;; Some terminals dont interpret Alt-Up/Down as M-<up/down>.
(global-set-key (kbd "C-c C-y") 'duplicate-line)
(global-set-key (kbd "M-i") 'helm-swoop)
(global-set-key (kbd "M-(") 'æ-enclose-region)
(global-set-key (kbd "C-x w") 'webjump)
(global-set-key (kbd "<C-return>") 'open-line-below)