From aded6f2aebaacfd2face07831a76b7a91f76127a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 25 Oct 2025 14:17:48 +0530 Subject: Move orgmode out + faces changes --- autoload/grep.kak | 5 ----- 1 file changed, 5 deletions(-) (limited to 'autoload/grep.kak') diff --git a/autoload/grep.kak b/autoload/grep.kak index 27b6d65..c0d1010 100644 --- a/autoload/grep.kak +++ b/autoload/grep.kak @@ -17,8 +17,3 @@ hook global -always BufOpenFifo '\*make\*' %{ map global file ] ': make-next-error' map global file [ ': make-previous-error' } - -# TODO: Prevent exiting command mode from grep -# define-command live-grep %{ -# prompt -on-change %{ eval %sh{ [ -z "$kak_text" ] || echo "grep $kak_text" } } 'live-grep: ' %{ info done } -# } -- cgit v1.3.1