Add movies.org package

This commit is contained in:
2025-10-10 16:26:35 +02:00
parent 16e3c570db
commit 624239dd7e
2 changed files with 109 additions and 0 deletions

View File

@@ -431,6 +431,9 @@
(when (current-buffer-matches-file-p) (set-buffer-modified-p nil))
(kill-buffer))
;; movies.org package
(load "~/.emacs.d/org-movies.el" 'noerror)
;; custom.el - device specific settings
(setq custom-file "~/.emacs.d/custom.el")
(load custom-file 'noerror)