Skip to content

Commit c9c413f

Browse files
committed
adding SLAC emacs style file
1 parent 1652333 commit c9c413f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.emacs

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
(custom-set-variables
2+
;; custom-set-variables was added by Custom.
3+
;; If you edit it by hand, you could mess it up, so be careful.
4+
;; Your init file should contain only one such instance.
5+
;; If there is more than one, they won't work right.
6+
'(tab-width 3)
7+
'(vhdl-array-index-record-field-in-sensitivity-list nil)
8+
'(vhdl-basic-offset 3 nil nil "SLAC standard for VHDL is 3 space indent"))
9+
(custom-set-faces
10+
;; custom-set-faces was added by Custom.
11+
;; If you edit it by hand, you could mess it up, so be careful.
12+
;; Your init file should contain only one such instance.
13+
;; If there is more than one, they won't work right.
14+
)
15+
16+
17+
(setq-default indent-tabs-mode nil) ; always replace tabs with spaces
18+
(setq-default tab-width 3) ; set tab width to 3 for all buffers

0 commit comments

Comments
 (0)