mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +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
|