Remove redraw calls; disruptive on Arch
This commit is contained in:
parent
ff191869d7
commit
ce27e6fa5f
2 changed files with 6 additions and 13 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue