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