aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-02-03 22:02:10 -0800
committerGravatar Tom Willemse2020-02-03 22:03:13 -0800
commita16cc328fe8d09b5d948edb583f292d7761fa10b (patch)
treeb61da5836acb9b939c9eb94de6f6e2ac9cd823a6 /oni-core.el
parent34b78655c21a3b7902603c3a544f4a7fe469694d (diff)
downloademacs-config-a16cc328fe8d09b5d948edb583f292d7761fa10b.tar.gz
emacs-config-a16cc328fe8d09b5d948edb583f292d7761fa10b.zip
Don’t use ~/.authinfo for storing credentials
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el
index a614e52..7b011cd 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0110.224643
+;; Version: 2020.0203.215730
;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace helpful)
;; This program is free software; you can redistribute it and/or modify
@@ -81,6 +81,8 @@
(setq electric-pair-skip-whitespace 'chomp)
(setq fit-window-to-buffer-horizontally t)
+(setq auth-sources (remove "~/.authinfo" auth-sources))
+
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
(setq-default truncate-lines t)