mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Disable eshell, pdf, tmux, & upload by default
To enforce Doom's "opt-in or best default" principle.
This commit is contained in:
@ -47,7 +47,7 @@
|
|||||||
dired ; making dired pretty [functional]
|
dired ; making dired pretty [functional]
|
||||||
ediff ; comparing files in Emacs
|
ediff ; comparing files in Emacs
|
||||||
electric-indent ; smarter, keyword-based electric-indent
|
electric-indent ; smarter, keyword-based electric-indent
|
||||||
eshell ; a consistent, cross-platform shell (WIP)
|
;eshell ; a consistent, cross-platform shell (WIP)
|
||||||
imenu ; an imenu sidebar and searchable code index
|
imenu ; an imenu sidebar and searchable code index
|
||||||
;term ; terminals in Emacs
|
;term ; terminals in Emacs
|
||||||
|
|
||||||
@ -59,12 +59,12 @@
|
|||||||
;make ; run make tasks from Emacs
|
;make ; run make tasks from Emacs
|
||||||
;magit ;
|
;magit ;
|
||||||
;password-store ; password manager for nerds
|
;password-store ; password manager for nerds
|
||||||
pdf ; pdf enhancements
|
;pdf ; pdf enhancements
|
||||||
;prodigy ; FIXME managing external services & code builders
|
;prodigy ; FIXME managing external services & code builders
|
||||||
;rgb ; creating color strings
|
;rgb ; creating color strings
|
||||||
rotate-text ; cycle region at point between text candidates
|
rotate-text ; cycle region at point between text candidates
|
||||||
tmux ; an API for interacting with tmux
|
;tmux ; an API for interacting with tmux
|
||||||
upload ; map local to remote projects via ssh/ftp
|
;upload ; map local to remote projects via ssh/ftp
|
||||||
;wakatime
|
;wakatime
|
||||||
|
|
||||||
:lang
|
:lang
|
||||||
|
Reference in New Issue
Block a user