diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e431ab6..60db886 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -117,6 +117,9 @@ :bind ("C-;" . avy-goto-char) :bind ("C-'" . avy-goto-char-2)) +(use-package smex :quelpa + :bind ("M-X" . smex-major-mode-commands)) + (use-package swiper :quelpa :bind ("C-s" . swiper) :bind ("C-r" . swiper)