From 64a46740f33cc2d7f09eb724800e4a4315d8104a Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 14 Jun 2019 17:43:57 -0400 Subject: [PATCH] FIX syntax error --- etc/conf.org | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index 0904442..ef1ea94 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -738,7 +738,6 @@ Flycheck syntax checkers (defun nd/ess-r-start-env (orig-fun &rest args) (nd/with-advice ((#'inferior-ess--start-process :around #'nd/ess-r-add-env)) - ((#'ess-set-working-directory :around #'nd/ess-setwd-here)) (apply orig-fun args))) (defun nd/ess-r-setwd-maybe (orig-fun &rest args)