Emacs: Fix ambrevar/toggle-proxy loading.

master
Pierre Neidhardt 2020-03-06 08:18:24 +01:00
parent cf786f8ba4
commit 716bdbd031
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,7 @@
(setq user-emacs-directory "~/.cache/emacs/")
;; Tor / Proxy: set up before package initialization.
(require 'functions) ; Needed for `ambrevar/toggle-proxy'.
(ambrevar/toggle-proxy)
(when (require 'package nil t)
@ -66,7 +67,6 @@
;;; Local config. See below for an example usage.
(load "local-before" t)
(require 'functions)
(require 'hook-functions)
(require 'main)