Use Quelpa

This commit is contained in:
contrapunctus 2022-02-12 16:03:40 +05:30
parent fa3c501408
commit 06704bee4e
1 changed files with 19 additions and 1 deletions

View File

@ -17,7 +17,9 @@ Some background is important to understand my keybinding choices -
3. The relaxed position of the fingers placed on a flat surface is a curl, not a line, which is reflected in Boon's default JIO; position.
* package.el :package:
<2021-12-20T20:41:17+0530>
:PROPERTIES:
:CREATED: 2021-12-20T20:41:17+0530
:END:
#+BEGIN_SRC emacs-lisp
(require 'package)
;; ;; when GNU ELPA is down
@ -37,6 +39,22 @@ Some background is important to understand my keybinding choices -
(setq use-package-compute-statistics t)
#+END_SRC
* quelpa
#+BEGIN_SRC emacs-lisp
(unless (package-installed-p 'quelpa)
(with-temp-buffer
(url-insert-file-contents "https://github.com/quelpa/quelpa/raw/master/quelpa.el")
(eval-buffer)
(quelpa-self-upgrade)))
(quelpa
'(quelpa-use-package
:fetcher git
:url "https://github.com/quelpa/quelpa-use-package.git"))
(require 'quelpa-use-package)
(setq quelpa-checkout-melpa-p nil
quelpa-upgrade-p t)
#+END_SRC
* TODO dvorak [60%]
At first I decided to remap all Emacs, Boon, and Hydra bindings, but it turned out to not be my idea of fun. I wrote boon-dvorak, and let [most of] the others be.