Testing magit

This commit is contained in:
Andrea Ciceri 2021-10-04 12:27:57 +02:00
parent fe554661d1
commit ce354185e8
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
3 changed files with 14 additions and 10 deletions

View file

@ -0,0 +1,5 @@
(use-package org
:init (setq fill-column 80)
:hook (org-mode . refill-mode))
(provide 'config-org)