summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/modules/thanos-tools.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/modules/thanos-tools.el b/.emacs.d/modules/thanos-tools.el
index 15841cd..5a29317 100644
--- a/.emacs.d/modules/thanos-tools.el
+++ b/.emacs.d/modules/thanos-tools.el
@@ -35,6 +35,10 @@
;; Tramp
(setf tramp-default-method "ssh")
+;; sudo-edit
+(require 'sudo-edit)
+(setf sudo-edit-local-method "doas") ;; sudo is bloat
+
;; Completions
(setf dabbrev-ignored-buffer-regexps '("\\.\\(?:pdf\\|jpe?g\\|png\\)\\'"))