You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
606 B
13 lines
606 B
((emacs-lisp-mode |
|
(fill-column . 110) |
|
(indent-tabs-mode . nil) |
|
(elisp-lint-ignored-validators . ("byte-compile" "package-lint")) |
|
(elisp-lint-indent-specs . ((describe . 1) |
|
(it . 1) |
|
(org-element-map . defun) |
|
(org-roam-with-temp-buffer . 1) |
|
(org-with-point-at . 1) |
|
(magit-insert-section . defun) |
|
(magit-section-case . 0) |
|
(->> . 1) |
|
(org-roam-with-file . 2)))))
|
|
|