.emacs
changeset 71 8d0f605b4990
parent 42 04fd7747bc49
child 83 d2eaf2ed6d1c
child 92 359f03f8a64b
equal deleted inserted replaced
70:e0962e157772 71:8d0f605b4990
     1 ;; -*- mode: lisp; coding: cp1251 -*-
     1 ;; -*- mode: lisp; coding: cp1251 -*-
     2 ;;
     2 ;;
     3 ;; Copyright (C) 2008 by Oleksandr Gavenko <gavenkoa@gmail.com>
     3 ;; Copyright (C) 2008 by Oleksandr Gavenko <gavenkoa@gmail.com>
     4 ;; Copyright (C) 2008 by Гавенко Алескандр
     4 ;; Copyright (C) 2008 by Гавенко Алескандр
       
     5 
       
     6 (defvar user-el-dir (expand-file-name "~/.el")
       
     7   "Dir where stored extensions.")
     5 
     8 
     6 (defvar dot-emacs-my-custom-pre (expand-file-name "~/.emacs-my-custom-pre")
     9 (defvar dot-emacs-my-custom-pre (expand-file-name "~/.emacs-my-custom-pre")
     7   "Path to file with pre-loaded custom settings.")
    10   "Path to file with pre-loaded custom settings.")
     8 (defvar dot-emacs-my-custom-post (expand-file-name "~/.emacs-my-custom-post")
    11 (defvar dot-emacs-my-custom-post (expand-file-name "~/.emacs-my-custom-post")
     9   "Path to file with post-loaded custom settings.")
    12   "Path to file with post-loaded custom settings.")