- `wireguard` for `hs` - gnome keyring for VSCode to make Copilot work - uninstalled local `Hydra` on `pc` - VSCode -> VSCodeFHS - Emacs - typescript - solidity - envrc mode
6 lines
206 B
EmacsLisp
6 lines
206 B
EmacsLisp
;;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
|
;;; os/exwm/doctor.el
|
|
|
|
(when (featurep! +firefox)
|
|
(unless (executable-find "firefox")
|
|
(warn! "Couldn't find firefox. exwm-firefox will not work")))
|