.emacs.d/lisp/init-org.el

10 lines
139 B
EmacsLisp
Raw Normal View History

2024-09-06 11:42:11 +02:00
;;; init-org.el --- Org-mode config -*- lexical-binding: t -*-
;;; Commentary:
;;; Code:
(provide 'init-org)
;;; init-org.el ends here