-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.emacs
29 lines (28 loc) · 1014 Bytes
/
.emacs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(blink-cursor-mode nil)
'(calendar-week-start-day 1)
'(column-number-mode t)
'(display-time-24hr-format t)
'(display-time-mode t)
'(european-calendar-style t)
'(fill-column 80)
'(indent-tabs-mode nil)
'(mouse-yank-at-point t)
'(safe-local-variable-values (quote ((LaTeX-item-indent . -4) (LaTeX-indent-level . 4))))
'(split-width-threshold nil)
'(tab-width 4)
'(tool-bar-mode nil)
'(visible-bell t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
(load-file "~/.emacs.d/init.el")
(put 'upcase-region 'disabled nil)
(put 'downcase-region 'disabled nil)