Erweiterung Templates und Anpassung Init-Files

This commit is contained in:
knedlik
2026-04-10 23:27:32 +02:00
parent 7be93eb0f9
commit f8d711bb1e
15 changed files with 189 additions and 40 deletions

9
lisp/init-system.el Normal file
View File

@@ -0,0 +1,9 @@
;;; init-system.el --- System-/OS-spezifische Konfiguration -*- lexical-binding: t; -*-
(require 'subr-x)
(setq org-file-apps
'((auto-mode . emacs)
("\\.pdf\\'" . "firefox \"%s\"")))
(provide 'init-system)