Erweiterung Templates und Anpassung Init-Files
This commit is contained in:
9
lisp/init-system.el
Normal file
9
lisp/init-system.el
Normal 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)
|
||||
Reference in New Issue
Block a user