Automated merge with file:///home/sasha/site/hg/dot-emacs
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 20 Dec 2008 17:49:25 +0200
changeset 107 817be82fdfc9
parent 106 0591d06cf752 (current diff)
parent 105 52a334c6c908 (diff)
child 108 1559bb79bdd1
Automated merge with file:///home/sasha/site/hg/dot-emacs
.emacs-my
--- a/.emacs-my	Fri Dec 19 18:28:17 2008 +0200
+++ b/.emacs-my	Sat Dec 20 17:49:25 2008 +0200
@@ -436,13 +436,11 @@
 ;; (desire 'filladapt)
 ;;;; (desire 'hugs-mode)
 ;; (desire 'haskell-mode)
-;; (desire 'ispell)
 ;; (desire 'latex)
 ;; (desire 'lispdir)
 ;; (desire 'mpg123)
 ;; (desire 'php-mode)
 ;; (desire 'ps-print)
-;; (desire 'psgml)
 ;; (desire 'sh-script)
 ;; (desire 'shell)
 ;; (desire 'tex)
@@ -593,6 +591,7 @@
 ;;
 ;; Spell
 
+(setq ispell-program-name "ispell")
 ;(setq ispell-dictionary "russianw"); default dictionary
 ;(setq ispell-local-dictionary "russianw"); default dictionary
 ;(add-hook 'text-mode-hook 'flyspell-mode)
@@ -898,6 +897,16 @@
 
 ;; (global-set-key (kbd "\e\eE") 'ecb-activate)
 
+;; ----------------------------------------------------------------------
+;; html
+
+;; ----------------------------------------------------------------------
+;; xml
+
+;; ----------------------------------------------------------------------
+;; psgml
+(setq sgml-set-face t)			; for highlighting in sgml
+
 ;; ======================================================================
 ;; Printing
 
--- a/Makefile	Fri Dec 19 18:28:17 2008 +0200
+++ b/Makefile	Sat Dec 20 17:49:25 2008 +0200
@@ -9,9 +9,10 @@
 all: install
 
 install: .emacs .emacs-my .emacs-my-pre .emacs-my-post
-	for file in .emacs .emacs-my-pre .emacs-my-post; do \
+	for file in .emacs-my-pre .emacs-my-post; do \
 		if [ ! -f $(HOME)/$$file ]; then cp $$file $(HOME)/$$file; fi; \
 	done
+	cp .emacs $(HOME)/.emacs
 	cp .emacs-my $(HOME)/.emacs-my
 
 install-all: .emacs .emacs-my .emacs-my-pre .emacs-my-post