Emacs: Fix whitespace-workaround.
This commit is contained in:
parent
3a3f1b6ebb
commit
b9864b6f02
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user