X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=d66765a752e1ad13c6b9d9def5efcbce5ac21c42;hb=29d4287b20eab90c6dad32764d242842f319904b;hp=85e5b330ddcaa92225bca5820f869615aa03d6bd;hpb=ad178fed4f77dc230deaaf351e2f49f77933f369;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index 85e5b33..d66765a 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1260,6 +1260,8 @@ set default eshell history folder ;; (add-hook 'eshell-mode-hook (lambda () ;; (local-set-key (kbd "C-l") 'sd/eshell-clear-buffer))) (add-hook 'eshell-mode-hook (apply-partially #'local-set-key (kbd "C-l") 'sd/eshell-clear-buffer)) + ;; (add-hook 'eshell-mode-map (lambda () (interactive) + ;; (define-key eshell-mode-map (kbd "") 'completion-at-point))) #+END_SRC ** Toggle Eshell