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"))
|
(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
|
(use-package transient
|
||||||
:load-path (lambda() (concat user-emacs-directory "lisp/transient"))
|
:load-path (lambda() (concat user-emacs-directory "lisp/transient"))
|
||||||
:defer t
|
:defer t
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
;;; shell-settings.el --- Summary -*- lexical-binding: t -*-
|
;;; shell-settings.el --- Summary -*- lexical-binding: t -*-
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;;; Code:
|
;;; 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
|
(use-package sh-script
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
|
|||||||
Reference in New Issue
Block a user