Compare commits

..

No commits in common. "234af56dce6eb0ed9508ea514f4e835e551b8c4b" and "a98702fa9113745de9dee2bcd5ca918ccad22852" have entirely different histories.

View file

@ -270,7 +270,7 @@ Setup the default format for C/C++ editing.
Use [[https://github.com/kamadorueda/alejandra][alejandra]] to format Nix code.
#+begin_src emacs-lisp
(set-formatter! 'alejandra '("alejandra" "--quiet") :modes '(nix-mode))
(set-formatter! 'alejandra "alejandra --quiet" :modes '(nix-mode))
#+end_src
** LilyPond
@ -794,7 +794,6 @@ Setup the headers view columns how I like them
(:human-date . 8)
(:flags . 6)
(:mailing-list . 30)
(:maildir . 30)
(:from-or-to . 30)
(:subject)))
#+end_src