mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
8 lines
149 B
EmacsLisp
8 lines
149 B
EmacsLisp
;;; init-eshell.el -*- lexical-binding: t -*-
|
|
;; Emacs command shell
|
|
|
|
(use-package nushell-mode)
|
|
|
|
(provide 'init-shell)
|
|
;;; init-eshell.el ends here
|