diff options
author | Case Duckworth | 2022-04-02 13:53:59 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-02 13:53:59 -0500 |
commit | 8f8121e3a234185b739b87a7b11e0c0abce0e81c (patch) | |
tree | 8b9fdcf42ba635fb982038ddd2e6bab18e585fa4 /init.el | |
parent | Enable +elfeed-update-command to run only sometimes (diff) | |
download | emacs-8f8121e3a234185b739b87a7b11e0c0abce0e81c.tar.gz emacs-8f8121e3a234185b739b87a7b11e0c0abce0e81c.zip |
Add +eshell-here
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index 3c1d975..84b3869 100644 --- a/init.el +++ b/init.el | |||
@@ -342,6 +342,8 @@ | |||
342 | eshell-prompt-regexp (rx bol (* (not (any ?# ?$ ?\n))) | 342 | eshell-prompt-regexp (rx bol (* (not (any ?# ?$ ?\n))) |
343 | " " (any ?# ?$) | 343 | " " (any ?# ?$) |
344 | (* " "))) | 344 | (* " "))) |
345 | (:+leader "s" #'+eshell-here | ||
346 | "C-s" #'+eshell-here) | ||
345 | (with-eval-after-load 'mwim | 347 | (with-eval-after-load 'mwim |
346 | (setf (alist-get 'eshell-mode mwim-beginning-of-line-function) | 348 | (setf (alist-get 'eshell-mode mwim-beginning-of-line-function) |
347 | #'eshell-bol)) | 349 | #'eshell-bol)) |