dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8c0dbbc263509afbf7bc356debecb77ded1f48b0
parent 2919c45fcac81180e0fd86121777bf170e685e58
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue, 11 Jan 2022 17:20:38 +0100

emacs: quelpa to install from git repos

Diffstat:
Memacs/config.org | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -70,6 +70,16 @@ Garbage-collect on focus-out, Emacs /should/ feel snappier. #+end_src * Packages + +** quelpa +Quelpa lets you install from local or remote source (like git). +With quelpa-use-package, I can use the keyword ~:quelpa~ to install via quelpa. + +#+begin_src emacs-lisp + (use-package quelpa) + (use-package quelpa-use-package) +#+end_src + ** exec-path-from-shell (macOS) In macOS, the path is not set correctly (i.e. as it is in the terminal) in the GUI app. This fixes it.