Удалил строки, содержащие абсолютные пути в windows.
authorOleksander Gavenko <gavenko_a@3g.ua>
Fri, 18 Apr 2008 00:04:25 +0300
changeset 17 4f97bf9a25d5
parent 16 31773497a1a2
child 18 91626ebef652
Удалил строки, содержащие абсолютные пути в windows.
.emacs
.emacs-custom.el
--- a/.emacs	Fri Apr 18 00:04:25 2008 +0300
+++ b/.emacs	Fri Apr 18 00:04:25 2008 +0300
@@ -459,7 +459,6 @@
 ;; ======================================================================
 ;; AUC TeX
 
-;; (add-to-list 'load-path "c:/program files/emacs/site-lisp/auctex/")
 ;; (load "tex-site")
 
 ;(require 'tex-mik)
@@ -471,7 +470,6 @@
 ;(setq TeX-PDF-mode t)
 ;(setq TeX-interactive-mode t)
 ;(setq TeX-source-specials-mode 1)
-;(add-to-list 'load-path "c:/emacs/site-lisp/auctex/")
 ;(load "tex-site")
 ;(load "tex-mik")
 
@@ -517,7 +515,6 @@
 
 ;(load "preview-latex.el" nil t t)
 
-;(add-to-list 'load-path "c:/emacs/site-lisp/previewlatex/")
 ;(add-hook 'LaTeX-mode-hook #'LaTeX-preview-setup)
 ;(autoload 'LaTeX-preview-setup "preview")
 
@@ -823,13 +820,6 @@
 ;(setq printer-name nil)        ; notepad takes the default
 ;(setq lpr-printer-switch "/P") ;; run notepad as batch printer
 ;;
-;;  prfile32
-;(setq lpr-command "c:/program files/printfile/prfile32.exe")
-;(setq lpr-headers-switches '("/p"))
-;(setq lpr-switches '("/q"))
-;(setq lpr-add-switches nil)
-;(setq printer-name nil)
-;;
 ;;  
 ;(setq printer-name "~/myprint.txt")
 ;(setq ps-printer-name nil)
@@ -901,7 +891,7 @@
 
 
 ;; ======================================================================
-;; Start off in "C:/home" dir.
+
 (cd "~/")
 (setq my-author-name (getenv "USER"))
 (setq user-full-name (getenv "USER"))
--- a/.emacs-custom.el	Fri Apr 18 00:04:25 2008 +0300
+++ b/.emacs-custom.el	Fri Apr 18 00:04:25 2008 +0300
@@ -8,7 +8,6 @@
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
- '(Info-additional-directory-list (quote ("d:/Project/Cygwin/usr/info")))
  '(Info-enable-edit t)
  '(browse-url-browser-function (quote browse-url-default-windows-browser))
  '(ecb-tip-of-the-day nil)