summaryrefslogtreecommitdiff
path: root/emacs/inits
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/inits')
-rw-r--r--emacs/inits/20-programming.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/emacs/inits/20-programming.el b/emacs/inits/20-programming.el
index dc6612c..21c2f7b 100644
--- a/emacs/inits/20-programming.el
+++ b/emacs/inits/20-programming.el
@@ -1,4 +1,4 @@
-;; Time-stamp: <2026-03-25 11h49 GMT (242d7eec)>
+;; Time-stamp: <2026-04-03 19h58 BST (5733a89e)>
;; -----------------------------------------------------------------------------
;; General setup
@@ -294,9 +294,9 @@
(interactive)
(zig--run-cmd "build run"))
:bind (:map zig-mode-map
- ("M-," . lh-backward-delim)
- ("M-." . lh-forward-delim)
- ("M-m" . lh-matching-delim)
+ ("C-c l b" . lh-backward-delim)
+ ("C-c l f" . lh-forward-delim)
+ ("C-c l m" . lh-matching-delim)
("M-p" . beginning-of-defun)
("M-n" . end-of-defun)
("C-c C-c" . zig-compile)