This commit is contained in:
Abraham Raji 2020-01-22 16:00:51 +05:30
parent 8c7db04ec8
commit dfcae66227
1 changed files with 5 additions and 1 deletions

View File

@ -291,7 +291,11 @@ increase the minimum prime bits size:
(set-face-attribute 'default nil :font "Liberation Mono"))
#+END_SRC
* Try
Sometimes if I'm not really sure about a package, I find it hard to convince myself to add them to my config just for the sake of trying it or to install them to find that I dont really like it and then uninstall it. This package let's me "try" stuff. It actually installs a package but only temporarely. Any package I install with try will be lost if and when I restart emacs.
Sometimes if I'm not really sure about a package, I find it hard to convince myself
to add them to my config just for the sake of trying it or to install them to find
that I dont really like it and then uninstall it. This package let's me "try" stuff
It actually installs a package but only temporarely. Any package I install with try
will be lost if and when I restart emacs.
#+BEGIN_SRC emacs-lisp
(use-package try
:ensure t)