Emacs: Don't call function with symbol notation.

This commit is contained in:
tastytea 2020-03-27 17:55:12 +01:00
parent 9e210e08f9
commit ac9c04a7d8

View File

@ -1,6 +1,6 @@
;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*- ;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-03-27T17:52:34+0100> ;; Time-stamp: <2020-03-27T17:54:17+0100>
;;; Commentary: ;;; Commentary:
@ -163,7 +163,7 @@
(use-package swiper (use-package swiper
:after (ivy) :after (ivy)
:functions (swiper) :functions (swiper)
:bind ("C-s" . 'swiper)) :bind ("C-s" . swiper))
;; Visualize and transform whitespace. ;; Visualize and transform whitespace.
(use-package whitespace (use-package whitespace