move shell configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user