emacs: Add nushell-ts-mode

This commit is contained in:
Erwin Boskma 2023-09-29 11:48:55 +02:00
parent 4ff6334856
commit 156b486551
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -402,12 +402,7 @@ Use Iosevka as font.
my/default-font-width)))
#+end_src
#+begin_src emacs-lisp :tangle no
(set-face-attribute 'default nil
:family my/default-font
:weight my/default-font-weight
:width my/default-font-width
:height my/default-font-height)
#+begin_src emacs-lisp
(set-face-attribute 'variable-pitch nil
:family my/variable-width-font
:weight my/default-font-weight
@ -1592,6 +1587,14 @@ Dhall is a programmable configuration language that you can think of as: JSON +
:mode "\\.dhall\\'")
#+end_src
*** nushell
[[http://www.nushell.sh/][nushell]] is a new type of shell that operates on typed data
#+begin_src emacs-lisp
(use-package nushell-ts-mode)
#+end_src
* Org
** Main org setup