diff --git a/init.org b/init.org index 9ecca6c..5f4604f 100644 --- a/init.org +++ b/init.org @@ -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.