Migemo

consult-ripgrep と migemo を組み合わせて ripgrep でもローマ字日本語検索 featured image

consult-ripgrep と migemo を組み合わせて ripgrep でもローマ字日本語検索

consult-ripgrep と migemo を組み合わせて ripgrep でもローマ字日本語検索 の派生。 TL;DR ;; -*- lexical-binding: t -*- (defun consult--migemo-regexp-compiler (input type) (setq input (mapcar …

avy で migemo る (avy-migemo を使わずに) featured image

avy で migemo る (avy-migemo を使わずに)

TL;DR (require 'avy) (require 'migemo) (defun avy-goto-migemo-timer (&optional arg) (interactive "P") (let ((avy-all-windows (if arg (not avy-all-windows) avy-all-windows))) …

counsel-rg と migemo を組み合わせて ripgrep でもローマ字検索 featured image

counsel-rg と migemo を組み合わせて ripgrep でもローマ字検索

Ivy (Swiper) で雑に migemo を使う の続編。併せて参照のコト。 TL;DR (setq migemo-options '("--quiet" "--nonewline" "--emacs")) (setq ivy-re-builders-alist '((t . ivy--regex-plus) (counsel-rg . …

Ivy (Swiper) で雑に migemo を使う featured image

Ivy (Swiper) で雑に migemo を使う

27, 2021 最終更新 Note counsel-rg と migemo を組み合わせて ripgrep でもローマ字検索 も併せて参照。