Minify eshell/emacs function
This commit is contained in:
parent
884d9a13f3
commit
4e05974fb1
@ -136,12 +136,9 @@ NAME and ARGS are in `use-package'."
|
||||
"Basically you can edit ARGS and it will open in a new buffer.
|
||||
When your shell is Emacs, your Emacs is but an oyster...
|
||||
This is taken from a website that I can't remember at the moment."
|
||||
(if (null args)
|
||||
(bury-buffer)
|
||||
(mapc
|
||||
#'find-file-other-window
|
||||
(mapcar
|
||||
#'expand-file-name (flatten-tree (reverse args))))))
|
||||
(if (null args) (bury-buffer)
|
||||
(mapc #'find-file-other-window
|
||||
(mapcar #'expand-file-name (flatten-tree (reverse args))))))
|
||||
:general
|
||||
(general-define-key
|
||||
:states 'normal
|
||||
|
Loading…
Reference in New Issue
Block a user