From 13af52bb5c2538df68e3861933e20906572e8ad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pit--Claudel?= Date: Mon, 25 Jan 2016 11:28:12 -0500 Subject: [PATCH] Add ~/.emacs.d/elpa to sml/replacer-regexp-list --- smart-mode-line.el | 1 + 1 file changed, 1 insertion(+) diff --git a/smart-mode-line.el b/smart-mode-line.el index 8ea4f39..91ae566 100755 --- a/smart-mode-line.el +++ b/smart-mode-line.el @@ -531,6 +531,7 @@ just set this to \"\" to save an extra char of space." (defcustom sml/replacer-regexp-list `((,(concat "^" (if (boundp 'org-directory) (regexp-quote org-directory) "~/org/")) ":Org:") + ("^~/\\.emacs\\.d/elpa/" ":ELPA:") ("^~/\\.emacs\\.d/" ":ED:") ("^/sudo:.*:" ":SU:") ("^~/Documents/" ":Doc:")