merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 26 Jun 2013 00:40:11 +0300
changeset 1055 7a53ceb49885
parent 1053 a6a203a2b64c (diff)
parent 1054 144dcc473957 (current diff)
child 1056 0ec83e102baa
child 1058 fac5c0d3af6a
merged
.emacs-my
--- a/.emacs-my	Fri Jun 07 00:59:28 2013 +0300
+++ b/.emacs-my	Wed Jun 26 00:40:11 2013 +0300
@@ -152,6 +152,7 @@
     c-mode c++-mode java-mode js-mode
     python-mode perl-mode cperl-mode
     lisp-mode
+    sql-mode
     emacs-lisp-mode
     makefile-mode makefile-gmake-mode
     nsis-mode
@@ -1379,7 +1380,6 @@
    `(
      ("\t+" 0 'my-tab-face t)
      ( ,(concat "\\<\\(" (regexp-opt '("TODO" "FIX" "FIXME" "HACK" "XXX")) ":?\\)\\>") 1 'font-lock-warning-face t)
-     ("\\(=\\|<\\|>\\)\\{7,\\}" 0 'my-contrasty-face t)
      ;; 64 times, for highlight C-u C-u C-u <key>
      ("\\([^[:space:]]\\)\\1\\{63\\}" 0 'my-contrasty-face t)
      ))
@@ -2667,6 +2667,7 @@
 (message "SQL")
 
 (setq sql-password "")
+(add-to-list 'auto-mode-alist '("\\.plsql\\'" . sql-mode))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "backuping")