all repos — nixfiles @ eeb7399103580db187077cbb2aa406348e3a6b6c

System and user configuration, managed by nix and home-manager

Emacs: fix compilation warning regarding eshell/cd

Alan Pearce
commit

eeb7399103580db187077cbb2aa406348e3a6b6c

parent

189f41ba7afb45813b810810472793f5c9f0c7fa

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -760,6 +760,7 @@ eshell-review-quick-commands nil
eshell-smart-space-goes-to-end t) (eshell-smart-initialize))))) +(autoload #'eshell/cd "em-dirs") (defun eshell-goto-current-dir (&optional arg) (interactive "P") (let ((dir default-directory))