COF changes

This commit is contained in:
Jeremy Dormitzer 2021-10-14 12:09:51 -04:00
parent b541e076e0
commit 46add5825b
2 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,11 @@
;; -*- lexical-binding: t; -*- ;; -*- lexical-binding: t; -*-
;; Corporate proxy
(setq url-proxy-services
'(("https" . "ashproxy.kdc.capitalone.com:8099")
("http" . "ashproxy.kdc.capitalone.com:8099")
("no_proxy" . "127.0.0.1|localhost|.local|169.254.169.254|.kdc.capitalone.com|.cloud.capitalone.com|.clouddqt.capitalone.com")))
;; Some startup time optimizations stolen from Doom emacs ;; Some startup time optimizations stolen from Doom emacs
(defvar file-name-handler-alist-backup file-name-handler-alist) (defvar file-name-handler-alist-backup file-name-handler-alist)
(setq file-name-handler-alist nil) (setq file-name-handler-alist nil)
@ -39,6 +45,7 @@
;; "Garbage Collection Magic Hack" ;; "Garbage Collection Magic Hack"
(use-package gcmh (use-package gcmh
:straight (:host github :repo "emacsmirror/gcmh")
:demand t :demand t
:config :config
(gcmh-mode 1)) (gcmh-mode 1))

View File

@ -2,3 +2,7 @@ ulimit -n 10240
export PATH="$PATH:/Users/jdormit/.local/bin" export PATH="$PATH:/Users/jdormit/.local/bin"
eval "$(pyenv init --path)" eval "$(pyenv init --path)"
export SYSTEM_VERSION_COMPAT=1 export SYSTEM_VERSION_COMPAT=1
if [ -f /usr/local/cof/bin/cofproxy ] #source_cofproxy
then source /usr/local/cof/bin/cofproxy > /dev/null 2>&1 #source_cofproxy
fi #source_cofproxy