summary refs log tree commit diff
path: root/config/init-keys.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/init-keys.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/init-keys.el b/config/init-keys.el
index a3686fe..a197043 100644
--- a/config/init-keys.el
+++ b/config/init-keys.el
@@ -7,12 +7,12 @@
 
 ;;; Code:
 
+(global-set-key (kbd "M-j") 'join-line)
+
 (use-package which-key
-  :demand t
   :diminish
   :ensure t
-  :config
-  (which-key-mode))
+  :hook (after-init . which-key-mode))
 
 (provide 'init-keys)