.emacs-defs
changeset 1714 73cab0de25c6
parent 1689 96846689e388
child 1717 3c60aeba5004
--- a/.emacs-defs	Sat Jan 30 23:05:31 2021 +0200
+++ b/.emacs-defs	Sat Jan 30 23:17:51 2021 +0200
@@ -1,7 +1,9 @@
 ;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78; no-byte-compile: t; -*-
 
 (defvar my-profiler-enabled nil
-  "Switch for enabling startup profiling. Set to `t' in '~/.emacs-pre'.")
+  "Switch for enabling startup profiling.
+
+Put value to '~/.emacs.d/.emacs-pre' which isn't overridden on installation.")
 
 (defvar my-lisp-usr-home-dir
   (expand-file-name "~/usr/share/emacs/site-lisp")