소스 검색

Fix typo in eshell settings

pull/5/head
10sr 9 년 전
부모
커밋
00f14a4ec4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 파일 보기

@@ -2217,7 +2217,7 @@ It looks like:
;; (interactive)
;; (eshell-goto-prompt)
;; (keyboard-quit)))
(loca-set-key (kbd "C-x t") 'eshell-text-mode-toggle)
(local-set-key (kbd "C-x t") 'eshell-text-mode-toggle)
(local-set-key (kbd "C-u") 'eshell-kill-input)
(local-set-key (kbd "C-d") 'eshell-delete-char-or-logout)
;; (define-key eshell-mode-map (kbd "C-l")


불러오는 중...
취소
저장