Last dirtrack issue solved
Friday, August 8th, 2008Turns out the problem I ran into was a clash between dirtrack-mode and shell-dirtrack-mode. I had no idea there were two competing packages; the problem was that dirtrack picked up the new path, then shell-dirtrack noticed the “cd ..”.
Solved:
(add-hook ’shell-mode-hook
(lambda ()
[...]
