.emacs-pre
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 02 Feb 2023 02:14:23 +0200
changeset 1770 2b93801abc3c
parent 1688 0bab53c47567
permissions -rw-r--r--
Disable diff-font-lock-syntax as it visits files from Git and this is extremely slow in Cygwin+antivirus.

;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78 -*-
;;
;; For load order see README.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; (message "profiler start")

;; Set to `t' and run:
;;   time emacs-w32 --kill
(setq my-profiler-enabled nil)
;; Override default only when actually profiling... Default is 1000000 ns.
(when my-profiler-enabled
  (setq profiler-sampling-interval 100000))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; (message "libs pre-loading")

;; (require 'etags-select)
;; (require 'etags-table)

;; (require 'jabber)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;