From 94bb00fb45e2e670c6cde617b987523c7c65edeb Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 17 Dec 2023 15:04:12 +0200 Subject: emacs:(init) set url-privacy-level to high --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5d826cf..65e9f64 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -47,7 +47,8 @@ (add-to-list 'load-path "~/.emacs.d/modules") -(setq disabled-command-function nil) ;; enable all commands +(setf disabled-command-function nil ;; Enable all commands + url-privacy-level 'high) ;; Privacy level (require 'thanos-packages) ;; List packages and install them (require 'thanos-shells) ;; vterm, eshell, eat configuration -- cgit v1.2.3