(use-package helm :ensure t :bind (("C-x C-f" . helm-find-files) ("M-x" . helm-M-x)) :config (helm-mode)) (use-package helm-ag :ensure t)