diff --git a/bundle/bundle--general.el b/bundle/bundle--general.el index 6e31f8fa..ffbb8884 100644 --- a/bundle/bundle--general.el +++ b/bundle/bundle--general.el @@ -91,13 +91,15 @@ ;;; bundle--customfile (when (eq system-type 'gnu/linux) (setq custom-file "~/.emacs.d/bundle/custom_gnu.el" - browse-url-secondary-browser-function 'browse-url-firefox)) + browse-url-secondary-browser-function 'browse-url-firefox) + (unless (file-directory-p "~/cl-sites/") + (async-shell-command "git clone git@git.sr.ht:~marcuskammer/cl-sites ~/cl-sites"))) (when (eq system-type 'windows-nt) (setq explicit-shell-file-name - (seq-find 'file-executable-p - '("C:\\Program Files\\PowerShell\\7\\pwsh.exe" - "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"))) + (seq-find 'file-executable-p + '("C:\\Program Files\\PowerShell\\7\\pwsh.exe" + "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"))) (setq explicit-powershell.exe-args '("-NoProfile" "-InputFormat" "Text")) (setq custom-file "~/.emacs.d/bundle/custom_win32.el") @@ -106,6 +108,9 @@ (setq custom-file "~/.emacs.d/bundle/custom_win32_XPS8930.el")) (when (string= system-name "EVG03435NB") + (let ((f "~/feeds.el")) + (when (file-exists-p f) + (load-file f))) (cd "~/OneDrive - Siemens AG/") (setq custom-file "~/.emacs.d/bundle/custom_win32_EVG03435NB.el")))