Move use-package to init.org

This commit is contained in:
contrapunctus 2021-11-18 14:58:23 +05:30
parent d2ae421a7a
commit 23b3a33d17
2 changed files with 7 additions and 4 deletions

View File

@ -43,10 +43,6 @@
;;;; Code:
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(eval-when-compile
(add-to-list 'load-path "~/.emacs.d/elisp-git/use-package/")
(require 'use-package))
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
;; Comment/uncomment this line to enable MELPA Stable if desired. See

View File

@ -9,6 +9,13 @@ But after ironing out [[https://github.com/jingtaozf/literate-elisp/issues/7][so
Ever since I discovered Kmonad and used it to have Space trigger Ctrl when held, consequently making Ctrl the modifier requiring the least movement to hold, I've been using a lot more Ctrl-based bindings. Keep that in mind as you evaluate this configuration.
* use-package
#+BEGIN_SRC emacs-lisp
(eval-when-compile
(add-to-list 'load-path "~/.emacs.d/elisp-git/use-package/")
(require 'use-package))
#+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.