doomemacs/modules/tools
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
..
ansible docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
biblio docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
collab refactor(collab): s/featurep!/modulep! 2023-09-14 03:42:23 +02:00
debugger refactor!: deprecate IS-* OS constants 2024-02-04 17:54:29 -05:00
direnv docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
docker docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
editorconfig docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
ein docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
eval docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
gist docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
lookup refactor!: deprecate IS-* OS constants 2024-02-04 17:54:29 -05:00
lsp bump: :tools debugger lsp 2024-01-28 00:49:05 -05:00
magit docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
make docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
pass docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
pdf docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
prodigy docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
rgb docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
taskrunner docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
terraform docs(terraform): mention +lsp flag 2023-11-24 18:39:01 -05:00
tmux docs(*): replace all-the-icons with nerd-icons 2023-09-16 20:19:11 +02:00
tree-sitter bump: :tools tree-sitter 2023-11-29 11:30:04 -05:00
upload fix(upload): ssh-deploy-on-explicit-save = 1 2024-01-27 03:17:57 -05:00
README.org revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00

:tools

Description

Modules that integrate external tools into Emacs.

Frequently asked questions

This category has no FAQs yet. Ask one?