From 0e91fd22fcf7d6ba27797ac34733e0db7bb6bfe4 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 4 Nov 2023 15:36:15 +0100 Subject: [PATCH] Set specific custom file for XPS8930 --- bundle/bundle--general.el | 2 ++ bundle/custom_win32_XPS8930.el | 41 ++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 bundle/custom_win32_XPS8930.el diff --git a/bundle/bundle--general.el b/bundle/bundle--general.el index 846cbd1e..a3f5d92d 100644 --- a/bundle/bundle--general.el +++ b/bundle/bundle--general.el @@ -103,6 +103,8 @@ "C:\\Users\\visua\\AppData\\Local\\Microsoft\\WindowsApps\\Microsoft.PowerShell_8wekyb3d8bbwe\\pwsh.exe"))) (setq explicit-powershell.exe-args '("-NoProfile" "-InputFormat" "Text")) (setq custom-file "~/.emacs.d/bundle/custom_win32.el") + (when (string= system-name "EVG02667NB") + (setq custom-file "~/.emacs.d/bundle/custom_win32_XPS8930.el")) (when (string= (system-name) "EVG02667NB") (cd "d:/opt") (setq custom-file "~/.emacs.d/bundle/custom_win32_EVG02667NB.el")) diff --git a/bundle/custom_win32_XPS8930.el b/bundle/custom_win32_XPS8930.el new file mode 100644 index 00000000..06ab1ef6 --- /dev/null +++ b/bundle/custom_win32_XPS8930.el @@ -0,0 +1,41 @@ +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(Info-additional-directory-list '("~/.emacs.d/info/")) + '(bookmark-default-file "~/bookmarks.el") + '(custom-safe-themes + '("1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" "fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" "171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default)) + '(doc-view-resolution 150) + '(epg-gpg-home-directory "~/AppData/Roaming/gnupg") + '(epg-gpg-program "c:/Program Files (x86)/GnuPG/bin/gpg.exe") + '(epg-gpgconf-program "c:/Program Files (x86)/GnuPG/bin/gpgconf.exe") + '(initial-buffer-choice "d:/visua/Documents/org/agenda/tasks.org") + '(initial-frame-alist '((fullscreen . maximized))) + '(org-agenda-files '("d:/visua/Documents/org/agenda")) + '(org-directory "D:/visua/Documents/org") + '(org-roam-db-location "~/org-roam.db" t) + '(org-roam-directory "d:/visua/Documents/org/") + '(package-selected-packages + '(org-roam mastodon ob-restclient restclient which-key auctex jabber js2-mode gptlet gptel ob-go plantuml-mode htmlize ox-rss ob-http nim-mode hyperbole kotlin-mode typescript-mode markdown-mode csv-mode yaml-mode powershell ox-reveal org-web-tools org-tree-slide elfeed erc-image magit go-translate simple-httpd slime web-mode go-mode eglot nov shrface vertico smartparens emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons use-package)) + '(python-shell-interpreter "ipython") + '(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True") + '(ring-bell-function 'ignore) + '(tetris-x-colors + [[229 192 123] + [97 175 239] + [209 154 102] + [224 108 117] + [152 195 121] + [198 120 221] + [86 182 194]]) + '(tramp-default-method "ssh") + '(vc-hg-program "c:/Program Files/TortoiseHg/hg.exe")) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(font-lock-keyword-face ((t (:slant italic)))) + '(variable-pitch ((t (:height 1.0 :family "Noto Sans")))))