.emacs-defs
changeset 1688 0bab53c47567
parent 1687 3f69332472cb
child 1689 96846689e388
equal deleted inserted replaced
1687:3f69332472cb 1688:0bab53c47567
     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 
       
     3 (defvar my-profiler-enabled nil
       
     4   "Switch for enabling startup profiling. Set to `t' in '~/.emacs-pre'.")
     2 
     5 
     3 (defvar my-lisp-usr-home-dir
     6 (defvar my-lisp-usr-home-dir
     4   (expand-file-name "~/usr/share/emacs/site-lisp")
     7   (expand-file-name "~/usr/share/emacs/site-lisp")
     5   "There is a place for additional lisp packages installed via 'DIST=~/usr make install'.")
     8   "There is a place for additional lisp packages installed via 'DIST=~/usr make install'.")
     6 
     9