From a16cc328fe8d09b5d948edb583f292d7761fa10b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 3 Feb 2020 22:02:10 -0800 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20use=20~/.authinfo=20for=20stori?= =?UTF-8?q?ng=20credentials?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-core.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ;; 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)