diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 7d3902f..35c01dd 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -61,6 +61,10 @@ ;; startup.el does not provide itself, cannot be used with use-package (setopt inhibit-startup-screen t) +;; Help with keybindings +(use-package which-key + :hook (after-init . which-key-mode)) + (use-package mouse :custom (mouse-yank-at-point t) |