Remove redraw calls; disruptive on Arch

This commit is contained in:
Henrik Lissner 2016-10-10 01:23:14 +02:00
parent ff191869d7
commit ce27e6fa5f
2 changed files with 6 additions and 13 deletions

View file

@ -20,8 +20,6 @@
"C-u" 'backward-kill-sentence
"C-b" 'backward-word
"C-f" 'forward-word)
;; Fix display glitches
(advice-add 'ivy-done :after 'redraw-display)
(after! magit (setq magit-completing-read-function 'ivy-completing-read))
(after! smex (setq smex-completion-method 'ivy))