summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-03-27 11:45:20 -0700
committerFranck Cuny <franck@fcuny.net>2021-03-27 11:45:20 -0700
commitd66bc657fff98cca6fa8a4cd8bcbcf284ade69c7 (patch)
tree67d17fd18435e00fd0a0ca78b0f7081c8605e55a
parentx11: set DPI to 128 (diff)
downloademacs.d-d66bc657fff98cca6fa8a4cd8bcbcf284ade69c7.tar.gz
emacs: more bindings for counsel
-rw-r--r--emacs/custom/fcuny-navigation.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-navigation.el b/emacs/custom/fcuny-navigation.el
index 42027fd..de17080 100644
--- a/emacs/custom/fcuny-navigation.el
+++ b/emacs/custom/fcuny-navigation.el
@@ -114,6 +114,10 @@
    ("C-c i "  . counsel-imenu)
    ("C-c f"   . counsel-git)
    ("C-c /"   . counsel-rg)
+   ("C-c m"   . counsel-mark-ring)
+   ("C-c V"   . counsel-describe-variable)
+   ("C-c C-l" . counsel-find-library)
+   ("C-c U"   . counsel-unicode-char)
    ("C-x r l" . counsel-bookmark))
   :custom
   (counsel-find-file-ignore-regexp "\\.git\\|\\.DS_Store\\|\\.localized\\'")