Skip to content

Commit 177894b

Browse files
committed
Remove quelpa-use-package
1 parent 626972f commit 177894b

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ years, so please feel free to point out where it can be improved.
77

88
These days I have a fairly homogenous environment across my different
99
installations, so there's not a lot of effort put in to making things
10-
backwards-compatible. I mostly run a snapshot build on a Linux
11-
(Ubuntu) host, and the latest stable build on windows. Most
10+
backwards-compatible. I mostly run a snapshot build on a Linux
11+
(Ubuntu) host, and the [latest
12+
build](https://github.com/kiennq/emacs-build) on windows. Most
1213
configuration should be portable, but there are facilities to load
13-
platform-specific (and host-specific) code when necessary.
14+
platform-specific (and host-specific) code when necessary. I assume a
15+
very recent Emacs.
1416

1517
Installation
1618
------------
@@ -21,11 +23,9 @@ where-ever you feel like and just symlink `init.el` to `~/.emacs`; it
2123
is designed to be portable like this.
2224

2325
I use [use-package](https://github.com/jwiegley/use-package) now,
24-
after years with [el-get](https://github.com/dimitri/el-get). Most
25-
packages are on melpa (and alternatives) now, and for those that
26-
aren't, the
27-
[quelpa plugin for use-package](https://github.com/quelpa/quelpa-use-package)
28-
smooths over the cracks.
26+
after years with [el-get](https://github.com/dimitri/el-get). There
27+
are a couple of helpers for packages that are only on github, or
28+
sometimes at a URL (which I host on gists).
2929

3030
General Notes
3131
-------------

init.el

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ temporary file and using `package-install-file'"
107107
(package-install-file tmp-file)
108108
(delete-file tmp-file))))
109109

110-
;;; For toggle-case, optionally others not on elpa:
111-
(use-package quelpa-use-package
112-
:init (setq quelpa-update-melpa-p nil)
113-
:config (quelpa-use-package-activate-advice))
114-
115110
;;; Utility packages; load here before other customisations that may use them.
116111
(use-package dash :defer t)
117112
(use-package s :defer t)

0 commit comments

Comments
 (0)