-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathemacs
23 lines (23 loc) · 1002 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
(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.
'(Buffer-menu-size-width 7)
'(Buffer-menu-use-header-line t)
'(ansi-color-faces-vector
[default default default italic underline success warning error])
'(ansi-color-names-vector
["#2e3436" "#a40000" "#4e9a06" "#c4a000" "#204a87" "#5c3566" "#729fcf" "#eeeeec"])
'(custom-enabled-themes (quote (tsdh-dark)))
'(font-use-system-font t)
'(global-linum-mode t)
'(indicate-buffer-boundaries (quote right))
'(linum-format "%4d │ "))
(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.
'(linum ((t (:inherit (shadow default))))))
'(setq header-line-format " ")