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)))
|
my/default-font-width)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+begin_src emacs-lisp :tangle no
|
#+begin_src emacs-lisp
|
||||||
(set-face-attribute 'default nil
|
|
||||||
:family my/default-font
|
|
||||||
:weight my/default-font-weight
|
|
||||||
:width my/default-font-width
|
|
||||||
:height my/default-font-height)
|
|
||||||
(set-face-attribute 'variable-pitch nil
|
(set-face-attribute 'variable-pitch nil
|
||||||
:family my/variable-width-font
|
:family my/variable-width-font
|
||||||
:weight my/default-font-weight
|
:weight my/default-font-weight
|
||||||
|
@ -1592,6 +1587,14 @@ Dhall is a programmable configuration language that you can think of as: JSON +
|
||||||
:mode "\\.dhall\\'")
|
:mode "\\.dhall\\'")
|
||||||
#+end_src
|
#+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
|
* Org
|
||||||
|
|
||||||
** Main org setup
|
** Main org setup
|
||||||
|
|
Loading…
Reference in a new issue