M early-init.el => early-init.el +1 -1
@@ 58,7 58,7 @@
(setq-default font-lock-multiline t)
(when
- (memq window-system '(pgtk x))
+ (memq system-type '(gnu gnu/linux))
(customize-set-variable
'default-frame-alist
'((font . "Hack")
M init.el => init.el +1 -1
@@ 165,7 165,7 @@
"XDG_DATA_HOME"
"NIX_PATH"))
:config
- (unless (memq window-system '(w32 android))
+ (unless (memq system-type '(windows-nt android))
(exec-path-from-shell-initialize)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
M lisp/android-setup.el => lisp/android-setup.el +1 -1
@@ 1,5 1,5 @@
;; Android early setup
-(when (eq window-system 'android)
+(when (eq system-type 'android)
(setenv "PATH" (format "%s:%s" "/data/data/com.termux/files/usr/bin" (getenv "PATH")))
(push "/data/data/com.termux/files/usr/bin" exec-path)
M lisp/elpaca-loader.el => lisp/elpaca-loader.el +1 -1
@@ 39,7 39,7 @@
(add-hook 'after-init-hook #'elpaca-process-queues)
(elpaca `(,@elpaca-order))
-(when (eq window-system 'w32)
+(when (eq system-type 'windows-nt)
(elpaca-no-symlink-mode))
(elpaca elpaca-use-package