aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-grep.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-06-24 13:41:13 +1000
committerYuchen Pei <id@ypei.org>2023-06-24 13:41:13 +1000
commite8267b4b165f6a6a086f4a9786e9df8ffe31d55c (patch)
treee72d5e02e0a61eed2e8c439f4c96506e24610629 /emacs/.emacs.d/init/ycp-grep.el
parent9cc73b30c269cbfa35feed46ee8805ee5a4d2ef0 (diff)
Enhancements for org and elisp
- org: adding an :after advice to org-insert-structure-template so that it goes into editing immediately - elisp: C-M-x evals a region when region is active
Diffstat (limited to 'emacs/.emacs.d/init/ycp-grep.el')
-rw-r--r--emacs/.emacs.d/init/ycp-grep.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init/ycp-grep.el b/emacs/.emacs.d/init/ycp-grep.el
index 715f643..3c784f0 100644
--- a/emacs/.emacs.d/init/ycp-grep.el
+++ b/emacs/.emacs.d/init/ycp-grep.el
@@ -81,9 +81,6 @@
"C-g" #'isearch-cancel ; instead of `isearch-abort'
"M-/" #'isearch-complete
"C-o" #'isearch-occur)
- (my-keybind global-map
- "C-s" 'isearch-forward-regexp
- "C-r" 'isearch-backward-regexp)
)
(my-package replace