equal
deleted
inserted
replaced
1 ;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78; no-byte-compile: t; -*- |
1 ;; -*- mode: emacs-lisp; coding: utf-8; fill-column: 78; no-byte-compile: t; -*- |
2 |
2 |
3 (defvar my-profiler-enabled nil |
3 (defvar my-profiler-enabled nil |
4 "Switch for enabling startup profiling. Set to `t' in '~/.emacs-pre'.") |
4 "Switch for enabling startup profiling. |
|
5 |
|
6 Put value to '~/.emacs.d/.emacs-pre' which isn't overridden on installation.") |
5 |
7 |
6 (defvar my-lisp-usr-home-dir |
8 (defvar my-lisp-usr-home-dir |
7 (expand-file-name "~/usr/share/emacs/site-lisp") |
9 (expand-file-name "~/usr/share/emacs/site-lisp") |
8 "There is a place for additional lisp packages installed via 'DIST=~/usr make install'.") |
10 "There is a place for additional lisp packages installed via 'DIST=~/usr make install'.") |
9 |
11 |