.emacs-defs
changeset 1714 73cab0de25c6
parent 1689 96846689e388
child 1717 3c60aeba5004
equal deleted inserted replaced
1713:a2f35bf9a928 1714:73cab0de25c6
     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