Compare commits

..

2 commits

Author SHA1 Message Date
Antoine Martin 234af56dce Fix formatter settings for alejandra 2024-02-06 11:09:47 +01:00
Antoine Martin f0dfd228fe Add maildir column to emails 2024-02-06 11:09:18 +01:00

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