Emacs: Don't call function with symbol notation.
This commit is contained in:
parent
9e210e08f9
commit
ac9c04a7d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user