From 6fd216b633eddf08259ff9b8d309555659e67345 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 3 Oct 2014 12:05:23 -0400 Subject: [PATCH] Remove unused macro in init-auto-highlight-symbol --- spacemacs/extensions.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spacemacs/extensions.el b/spacemacs/extensions.el index 4ed03b69c..d12a9ca89 100644 --- a/spacemacs/extensions.el +++ b/spacemacs/extensions.el @@ -55,12 +55,6 @@ "th" 'auto-highlight-symbol-mode)) (spacemacs//diminish auto-highlight-symbol-mode " Ⓗ") ;; mini-mode to easily jump from a highlighted symbol to the others - (defmacro spacemacs/ahs-advicer (symbol) - `(let* ((advised ,symbol) - (advice (intern (format "spacemacs/%s" (symbol-name advised))))) - (message "%s" advice) - (defadvice advised (after advice activate) - (spacemacs/auto-highlight-symbol-overlay-map)))) (dolist (sym '(ahs-forward ahs-forward-definition ahs-backward