nixfleet/doom.d/modules/os/exwm/doctor.el
Andrea Ciceri 816bd8fe6f
Things
- `wireguard` for `hs`
- gnome keyring for VSCode to make Copilot work
- uninstalled local `Hydra` on `pc`
- VSCode -> VSCodeFHS
- Emacs
  - typescript
  - solidity
  - envrc mode
2022-07-30 11:34:26 +02:00

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")))