move shell configuration

This commit is contained in:
2021-02-13 13:09:15 +01:00
parent b6a951dd4a
commit 05bee89af1
2 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -1,6 +1,11 @@
;;; shell-settings.el --- Summary -*- lexical-binding: t -*-
;;; Commentary:
;;; Code:
(use-package comint ;; parent mode of many shell modes
:bind (:map comint-mode-map
("<up>" . comint-previous-input)
("<down>" . comint-next-input)))
(use-package sh-script
:defer t
:config