diff --git a/config.org b/config.org index 197731b..a88fa83 100644 --- a/config.org +++ b/config.org @@ -242,6 +242,14 @@ Including indent-buffer, which should not be called automatically on save." (interactive (list shell))) (ad-activate 'ansi-term) + #+END_SRC +** Swiper + #+BEGIN_SRC emacs-lisp + (use-package swiper + :ensure t + :init + (global-set-key "\C-s" 'swiper)) + #+END_SRC * ido Ido is a replacement for keybindings such as C-x C-f and C-x b. Here diff --git a/init.el b/init.el index 1d2944a..b77e3b0 100644 --- a/init.el +++ b/init.el @@ -9,7 +9,7 @@ ("bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" "18cd5a0173772cdaee5522b79c444acbc85f9a06055ec54bb91491173bc90aaa" default))) '(package-selected-packages (quote - (humanoid-themes humanoid-theme laguna-theme which-key spacemacs-theme use-package minsk-theme auctex htmlize plan9-theme zencoding-mode wdl-mode visual-fill-column twittering-mode tramp-term tracking tetris ssh srv smiles-mode smex slime seti-theme scheme-complete s rust-mode restclient projectile plsense pdf-tools org-bullets nav-flash mutt-mode multiple-cursors markdown-mode magit ivy-youtube haskell-mode flycheck evil emms diredfl dired-details dashboard cyberpunk-theme button-lock all-the-icons)))) + (sudo-edit swiper solarized-theme humanoid-themes humanoid-theme laguna-theme which-key spacemacs-theme use-package minsk-theme auctex htmlize plan9-theme zencoding-mode wdl-mode visual-fill-column twittering-mode tramp-term tracking tetris ssh srv smiles-mode smex slime seti-theme scheme-complete s rust-mode restclient projectile plsense pdf-tools org-bullets nav-flash mutt-mode multiple-cursors markdown-mode magit ivy-youtube haskell-mode flycheck evil emms diredfl dired-details dashboard cyberpunk-theme button-lock all-the-icons)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.