Skip to content

Commit

Permalink
настройки vhdl-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
shvorin committed Feb 8, 2013
1 parent fe62ec7 commit 11d479b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .emacs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))

;;;
;;;
Expand Down

0 comments on commit 11d479b

Please sign in to comment.