-
Notifications
You must be signed in to change notification settings - Fork 0
/
emacs-customizations.el
25 lines (25 loc) · 1.14 KB
/
emacs-customizations.el
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
(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.
'(column-number-mode t)
'(fringe-mode 0 nil (fringe))
'(ido-enable-flex-matching t)
'(ido-mode (quote both) nil (ido))
'(inhibit-startup-screen t)
'(mark-even-if-inactive nil)
'(org-emphasis-alist (quote (("*" bold "<strong>" "</strong>") ("/" italic "<em>" "</em>") ("_" underline "<span style=\"text-decoration:underline;\">" "</span>") ("=" org-code "<code>" "</code>" verbatim) ("~" org-verbatim "<code>" "</code>" verbatim) ("+" (:strike-through t) "<del>" "</del>"))))
'(org-export-htmlize-output-type (quote css))
'(org-export-htmlized-org-css-url nil)
'(scroll-bar-mode nil)
'(set-fringe-style -1)
'(show-paren-mode t)
'(tool-bar-mode nil)
'(tooltip-mode nil))
(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.
)