jojojames / dired-sidebar

Sidebar for Emacs leveraging Dired
GNU General Public License v3.0
506 stars 22 forks source link

use project-root to get root directory for project.el #72

Closed jiacai2050 closed 2 years ago

cgfork commented 2 years ago

https://github.com/jojojames/dired-sidebar/blob/master/dired-sidebar.el#L810

(let ((project '(vc . "~/.emacs.d")))
  (message "%s" (car (last project))))

echo:

"vc"
jojojames commented 2 years ago

Thanks!