dotfiles/.config/emacs/lisp/init-shell.el
2023-11-24 16:15:54 +09:00

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