diff options
author | jao <jao@gnu.org> | 2022-06-25 01:33:58 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-06-25 01:33:58 +0100 |
commit | 2deb7e7bcbef0f7cbd60dd22b3cf6b0d1cbe60ab (patch) | |
tree | 19efbda2c743db95f2a33a43ca9d816e6113d292 /custom | |
parent | c9305db0c689febd47b7d58a25ed3b135ce8864c (diff) | |
download | elibs-2deb7e7bcbef0f7cbd60dd22b3cf6b0d1cbe60ab.tar.gz elibs-2deb7e7bcbef0f7cbd60dd22b3cf6b0d1cbe60ab.tar.bz2 |
nits
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-completion.el | 5 | ||||
-rw-r--r-- | custom/jao-custom-exwm.el | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index 2c73593..7d956fe 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -174,6 +174,7 @@ ("C-c h" . consult-history) ("C-c i" . consult-imenu) ("C-c I" . consult-project-imenu) + ;; ("C-c o" . consult-outline) ("C-c k" . consult-ripgrep) ("C-c K" . consult-git-grep) ("C-c L" . consult-locate) @@ -186,8 +187,8 @@ ("M-g m" . consult-mark) ("M-g e" . consult-error) ("M-s m" . consult-multi-occur) - ("M-o" . consult-outline) - ("M-i" . consult-imenu) + ;; ("M-o" . consult-outline) + ;; ("M-i" . consult-imenu) ("M-y" . consult-yank-pop) ("C-s" . isearch-forward) ("<help> a" . consult-apropos)) diff --git a/custom/jao-custom-exwm.el b/custom/jao-custom-exwm.el index 2b94068..6d3c4c0 100644 --- a/custom/jao-custom-exwm.el +++ b/custom/jao-custom-exwm.el @@ -488,8 +488,8 @@ ([?\s-A] . org-agenda-list) ([?\s-a] . jao-first-window) ([?\s-b] . jao-transient-org-blog) - ;; ([?\s-d] . jao-exwm-tidal*) - ([?\s-d] . jao-mpc-echo-current) + ([?\s-d] . jao-exwm-tidal*) + ;; ([?\s-d] . jao-mpc-echo-current) ([?\s-e] . jao-exwm-firefox*) ([?\s-m] . jao-transient-media) ;; ([?\s-O] . jao-transpose-windows) |