From 76bf60ee25b25948071e2aa52d04181574d609c3 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 28 Jul 2021 19:01:06 +0100 Subject: (Emacs)~split SPC i into a prefix =counsel-unicode-char= has been bound to " ic" which allows me to use TeX and other unicode symbols without switching to the TeX keyboard. =yas-insert-snippet= has been bound to " ii" --- Emacs/.config/emacs/config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 3c33216..8bdcecf 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -517,7 +517,8 @@ helpful counterparts. (leader "ss" #'counsel-grep-or-swiper "sr" #'counsel-rg - "fr" #'counsel-recentf) + "fr" #'counsel-recentf + "ic" #'counsel-unicode-char) :init (general-def [remap describe-bindings] #'counsel-descbinds @@ -870,7 +871,7 @@ Setup global mode after evil mode has been loaded (text-mode-hook . yas-minor-mode) :general (leader - "i" #'yas-insert-snippet) + "ii" #'yas-insert-snippet) :config (yas-load-directory (no-littering-expand-etc-file-name "yasnippet/snippets"))) #+end_src -- cgit v1.2.3-13-gbd6f