diff options
| author | Clemens Radermacher <clemera@posteo.net> | 2018-12-18 18:47:58 +0100 |
|---|---|---|
| committer | Clemens Radermacher <clemera@posteo.net> | 2018-12-18 18:47:58 +0100 |
| commit | ea38d5037317ccf4d093efef72eefdf2eecff304 (patch) | |
| tree | cf3902d9635c5370efa933fd8153523ab9d6c5fd | |
| parent | 130af9e2b6993794c9c00db9d38df915b42e4abd (diff) | |
Make mode global
| -rw-r--r-- | clipboard-collector.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clipboard-collector.el b/clipboard-collector.el index 0e91c0d..e987316 100644 --- a/clipboard-collector.el +++ b/clipboard-collector.el @@ -43,6 +43,7 @@ Rules used are defined in `clipboard-collector--rules'." :lighter " cc" + :global t (if clipboard-collector-mode (progn (setq clipboard-collector--last-clip "") |
