Helm imenu and swoop.

This commit is contained in:
Ivan Malison 2014-11-23 03:28:57 -08:00
parent d02cbaa2dc
commit e2f36cbab5
2 changed files with 4 additions and 1 deletions

View File

@ -517,6 +517,7 @@ buffer is not visiting a file."
:commands helm-mode :commands helm-mode
:bind (("M-y" . helm-show-kill-ring) :bind (("M-y" . helm-show-kill-ring)
("M-x" . helm-M-x) ("M-x" . helm-M-x)
("C-x C-i" . helm-imenu)
("C-h a" . helm-apropos)) ("C-h a" . helm-apropos))
:init :init
(progn (progn
@ -526,6 +527,8 @@ buffer is not visiting a file."
(helm-mode 1) (helm-mode 1)
(diminish 'helm-mode))) (diminish 'helm-mode)))
(use-package helm-swoop :ensure t :commands helm-swoop)
(use-package projectile (use-package projectile
:ensure t :ensure t
:commands projectile-global-mode :commands projectile-global-mode

View File

@ -31,7 +31,7 @@
(setq mu4e-show-images t) (setq mu4e-show-images t)
(add-hook 'mu4e-compose-mode-hook (add-hook 'mu4e-compose-mode-hook
(defun my-do-compose-stuff () (flyspell-mode))) (defun my-do-compose-stuff () (flyspell-mode)))
(setq mu4e-update-interval 15) (setq mu4e-update-interval 120)
;; ;; something about ourselves ;; ;; something about ourselves
;; (setq ;; (setq