diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-02-04T12·43+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-02-04T12·43+0100 |
commit | 11eed83d5762c148b3a22402eb99a3bd800509d1 (patch) | |
tree | c42fa64801ec008d0c53de5a2cee04745df57370 | |
parent | ed4cc264fa725835372dbd4d926ac0bf75544a08 (diff) |
fix(custom): Fix look&feel of Avy to be more like ace-jump
-rw-r--r-- | init/custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/custom.el b/init/custom.el index 21f1715939c1..28618b5322c7 100644 --- a/init/custom.el +++ b/init/custom.el @@ -5,6 +5,7 @@ ;; If there is more than one, they won't work right. '(ac-auto-show-menu 0.8) '(ac-delay 0.2) + '(avy-background t) '(cargo-process--enable-rust-backtrace 1) '(custom-enabled-themes (quote (gruber-darker))) '(custom-safe-themes |