emacs: Add nushell-ts-mode
This commit is contained in:
parent
4ff6334856
commit
156b486551
1 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue