Use vhdl mode for hdl files
This commit is contained in:
parent
630360dd76
commit
bb7441aede
@ -241,6 +241,14 @@
|
||||
(add-to-list 'file-coding-system-alist '("\\.vala$" . utf-8))
|
||||
(add-to-list 'file-coding-system-alist '("\\.vapi$" . utf-8)))
|
||||
|
||||
;; --------------------------------------------------------------------------
|
||||
;; Configure HDL environment.
|
||||
;; --------------------------------------------------------------------------
|
||||
|
||||
(use-package vhdl-mode
|
||||
:defer t
|
||||
:mode "\\.hdl\\'")
|
||||
|
||||
;; --------------------------------------------------------------------------
|
||||
;; Configure yaml environment.
|
||||
;; --------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user