From befa00b8577509d9d23a88e4b322cf5c1b3c68cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Alvari=C3=B1o?= Date: Tue, 6 Jun 2023 20:23:13 +0200 Subject: [PATCH] Add org installation --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index abbae3a..8e0f28b 100644 --- a/init.el +++ b/init.el @@ -55,6 +55,10 @@ custom-file (no-littering-expand-etc-file-name "custom.el")) ) ;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; Install org-mode +(straight-use-package 'org) +;; ;; (provide 'init) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;