From 47b6465bc3c37a297ff415b3da415741236039a3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 25 Sep 2017 23:24:21 +0200 Subject: [PATCH] Remove abbreviate-file-name from recentf-filename-handlers #86 --- core/core-editor.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-editor.el b/core/core-editor.el index fa000a031..07808ae38 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -155,7 +155,6 @@ with functions that require it (like modeline segments)." (setq recentf-save-file (concat doom-cache-dir "recentf") recentf-max-menu-items 0 recentf-max-saved-items 300 - recentf-filename-handlers '(abbreviate-file-name) recentf-exclude (list "^/tmp/" "^/ssh:" "\\.?ido\\.last$" "\\.revive$" "/TAGS$" "^/var/folders/.+$"