emacs: keybinding C-M-j for counsel-switch-buffer
authorRalph Boehme <slow@samba.org>
Fri, 3 Sep 2021 14:28:51 +0000 (16:28 +0200)
committerRalph Boehme <slow@samba.org>
Sun, 5 Sep 2021 15:17:18 +0000 (17:17 +0200)
emacs/.emacs.d/configuration.org

index 33c0c9675d5bfdcb864954e8ec5e8dde7f1921a7..cab1ba752d3f59dd021885fd2651e15c6d87a90d 100644 (file)
@@ -48,6 +48,7 @@ Setup package management with Melpa, nifty!
 
    #+BEGIN_SRC emacs-lisp
      (setq ns-right-option-modifier 'super)
+     (global-set-key (kbd "C-M-j") 'counsel-switch-buffer)
    #+END_SRC
 
 ** smblog-mode