From 8db1649e557b409bb39635664805ea590be9a428 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 20 Sep 2016 02:21:19 -0700 Subject: [PATCH] [Emacs] Rename `projectile-make-all-subdirs-projects` --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 79018603..d185ac25 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1363,7 +1363,7 @@ I use helm for almost all emacs completion imalison:do-ag (helm-ag-always-set-extra-option t)) - (defun projectile-make-all-subdirs-projects (directory) + (defun imalison:projectile-make-all-subdirs-projects (directory) (cl-loop for file-info in (directory-files-and-attributes directory) do (when (nth 1 file-info) (write-region "" nil