aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2025-08-30 18:27:20 +1000
committerYuchen Pei <id@ypei.org>2025-08-30 18:27:20 +1000
commit97f202a5d9d4d99092490c05f212d7c918bb0b5e (patch)
tree8e8dfc455f87bda0983062e742a42d65ba24827a /emacs/.emacs.d/init
parent0b8e996b5a8967397302adaed5a0ca2f62ec8ec0 (diff)
[emacs] fix htmlv-mode view source
Diffstat (limited to 'emacs/.emacs.d/init')
-rw-r--r--emacs/.emacs.d/init/ycp-buffer.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-buffer.el b/emacs/.emacs.d/init/ycp-buffer.el
index b91e6aa..6a560ea 100644
--- a/emacs/.emacs.d/init/ycp-buffer.el
+++ b/emacs/.emacs.d/init/ycp-buffer.el
@@ -124,6 +124,7 @@
"r" #'next-buffer
"d" nil
"u" nil
+ "." nil
"w" #'kill-ring-save
"i" #'view-mode)
(my-keybind global-map "C-`" #'view-mode))