* net/nsm.el (network-security-level): Change the default to `medium'.
This commit is contained in:
parent
8bb7019c27
commit
f8b82217c7
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* net/nsm.el (network-security-level): Change the default to `medium'.
|
||||
|
||||
* net/eww.el (eww): Leave point in a place that doesn't cause
|
||||
scrolling when displaying "Loading...".
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
:version "25.1"
|
||||
:group 'comm)
|
||||
|
||||
(defcustom network-security-level 'low
|
||||
(defcustom network-security-level 'medium
|
||||
"How secure the network should be.
|
||||
If a potential problem with the security of the network
|
||||
connection is found, the user is asked to give input into how the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue