diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-08-12 07:40:40 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-08-12 07:40:40 +0100 |
commit | 53f535b81a1709b08f83c4d80de4096b1d224a7f (patch) | |
tree | fda9f8d2a6b1ebb82c3483b052706c4887f0f783 /.emacs.d/lisp/init-org.el | |
parent | 464b5232b492f7bc732074fc6bf65c2ccad9b460 (diff) | |
download | dotfiles-53f535b81a1709b08f83c4d80de4096b1d224a7f.tar.gz |
Fix header
Diffstat (limited to '.emacs.d/lisp/init-org.el')
-rw-r--r-- | .emacs.d/lisp/init-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el index 365ce79..8222a37 100644 --- a/.emacs.d/lisp/init-org.el +++ b/.emacs.d/lisp/init-org.el @@ -1,4 +1,4 @@ -;;; init-ui.el --- Org-Mode Configuration File -*- lexical-binding: t -*- +;;; init-org.el --- Org-Mode Configuration File -*- lexical-binding: t -*- ;;; Commentary: ;; Some parts copied from prelude-org.el ;;; Code: |