a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: configuration macro for simplifying your .emacs
The `use-package' declaration macro allows you to isolate package
configuration in your .emacs in a way that is performance-oriented
and tidy.
Description: use-package declaration for simplifying your .emacs
The `use-package' declaration macro allows you to isolate package
configuration in your ".emacs" in a way that is performance-oriented and tidy.
It helps to configure a given package, manage keybindings, diminish minor
modes, load packages from ELPA with package.el and so on.
--- 266236 Thu Jan 1 00:00:00 1970
+++ 246396 Thu Jan 1 00:00:00 1970
@@ -1,4 +1,5 @@
-configuration macro for simplifying your .emacs
+use-package declaration for simplifying your .emacs
The `use-package' declaration macro allows you to isolate package
- configuration in your .emacs in a way that is performance-oriented
+ configuration in your ".emacs" in a way that is performance-oriented and tidy.
- and tidy.
+ It helps to configure a given package, manage keybindings, diminish minor
+ modes, load packages from ELPA with package.el and so on.