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

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