I have done some stuff

This commit is contained in:
LinlyBoi
2023-10-26 23:39:39 +03:00
parent 2403c6b045
commit edcb81c9a3
2 changed files with 4 additions and 1 deletions

View File

@@ -243,3 +243,6 @@
(after! telega (after! telega
(telega-notifications-mode 1)) (telega-notifications-mode 1))
(setq-default org-export-with-broken-links t)
(setq org-modern-label-border 0.1)
(global-org-modern-mode)

View File

@@ -44,7 +44,7 @@
(package! org-caldav) (package! org-caldav)
(package! telega) (package! telega)
(package! android-mode) (package! android-mode)
(package! org-modern)
;; Doom's packages are pinned to a specific commit and updated from release to ;; Doom's packages are pinned to a specific commit and updated from release to
;; release. The `unpin!' macro allows you to unpin single packages... ;; release. The `unpin!' macro allows you to unpin single packages...