diff --git a/init.d/text/common.el b/init.d/text/common.el index 16ccd74..955833e 100644 --- a/init.d/text/common.el +++ b/init.d/text/common.el @@ -1,6 +1,6 @@ ;;; 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: @@ -163,7 +163,7 @@ (use-package swiper :after (ivy) :functions (swiper) - :bind ("C-s" . 'swiper)) + :bind ("C-s" . swiper)) ;; Visualize and transform whitespace. (use-package whitespace