forked from kaushalmodi/.emacs.d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom_24_4.el
139 lines (138 loc) · 5.58 KB
/
custom_24_4.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
;; Do NOT manually edit the below custom-set-variables block
;; Comments added manually in above custom-set-variables block are not
;; retained. To add comments, do `M-x customize` search for that variable, click
;; on State button for that variable and click on "Add comment". After doing
;; that, click on State button once again and click on "Save for future sessions".
;; *Manually added comments get deleted when emacs updates this block.
(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.
'(ac-stop-words (quote ("/" "//" "/*" "//*" "///" "////")))
'(after-save-hook
(quote
(executable-make-buffer-file-executable-if-script-p)))
'(ansi-color-faces-vector
[default bold shadow italic underline bold bold-italic bold])
'(auto-compression-mode t nil (jka-compr) "uncompress->edit->save->compress .gz, .bz2, .Z files on the fly")
'(bmkp-last-as-first-bookmark-file "~/.emacs.d/bookmarks")
'(bzg-big-fringe-mode nil)
'(column-number-mode t)
'(custom-safe-themes (quote (default)))
'(default-input-method "rfc1345")
'(delete-selection-mode t nil nil "typing anything after highlighting text overwrites that text; source: http://emacsredux.com/blog/2013/04/12/delete-selection-on-insert/")
'(desktop-restore-frames nil)
'(display-time-mode t)
'(doc-view-continuous t)
'(fringe-mode nil nil (fringe))
'(global-hi-lock-mode t)
'(guide-key-mode t)
'(hl-highlight-mode t)
'(indent-guide-global-mode nil)
'(indent-tabs-mode nil nil nil "use spaces instead of tabs for indentation")
'(indicate-buffer-boundaries (quote ((top . right) (bottom . right))) nil nil "show frame boundaries in the fringe; as the fringe is activated only for the right-hand side, the buffer boundaries (top, bottom) are marked on the right side")
'(indicate-empty-lines nil)
'(keyboard-coding-system (quote utf-8-unix) nil nil "default EOL system = that of Unix")
'(magit-auto-revert-mode nil)
'(menu-bar-mode nil)
'(next-line-add-newlines nil nil nil "Do not auto-add newlines at the end of the file on pressing `C-n` or down arrow")
'(org-confirm-elisp-link-not-regexp "\\(.*switch\\-to\\-buffer.*\\|org-show\\)")
'(org-export-headline-levels 4)
'(outline-minor-mode-prefix "\243")
'(paradox-automatically-star t)
'(require-final-newline nil nil nil "Do not auto-add a final newline (if one is not present) when saving/visiting a file")
'(safe-local-variable-values
(quote
((eval when
(fboundp
(quote rainbow-mode))
(rainbow-mode 1))
(eval define-key temp-mode-map
(kbd "<f10>")
(quote dv-docs-ci))
(temp-mode . t)
(eval define-key temp-mode-map
(kbd "<C-f10>")
(quote dv-docs-dis))
(eval define-key temp-mode-map
(kbd "<S-f10>")
(quote dv-docs-ci))
(eval define-key temp-mode-map
(kbd "<s-f10>")
(quote modi/org-export-to-html-txt-pdf))
(eval define-key temp-mode-map
(kbd "<f10>")
(quote dv-docs-co))
(eval local-set-key
(kbd "<s-f10>")
(quote modi/org-export-to-html-txt-pdf))
(eval local-set-key
(kbd "<C-f10>")
(quote dv-docs-dis))
(eval local-set-key
(kbd "<S-f10>")
(quote dv-docs-ci))
(eval local-set-key
(kbd "<f10>")
(quote dv-docs-co))
(eval local-set-key "<C-f10>"
(quote dv-docs-dis))
(eval local-set-key "<S-f10>"
(quote dv-docs-ci))
(eval local-set-key "<f10>"
(quote dv-docs-co))
(org-export-allow-bind-keywords . t)
(org-confirm-babel-evaluate)
(lisp-backquote-indentation . t)
(eval when
(require
(quote rainbow-mode)
nil t)
(rainbow-mode 1))
(py-indent-offset . 4)
(header-auto-update-enabled))))
'(save-place t nil (saveplace) "save the last cursor location for each file")
'(show-paren-mode t nil (paren) "allow one to see matching pairs of parentheses; when point is on one of the paired characters, the other is highlighted")
'(sml/theme (quote automatic))
'(vc-annotate-background "#2B2B2B" t)
'(vc-annotate-color-map
(quote
((20 . "#BC8383")
(40 . "#CC9393")
(60 . "#DFAF8F")
(80 . "#D0BF8F")
(100 . "#E0CF9F")
(120 . "#F0DFAF")
(140 . "#5F7F5F")
(160 . "#7F9F7F")
(180 . "#8FB28F")
(200 . "#9FC59F")
(220 . "#AFD8AF")
(240 . "#BFEBBF")
(260 . "#93E0E3")
(280 . "#6CA0A3")
(300 . "#7CB8BB")
(320 . "#8CD0D3")
(340 . "#94BFF3")
(360 . "#DC8CC3"))) t)
'(vc-annotate-very-old-color "#DC8CC3" t)
'(visible-bell t nil nil "enable the visible bell or screen blink to happen when there's any error")
'(visual-line-fringe-indicators (quote (nil nil)))
'(vr/default-feedback-limit 200)
'(w3m-mode-hook
(quote
(bookmark-w3m-prepare
(lambda nil
(set
(make-local-variable
(quote bookmark-make-record-function))
(quote bmkp-make-w3m-record))))) 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.
'(italic ((t (:inherit nil :slant italic))))
'(stripe-hl-line ((t (:inherit nil :overline "gray" :underline "gray" :weight bold :height 1.1))))
'(yafolding-ellipsis-face ((t (:foreground "deep sky blue" :slant italic :weight bold :height 1.1))) t))