From 156b486551b791fdb6080bd1e50560f15bdda03f Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Fri, 29 Sep 2023 11:48:55 +0200 Subject: [PATCH] emacs: Add nushell-ts-mode --- home-manager/modules/emacs/config.org | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/home-manager/modules/emacs/config.org b/home-manager/modules/emacs/config.org index 7c15685..1d7a44c 100644 --- a/home-manager/modules/emacs/config.org +++ b/home-manager/modules/emacs/config.org @@ -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