From 0c4457e1c849323bd77e2ce9fa6710e0a3bb4182 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sat, 19 Dec 2015 16:53:56 +0200 Subject: [PATCH] Remove duplicated line --- core/prelude-editor.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/prelude-editor.el b/core/prelude-editor.el index e15b1c2..b8193e5 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -262,7 +262,6 @@ The body of the advice is in BODY." (require 'avy) (setq avy-background t) (setq avy-style 'at-full) -(setq avy-style 'at-full) ;; anzu-mode enhances isearch & query-replace by showing total matches and current match position (require 'anzu)