summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el3
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