I added some stuff

This commit is contained in:
2023-11-06 23:05:54 +02:00
parent edcb81c9a3
commit 05e26312db
5 changed files with 22 additions and 1 deletions

View File

@@ -246,3 +246,4 @@
(setq-default org-export-with-broken-links t)
(setq org-modern-label-border 0.1)
(global-org-modern-mode)
(add-hook 'python-mode-hook #'flymake-ruff-load)

View File

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