Emacs: Fix whitespace-workaround.

This commit is contained in:
tastytea 2020-03-28 01:03:27 +01:00
parent 3a3f1b6ebb
commit b9864b6f02
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-03-27T17:54:17+0100>
;; Time-stamp: <2020-03-28T01:02:49+0100>
;;; Commentary:
@ -190,7 +190,7 @@
(when (string= "show" command)
(my/whitespace-mode-off))
(when (string= "hide" command)
(my/whitespace-mode-off)))
(my/whitespace-mode-on)))
(advice-add 'company-call-frontends
:before #'my/on-off-whitespace-before-company)
;; popup: