From fc8b236756cafa3e51ca89e4643d1f4b26b8469c Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Fri, 5 Feb 2021 16:24:53 -0500 Subject: [PATCH] Implement ivy / counsel --- README.org | 37 ++++++++++++++++++++++++++++++++++--- modules/core.el | 1 - modules/interface.el | 16 +++++++++++++++- 3 files changed, 49 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index c1cffc4..0a62909 100644 --- a/README.org +++ b/README.org @@ -335,6 +335,7 @@ Build all of the =org= files within a given directory. #+end_src *** Keys + Make the =ESC= key quit (most) prompts, instead of the default =C-g=. #+begin_src emacs-lisp @@ -412,12 +413,10 @@ Again cherry picked from =Doom=, I want to continue utilizing the muscle memory + Close buffers with =SPC c= + Find files with =SPC . (period)= -+ Switch buffers with =SPC , (comma)= #+begin_src emacs-lisp (dotfiles/leader "." '(find-file :which-key "Files") - "," '(switch-to-buffer :which-key "Buffers") "c" '(kill-buffer-and-window :which-key "Close")) #+end_src @@ -1179,6 +1178,38 @@ Add a golang source code block structure template with ~