Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dunn/d28478e3b5c651eda9a6e9a50997b7b1 to your computer and use it in GitHub Desktop.
Save dunn/d28478e3b5c651eda9a6e9a50997b7b1 to your computer and use it in GitHub Desktop.
From 4c7a63c611ba5ed02f13739b939408a9e22a3f3c Mon Sep 17 00:00:00 2001
From: Alex Dunn <[email protected]>
Date: Mon, 8 Aug 2016 19:03:24 -0700
Subject: [PATCH] Revert "Use truename for editorconfig name"
This reverts commit f9edfc16bc5d7e3f795025ac6fa3d6608634e18a.
---
editorconfig-core-handle.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el
index 84e69e8..bfda7b9 100644
--- a/editorconfig-core-handle.el
+++ b/editorconfig-core-handle.el
@@ -67,7 +67,6 @@
If CONF does not exist return nil."
(when (file-readable-p conf)
- (setq conf (file-truename conf))
(let ((cached (gethash conf
editorconfig-core-handle--cache-hash))
(mtime (nth 5
--
2.9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment