Move the provide forms to the correct locations

Manually, for the moment
This commit is contained in:
Vedang Manerikar 2024-11-28 16:21:28 +05:30
parent 16531c5e60
commit 8fd772cb90
3 changed files with 17 additions and 3 deletions

View file

@ -4970,6 +4970,14 @@ To install ~zig~ and ~zls~ on MacOS:
:END:
I want this section to contain all the personal configuration that anyone using this repo should modify. But I don't know how to do this properly at the moment, so just noting things here until then.
NOTE: All these settings are being added after the provide form, which is a big no-no. I don't know how to fix this at the moment.
** My personal user settings
:PROPERTIES:
:CUSTOM_ID: h:9757A878-D383-47F4-94FD-98374954F83A
:CREATED: [2024-11-28 Thu 16:19]
:END:
#+begin_src emacs-lisp :tangle "unravel-modules/unravel-essentials.el"
(use-package startup
:ensure nil
@ -4979,6 +4987,10 @@ I want this section to contain all the personal configuration that anyone using
#+end_src
** My personal settings for ~org-capture~
:PROPERTIES:
:CUSTOM_ID: h:12636C22-D561-4726-8B37-10BD21737D54
:CREATED: [2024-11-28 Thu 16:20]
:END:
#+begin_src emacs-lisp :tangle "unravel-modules/unravel-org.el"
;;;; org-capture

View file

@ -196,9 +196,10 @@ If the region is selected, retain the original behaviour, otherwise call
:config
(setq column-number-mode t))
(provide 'unravel-essentials)
(use-package startup
:ensure nil
:config
(setq user-mail-address "vedang@unravel.tech"))
(provide 'unravel-essentials)

View file

@ -404,8 +404,6 @@
;; (setq org-habit-show-all-today t)
)
(provide 'unravel-org)
;;;; org-capture
(use-package org-capture
:ensure nil
@ -718,3 +716,6 @@
:clock-resume t
:immediate-finish t)
org-capture-templates))
(provide 'unravel-org)