Files
doomemacs/modules/lang
Henrik Lissner 659f7bfc71 refactor!: deprecate IS-* OS constants
BREAKING CHANGE: This deprecates the IS-(MAC|WINDOWS|LINUX|BSD) family
of global constants in favor of a native `featurep` check:

  IS-MAC      ->  (featurep :system 'macos)
  IS-WINDOWS  ->  (featurep :system 'windows)
  IS-LINUX    ->  (featurep :system 'linux)
  IS-BSD      ->  (featurep :system 'bsd)

The constants will stick around until the v3 release so folks can still
use it -- and there are still some modules that use it, but I'll phase
those uses out gradually.

Fix: #7479
2024-02-04 17:54:29 -05:00
..
2024-02-04 17:54:29 -05:00
2024-02-02 03:33:53 -05:00
2024-02-02 18:50:31 -05:00
2023-11-29 23:13:55 -05:00
2024-01-27 03:16:06 -05:00
2023-11-23 18:32:35 -05:00
2023-10-05 17:45:50 +02:00
2024-01-28 00:49:05 -05:00
2023-09-22 23:18:31 +02:00
2023-11-23 18:32:35 -05:00
2023-11-29 13:41:23 -05:00
2024-02-04 17:54:29 -05:00
2024-01-28 00:49:06 -05:00

:lang

Description

These modules specialize in integration particular languages and their ecosystems into (Doom) Emacs.

Frequently asked questions

This category has no FAQs yet. Ask one?