From 11d479b9a8d4d69162fa6bda5dfa2352df680f1d Mon Sep 17 00:00:00 2001 From: Artem Shvorin Date: Fri, 8 Feb 2013 22:11:28 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B8=20vhdl-mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .emacs | 2 ++ .emacs.d/init.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 9dcc020..ebc45bd 100644 --- a/.emacs +++ b/.emacs @@ -16,6 +16,8 @@ '(split-width-threshold nil) '(tab-width 4) '(tool-bar-mode nil) + '(vhdl-basic-offset 4) + '(vhdl-electric-mode nil) '(visible-bell t)) (custom-set-faces ;; custom-set-faces was added by Custom. diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f4ec93f..cc0518a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -20,7 +20,7 @@ (local-set-key "\C-k" 'kill-this-buffer) (use-global-map global-map) -(setq auto-mode-alist (cons '("\\.cu[h]?$" . c++-mode) (cons '("\\.\\(sdc\\|qsf\\)$" . tcl-mode) auto-mode-alist))) +(setq auto-mode-alist (cons '("\\.cu[h]?$" . c++-mode) (cons '("\\.\\(sdc\\|qsf\\|qip\\)$" . tcl-mode) auto-mode-alist))) ;;; ;;;