From aeece2748bd81564ca9685e9fa2de271bf4784a5 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Tue, 12 Nov 2024 09:39:03 +0100 Subject: [PATCH] Update BQN configuration --- init.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/init.el b/init.el index 5982020..68ce2d6 100644 --- a/init.el +++ b/init.el @@ -906,10 +906,7 @@ (("C-c d" . bqn-help-symbol-info-at-point) ("C-c C-d" . bqn-help-symbol-info-at-point) ("C-c C-c" . bqn-comint-send-dwim))) - :custom (bqn-key-prefix ?\\) - :config - (require 'bqn-keymap-mode) - (require 'bqn-glyph-mode)) + :custom (bqn-key-prefix ?\\)) (use-package graphviz-dot-mode :ensure t