Skip to content

Instantly share code, notes, and snippets.

View jferguson-gnubio's full-sized avatar

James Ferguson jferguson-gnubio

  • GnuBIO Inc.
View GitHub Profile
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(after-save-hook
(quote
(executable-make-buffer-file-executable-if-script-p)))
'(ag-highlight-search t)
'(align-to-tab-stop t)
;; ================================ gc tweaking ================================
(setq gc-cons-threshold 102400000)
(setq gc-cons-percentage 0.2)
(add-hook 'focus-out-hook 'garbage-collect)
;; ============================ bootstrap packaging ============================
(setq-default load-prefer-newer t)
(require 'package)
(setq package-enable-at-startup nil)
[circus]
check_delay = 5
endpoint = tcp://127.0.0.1:5555
pubsub_endpoint = tcp://127.0.0.1:5556
[watcher:watched]
cmd = watched.py
warmup_delay = 0
stdout_stream.class = FileStream