diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-08-05 11:18:54 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-08-05 11:18:54 -0700 |
commit | 878963e67c86d9a20a542f8efd4f1877de31d7e6 (patch) | |
tree | c381c0c45f2b6bf35647d36f718d3e6074a0888c /.emacs.local.d/modes/ivy.el | |
parent | 9ca5d1c9d50c2230882705b4689d65a8f59cb4f4 (diff) |
org-roam, org-journal
Diffstat (limited to '.emacs.local.d/modes/ivy.el')
-rw-r--r-- | .emacs.local.d/modes/ivy.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.local.d/modes/ivy.el b/.emacs.local.d/modes/ivy.el index ca3623c..fcf69ca 100644 --- a/.emacs.local.d/modes/ivy.el +++ b/.emacs.local.d/modes/ivy.el @@ -21,7 +21,6 @@ ("C-x C-f" . counsel-find-file) ("C-x C-r" . counsel-recentf) ; search for recently edited ("C-c g" . counsel-git) ; search for files in git repo - ("C-c j" . counsel-git-grep) ; search for regexp in git repo ("C-c /" . counsel-ag) ; Use ag for regexp ("C-x l" . counsel-locate) ("C-x C-f" . counsel-find-file) |