summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-06-22 10:04:57 +0100
committerAlan Pearce2013-06-22 10:04:57 +0100
commiteeb7399103580db187077cbb2aa406348e3a6b6c (patch)
treec8d8c3bcdff85f99c083674c263e7ba6f2c00b37 /emacs
parent189f41ba7afb45813b810810472793f5c9f0c7fa (diff)
downloaddotfiles-eeb7399103580db187077cbb2aa406348e3a6b6c.tar.lz
dotfiles-eeb7399103580db187077cbb2aa406348e3a6b6c.tar.zst
dotfiles-eeb7399103580db187077cbb2aa406348e3a6b6c.zip
Emacs: fix compilation warning regarding eshell/cd
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index f65b138..9d658ab 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -760,6 +760,7 @@ Also returns nil if pid is 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))