diff options
author | Thanos Apollo <[email protected]> | 2023-12-17 15:04:12 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-17 15:04:12 +0200 |
commit | 94bb00fb45e2e670c6cde617b987523c7c65edeb (patch) | |
tree | 3d078064b3369f3487699b7bcdffbd7efb7865f0 | |
parent | 4f8fddbd37bee9ebfc3af90ec988a0e1714d733b (diff) |
emacs:(init) set url-privacy-level to high
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 |