Skip to content

Shopify/shadowenv.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shadowenv.el

MELPA

Shadowenv integration for emacs, per-buffer environment shadowing and eshell integration. Display the number of shadowed environment variables in the mode line.

Commands

  • shadowenv-mode Toggle shadowenv mode in a buffer.
  • shadowenv-global-mode Enable global shadowenv mode.
  • shadowenv-reload Reload shadowenv environment.
  • shadowenv-shadows Display changes to the current environment.

use-package

Here is an example use-package configuration:

(use-package shadowenv
  :ensure t
  :hook (after-init . shadowenv-global-mode))

About

Shadowenv integration for emacs

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •