.emacs-pre
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 02 Jan 2021 20:02:16 +0200
changeset 1680 77bbb8dc0e0c
parent 1679 5ee3a93090f0
child 1688 0bab53c47567
permissions -rw-r--r--
Disabled activation of CEDET and Semantic. It consumes 48% of startup time. On Cygwin load time shortened 10s => 6s.

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

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

;; (profiler-start 'cpu)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; To disable activation desktop-save-mode as it ask for file overriding when
;; two Emacs are loaded making difficult automating like:  time emacs-w32 --kill

;; (setq my-no-desktop-save-mode t)

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

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

;; (require 'jabber)

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