Compare commits
2 commits
a98702fa91
...
234af56dce
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | 234af56dce | ||
Antoine Martin | f0dfd228fe |
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue