From 3c72e4904a2a8a59881547b9994e4d5e536e103b Mon Sep 17 00:00:00 2001 From: Mikhail Kirillov Date: Mon, 15 Jul 2024 21:00:44 +0400 Subject: format --- content/articles.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/articles.org b/content/articles.org index f46fc9d..335ae19 100644 --- a/content/articles.org +++ b/content/articles.org @@ -10,9 +10,9 @@ (insert-file-contents filePath) (split-string (buffer-string) "\n" t))) -;; Sort by modified date -(setq list-of-posts (sort (directory-files-and-attributes "./en/posts" nil ".org$") - #'(lambda (x y) (time-less-p (nth 6 y) (nth 6 x))))) + ;; Sort by modified date + (setq list-of-posts (sort (directory-files-and-attributes "./en/posts" nil ".org$") + #'(lambda (x y) (time-less-p (nth 6 y) (nth 6 x))))) (defun make-links (str) (setq file-name (car str)) @@ -36,9 +36,9 @@ (insert-file-contents filePath) (split-string (buffer-string) "\n" t))) -;; Sort by modified date -(setq list-of-posts (sort (directory-files-and-attributes "./posts" nil ".org$") - #'(lambda (x y) (time-less-p (nth 6 y) (nth 6 x))))) + ;; Sort by modified date + (setq list-of-posts (sort (directory-files-and-attributes "./posts" nil ".org$") + #'(lambda (x y) (time-less-p (nth 6 y) (nth 6 x))))) (defun make-links (str) (setq file-name (car str)) -- cgit v1.2.3