Emacs: :defines ('…) did not work.

This commit is contained in:
tastytea 2020-03-31 16:15:00 +02:00
parent 8996113d4d
commit 4300313882
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; input.el --- Configure behaviour of input devices. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-03-31T03:47:07+0200>
;; Time-stamp: <2020-03-31T16:14:46+0200>
;;; Commentary:
;; * Setup mouse & keyboard behaviour.
@ -73,7 +73,7 @@ With ARG, do it that many times."
;; Display available keybindings.
(use-package which-key
:diminish which-key-mode
:defines ('which-key-mode)
:defines (which-key-mode)
:config (which-key-mode))
;; Navigate between windows with alt+arrows.