Use Quelpa for packages installed from source

This commit is contained in:
contrapunctus 2022-02-16 18:56:46 +05:30
parent a3622b1f99
commit b737a0b543
1 changed files with 4 additions and 2 deletions

View File

@ -1561,7 +1561,7 @@ Suggestion by lampilelo for extending =iso-transl-ctl-x-8-map= (https://dpaste.c
(use-package boon
:ensure t
:commands (boon-mode)
:load-path "~/.emacs.d/elisp-git/boon"
:quelpa (boon :fetcher github :repo "jyp/boon")
:bind
(:map boon-command-map
("C-l" . recenter-top-bottom)
@ -3991,7 +3991,9 @@ SLIME opens CLHS links in Firefox, but I'd rather open them in Tor Browser; Tor
** Org
#+BEGIN_SRC emacs-lisp
(use-package org
:load-path "~/.emacs.d/elisp-git/org-mode"
:quelpa (org :fetcher git
:url "https://git.savannah.gnu.org/git/emacs/org-mode.git"
:files (:defaults "lisp"))
:hook (org-mode . contrapunctus-disable-nameless-key)
(org-mode . auto-revert-mode)
:commands (org-drag-line-backward org-drag-line-forward)