aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-03-15 12:13:38 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-03-15 12:21:20 +0100
commit4e73a69ff1290829de4d78ee945c0d51d54c6f5b (patch)
tree42c9408811cdeac0a8763c1ee4bfe559487c07e7
parent3faf7eb64adcd86afc838814343c274bc3085615 (diff)
feat: Remove helper to set default bindings
-rw-r--r--nyxt.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/nyxt.el b/nyxt.el
index fcf64a4..c9b4531 100644
--- a/nyxt.el
+++ b/nyxt.el
@@ -294,12 +294,6 @@ If ROAM-P, store it in the corresponding Org Roam capture TEMPLATE."
(nyxt-run
'(nyxt/document-mode::scroll-up)))
-;;;###autoload
-(defun nyxt-default-keybindings ()
- "Bind the `C-c y' prefix to `nyxt' commands."
- (interactive)
- (define-key mode-specific-map "y" 'nyxt-map))
-
(define-prefix-command 'nyxt-map)
(let ((map nyxt-map))
(define-key map "y" #'nyxt-sly-connect)