move shell configuration
This commit is contained in:
@@ -219,11 +219,6 @@ with a drive letter and a colon.")
|
||||
|
||||
(setq bookmark-default-file (concat user-cache-directory "bookmarks"))
|
||||
|
||||
(use-package comint ;; parent mode of many shell modes
|
||||
:bind (:map comint-mode-map
|
||||
("<up>" . comint-previous-input)
|
||||
("<down>" . comint-next-input)))
|
||||
|
||||
(use-package transient
|
||||
:load-path (lambda() (concat user-emacs-directory "lisp/transient"))
|
||||
:defer t
|
||||
|
||||
Reference in New Issue
Block a user