Replace ivy buffer browser with iBuffer

This commit is contained in:
Maciej 2019-10-28 22:12:25 +02:00
parent 107a59f9b0
commit a2b6b18a7d
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
5 changed files with 14 additions and 5 deletions

View file

@ -66,10 +66,10 @@
(setq-local
ctags/refresh-command
(format
"ctags -e -R --languages=erlang -f %sTAGS %ssrc %sdeps %sapps %s_build %slib/stdlib-* %slib/kernel-*"
"ctags -e -R --languages=erlang -f %sTAGS %ssrc %sdeps %sapps %s_build %stest %slib/stdlib-* %slib/kernel-*"
(projectile-project-root) (projectile-project-root)
(projectile-project-root) (projectile-project-root)
(projectile-project-root) (projectile-project-root)
(projectile-project-root)
(plist-get erlang/current-erlang :erlang-path)
(plist-get erlang/current-erlang :erlang-path)))