Initial transfer to sway on work PC #2

Merged
erwin merged 23 commits from feature/sway-at-work into main 2023-09-29 11:52:47 +02:00
Showing only changes of commit 156b486551 - Show all commits

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