summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index d1c5557..11f9169 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,10 @@ Start Emacs!
Local customizations can be added to `lisp/init-local.el`. This file is in
`.gitignore`.
-Setting the variable `mpolden/inhibited-packages` (e.g. in `lisp/init-local.el`)
-allows inhibiting loading of one or more packages. Example:
+Setting the variable `mpolden/inhibited-features` (e.g. in `lisp/init-local.el`)
+allows inhibiting loading of one or more features, i.e. files in `lisp`.
+Example:
``` emacs-lisp
-(setq mpolden/inhibited-packages '(init-foo))
+(setq mpolden/inhibited-features '(init-foo init-bar))
```