X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=d66765a752e1ad13c6b9d9def5efcbce5ac21c42;hb=29d4287b20eab90c6dad32764d242842f319904b;hp=f504edc1d5b6bfd8b8d1a62ef737540293c93ed9;hpb=310874d4809bb233e73edfe4907b0fd3508b445c;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index f504edc..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 @@ -3539,3 +3541,9 @@ Use =display-graphic-p= instead of =window-system= blog with modify list draw one line top of the windows +* test +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + ;; test local mode line + ;; (add-to-list 'load-path "~/.emacs.d/elisp") + ;; (require 'my-mode-line) +#+END_SRC