emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 56d08ec22d69d5fef41a54288ffccc525ae34fae
parent bef0578dbf700fcfe3d597811bd4a167e17a7545
Author: Cem Keylan <cem@ckyln.com>
Date:   Wed, 12 Aug 2020 15:04:26 +0300

doas-edit: replace sudo-edit with doas.

Diffstat:
Minit.org | 5+++--
Mstraight/versions/default.el | 2+-
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/init.org b/init.org @@ -651,12 +651,13 @@ that is as follows. These don't really deserve their own sections, but I prefer to use them. -*** sudo-edit +*** doas-edit This is a package for re-initiating a file as root. #+BEGIN_SRC emacs-lisp - (use-package sudo-edit :straight t) + (use-package doas-edit + :straight (:host github :repo "cemkeylan/doas-edit")) #+END_SRC *** linum-relative diff --git a/straight/versions/default.el b/straight/versions/default.el @@ -13,6 +13,7 @@ ("company-mode" . "656ad10670512e135a0a5881f127bb7a789ef8ca") ("dash.el" . "732d92eac56023a4fb4a5dc3d9d4e274ebf44bf9") ("dired-explorer" . "3ade0a31b5340271d05e9bf443f2504960f6c6dd") + ("doas-edit" . "fc7586e4b1db25e34b556667036a8440a6a44af9") ("doct" . "e46443d2a721a3f6cb566595d78baf78a80d4a8e") ("doom-modeline" . "160d7ac278dbcb3c96742b9399e534d9a4395c36") ("elfeed" . "8fb09ad75f2ff7d6f7d8b8d1ac65b9be873cc31d") @@ -90,7 +91,6 @@ ("s.el" . "43ba8b563bee3426cead0e6d4ddc09398e1a349d") ("shrink-path.el" . "c14882c8599aec79a6e8ef2d06454254bb3e1e41") ("straight.el" . "5d046ad09413f3aba6198229e392cdd3f07e77ee") - ("sudo-edit" . "0e2c32b5e5242d30f8780cbe8e1b1649476cac4d") ("swiper" . "c6b60d34ac37bf4d91a25f16d22e528f85e06938") ("tablist" . "faab7a035ef2258cc4ea2182f67e3aedab7e2af9") ("toc-org" . "5deaec41ed0e5c51715737d7f74c5ae1b3c00387")