mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Let's give that a try
This commit is contained in:
parent
0470af3f3b
commit
fd002e1fc5
1 changed files with 6 additions and 5 deletions
11
init.el
11
init.el
|
|
@ -31,10 +31,6 @@
|
|||
user-emacs-directory)))
|
||||
(normal-top-level-add-subdirs-to-load-path))))
|
||||
|
||||
(when my-ec/at-ti
|
||||
(require 'work-proxy-config)
|
||||
(ti-proxy-mode 1))
|
||||
|
||||
;; fetch the list of packages available
|
||||
(unless package-archive-contents
|
||||
(package-refresh-contents))
|
||||
|
|
@ -46,15 +42,20 @@
|
|||
|
||||
(require 'libs)
|
||||
|
||||
(require 'term-compat)
|
||||
(require 'emacs-custom-load-or-ask)
|
||||
(require 'my-predicates)
|
||||
|
||||
(when my-ec/at-ti
|
||||
(require 'work-proxy-config)
|
||||
(ti-proxy-mode 1))
|
||||
|
||||
(require 'org)
|
||||
(require 'use-package)
|
||||
(require 'quelpa)
|
||||
(require 'quelpa-use-package)
|
||||
|
||||
(require 'term-compat)
|
||||
|
||||
(setq use-package-always-ensure t)
|
||||
|
||||
(when (native-comp-available-p)
|
||||
|
|
|
|||
Loading…
Reference in a new issue