-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.emacs-custom-work.el
395 lines (395 loc) · 27.3 KB
/
.emacs-custom-work.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
(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.
'(1on1-active-minibuffer-frame-background "#3f3f3f")
'(1on1-completions-frame-background "#3f3f3f")
'(1on1-completions-frame-zoom-font-difference 0)
'(1on1-default-frame-alist
(quote
((foreground-color . "white")
(background-color . "#3f3f3f")
(font . "-*-Lucida Console-normal-r-*-*-14-112-96-96-c-*-iso8859-1")
(mouse-color . "#dcdccc")
(cursor-color . "red")
(cursor-type . bar)
(menu-bar-lines . 0)
(bottom-divider-width . 2)
(right-divider-width . 2)
(top . 10)
(left . 10)
(width . 110)
(height . 33)
(minibuffer)
(user-position . t)
(icon-type)
(tool-bar-lines . 0)
(left-fringe . 0)
(right-fringe . 0) (fringe . 0))))
'(1on1-default-frame-cursor-color "red")
'(1on1-help-frame-background "#3f3f3f")
'(1on1-inactive-minibuffer-frame-background "#3f3f3f")
'(1on1-isearch-minibuffer-frame-background "#3f3f3f")
'(1on1-minibuffer-frame-flag t)
'(1on1-minibuffer-frame-width-percent 99)
'(1on1-remap-other-frame-command-flag nil)
'(1on1-special-display-frame-alist
(quote
((font . "-*-Lucida Console-normal-r-*-*-14-*-*-*-c-*-iso8859-1")
(width . 80)
(height . 14)
(mouse-color . "Yellow")
(cursor-color . "red")
(menu-bar-lines . 0)
(bottom-divider-width . 2)
(right-divider-width . 2)
(foreground-color . "white")
(background-color . "#3f3f3f")
(top . 0)
(left . 0)
(unsplittable . t)
(user-position . t) )))
'(ack-prompt-for-directory t)
'(auto-revert-verbose nil)
'(avy-all-windows t)
'(avy-keys (quote (97 111 101 117 104 116 110 115 45 99 114 44 46 65 79 69 85 72 84 78)))
'(avy-timeout-seconds 1.5)
'(beacon-blink-when-point-moves-horizontally nil)
'(beacon-blink-when-point-moves-vertically 3)
'(beacon-lighter "")
'(beacon-push-mark nil)
'(bmkp-auto-light-when-jump (quote any-bookmark))
'(bmkp-auto-light-when-set (quote any-bookmark))
'(bmkp-default-handlers-for-file-types
(quote
(("\\.pdf$" . "AcroRd32.exe")
("\\.ps$" . "gsview32.exe")
("\\.vsd$" . w32-browser)
("\\.pptx" . w32-browser)
("\\.ppt$" . w32-browser)
("\\.doc$" . w32-browser)
("\\.docx" . w32-browser)
("\\.xls" . w32-browser)
("\\.xlsx" . w32-browser)
("\\.lnk" . w32-browser))))
'(bmkp-last-as-first-bookmark-file "~/gcifa_d3.bmk")
'(bmkp-light-left-fringe-bitmap (quote right-arrow))
'(bmkp-light-style-autonamed (quote lfringe))
'(bmkp-light-style-non-autonamed (quote lfringe))
'(bmkp-tags-for-completion (quote (current (bmkfile . "c:/Users/mfitzgerald/AppData/Roaming/scancnrl_src.bmk"))))
'(bookmark-save-flag nil)
'(browse-kill-ring-quit-action (quote save-and-restore))
'(buffer-stack-frame-local t)
'(buffer-stack-show-position (quote buffer-stack-show-position-buffers))
'(buffer-stack-untracked
(quote
("KILL" "*Compile-Log*" "*Compile-Log-Show*" "*Group*" "*Completions*" "*Messages*" "*GNU Emacs*" "*scratch*" "*shell*" "*vc-log*" "*vc*" "*eshell*")))
'(color-occur-kill-occur-buffer t)
'(color-theme-history-max-length 64)
'(column-number-mode t)
'(company-idle-delay 4)
'(compile-command "ncvlog -SV ")
'(cua-delete-copy-to-register-0 nil)
'(cua-mode t nil (cua-base))
'(cua-rectangle-mark-key [C-f1])
'(custom-safe-themes
(quote ("79a3f477ac0cb4a106f78b6109614e991564a5c2467c36e6e854d4bc1102e178" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" default)))
'(default-frame-alist
(quote
((menu-bar-lines . 0)
(foreground-color . "white")
(background-color . "#3f3f3f")
(mouse-color . "#dcdccc")
(cursor-color . "red")
(cursor-type . bar)
(top . 10)
(left . 10)
(width . 110)
(height . 33)
(minibuffer)
(user-position . t)
(icon-type)
(fringe . 0)
(cursor-color . "red")
(top . 10)
(left . 10)
(width . 180)
(height . 45)
(font . "-*-Lucida Console-normal-r-*-*-16-112-96-96-c-*-iso8859-1")
(cursor-type . bar)
(minibuffer)
(user-position . t)
(icon-type)
(fringe . 0)
(background-color . "#3f3f3f")
(background-mode . dark)
(border-color . "#3f3f3f")
(foreground-color . "white")
(mouse-color . "#dcdccc")
(left-fringe . 0)
(right-fringe . 0))))
'(default-input-method "english-dvorak")
'(dired-details-invisible-lines
(quote
("total used in directory" "^\\s-*$" "find finished" "find \\." " wildcard " "Google" "HDI")))
'(dired-listing-switches "-alogGh")
'(dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.$\\|\\.svn")
'(dired-sort-menu-saved-config
(quote
((dired-actual-switches . "-lagGSh")
(ls-lisp-ignore-case)
(ls-lisp-dirs-first . t))))
'(diredful-init-file "~\\.emacs.d\\diredful\\diredful-conf.el")
'(doremi-color-themes (quote (color-theme-aalto-light color-theme-aliceblue color-theme-arjen color-theme-beige-diff color-theme-bharadwaj color-theme-blippblopp color-theme-blue-erc color-theme-blue-gnus color-theme-calm-forest color-theme-charcoal-black color-theme-goldenrod color-theme-gray30 color-theme-late-night color-theme-midnight color-theme-sitaramv-nt color-theme-sitaramv-solaris color-theme-tango color-theme-xemacs color-theme-wheat color-theme-xp)))
'(ediff-split-window-function (quote split-window-horizontally))
'(electric-indent-mode nil)
'(eshell-hist-rebind-keys-alist (quote (([(meta 112)] . eshell-previous-input) ([(meta 80)] . eshell-next-input) ([(control up)] . eshell-previous-input) ([(control down)] . eshell-next-input) ([(control 114)] . eshell-isearch-backward) ([(control 115)] . eshell-isearch-forward) ([(meta 114)] . eshell-previous-matching-input) ([(meta 115)] . eshell-next-matching-input) ([(control 112)] . eshell-previous-matching-input-from-input) ([(control 110)] . eshell-next-matching-input-from-input) ([up] . eshell-previous-matching-input-from-input) ([down] . eshell-next-matching-input-from-input))))
'(fill-column 100)
'(fit-frame-crop-end-blank-flag t)
'(fit-frame-max-height-percent 87)
'(fit-frame-max-width 120)
'(fit-frame-max-width-percent 100)
'(font-lock-maximum-decoration (quote ((verilog-mode . 2) (t . 1))))
'(frame-auto-hide-function (quote delete-frame))
'(global-company-mode t)
'(icicle-Completions-max-columns 1)
'(icicle-apropos-complete-no-display-keys
(quote ([C-M-S-tab]
[C-M-S-iso-lefttab]
[(control shift tab)])))
'(icicle-archive-base "http://www.emacswiki.org/emacs/download/")
'(icicle-candidate-width-factor 100)
'(icicle-default-thing-insertion (quote more-of-the-same))
'(icicle-default-value (quote insert-end))
'(icicle-download-dir "~/.emacs.d/icicles")
'(icicle-expand-input-to-common-match 1)
'(icicle-expand-input-to-common-match-alt 4)
'(icicle-files-ido-like-flag nil)
'(icicle-find-file-expand-directory-flag nil)
'(icicle-incremental-completion t)
'(icicle-incremental-completion-flag nil)
'(icicle-input-string "~/")
'(icicle-keep-Completions-for-sole-dir (quote update-if-showing))
'(icicle-remove-Completions-when-sole-dir-flag nil)
'(icicle-show-Completions-initially-flag nil)
'(icicle-top-level-key-bindings
(quote
(([pause] icicle-switch-to/from-minibuffer t)
("`" icicle-search-generic t)
("$" icicle-search-word t)
("^" icicle-search-keywords t)
("'" icicle-occur t)
("=" icicle-imenu t)
("\"" icicle-search-text-property t)
([24 134217829] icicle-execute-named-keyboard-macro t)
(" " icicle-command-abbrev t)
("5o" icicle-select-frame t)
("" icicle-describe-option-of-type t)
([S-f4] icicle-kmacro t)
(abort-recursive-edit icicle-abort-recursive-edit t)
(bookmark-jump icicle-bookmark t)
(bookmark-jump-other-window icicle-bookmark-other-window t)
(bookmark-set icicle-bookmark-cmd t)
(minibuffer-keyboard-quit icicle-abort-recursive-edit
(fboundp (quote minibuffer-keyboard-quit)))
(delete-window icicle-delete-window t)
(delete-windows-for icicle-delete-window t)
(dired icicle-dired t)
(dired-other-window icicle-dired-other-window t)
(exchange-point-and-mark icicle-exchange-point-and-mark t)
(execute-extended-command icicle-execute-extended-command t)
(find-file icicle-file t)
(find-file-other-window icicle-file-other-window t)
(find-file-read-only icicle-find-file-read-only t)
(find-file-read-only-other-window icicle-find-file-read-only-other-window t)
(insert-buffer icicle-insert-buffer t)
(kill-buffer icicle-kill-buffer t)
(kill-buffer-and-its-windows icicle-kill-buffer t)
(other-window icicle-other-window-or-frame t)
(other-window-or-frame icicle-other-window-or-frame t)
(pop-global-mark icicle-goto-global-marker-or-pop-global-mark t)
(set-mark-command icicle-goto-marker-or-set-mark-command t)
(switch-to-buffer icicle-buffer t)
(switch-to-buffer-other-window icicle-buffer-other-window t)
(where-is icicle-where-is t) (yank icicle-yank-maybe-completing t)
(yank-pop icicle-yank-pop-commands (featurep (quote second-sel)))
(yank-pop-commands icicle-yank-pop-commands (featurep (quote second-sel)))
("jtaa" icicle-find-file-tagged (featurep (quote bookmark+)))
("4jtaa" icicle-find-file-tagged-other-window (featurep (quote bookmark+)))
(bmkp-autofile-set icicle-bookmark-a-file (fboundp (quote bmkp-bookmark-a-file)))
(bmkp-tag-a-file icicle-tag-a-file (fboundp (quote bmkp-tag-a-file)))
(bmkp-untag-a-file icicle-untag-a-file (fboundp (quote bmkp-untag-a-file)))
(bmkp-find-file-all-tags icicle-find-file-all-tags (fboundp (quote bmkp-find-file-all-tags)))
(bmkp-find-file-all-tags-other-window icicle-find-file-all-tags-other-window (fboundp (quote bmkp-find-file-all-tags)))
(bmkp-find-file-all-tags-regexp icicle-find-file-all-tags-regexp (fboundp (quote bmkp-find-file-all-tags-regexp)))
(bmkp-find-file-all-tags-regexp-other-window icicle-find-file-all-tags-regexp-other-window (fboundp (quote bmkp-find-file-all-tags-regexp-other-window)))
(bmkp-find-file-some-tags icicle-find-file-some-tags (fboundp (quote bmkp-find-file-some-tags)))
(bmkp-find-file-some-tags-other-window icicle-find-file-some-tags-other-window (fboundp (quote bmkp-find-file-some-tags-other-window)))
(bmkp-find-file-some-tags-regexp icicle-find-file-some-tags-regexp (fboundp (quote bmkp-find-file-some-tags-regexp)))
(bmkp-find-file-some-tags-regexp-other-window icicle-find-file-some-tags-regexp-other-window (fboundp (quote bmkp-find-file-some-tags-regexp-other-window)))
(bmkp-autofile-jump icicle-bookmark-autofile (fboundp (quote bmkp-autofile-jump)))
(bmkp-autofile-jump-other-window icicle-bookmark-autofile-other-window (fboundp (quote bmkp-autofile-jump)))
(bmkp-autonamed-jump icicle-bookmark-autonamed (fboundp (quote bmkp-autonamed-jump)))
(bmkp-autonamed-jump-other-window icicle-bookmark-autonamed-other-window (fboundp (quote bmkp-autonamed-jump)))
(bmkp-autonamed-this-buffer-jump icicle-bookmark-autonamed-this-buffer (fboundp (quote bmkp-autonamed-this-buffer-jump)))
(bmkp-autonamed-jump-this-buffer-other-window icicle-bookmark-autonamed-this-buffer-other-window (fboundp (quote bmkp-autonamed-jump-this-buffer-other-window)))
(bmkp-bookmark-file-jump icicle-bookmark-bookmark-file (fboundp (quote bmkp-bookmark-file-jump)))
(bmkp-bookmark-list-jump icicle-bookmark-bookmark-list (fboundp (quote bmkp-bookmark-list-jump)))
(bmkp-desktop-jump icicle-bookmark-desktop (fboundp (quote bmkp-desktop-jump)))
(bmkp-dired-jump icicle-bookmark-dired (fboundp (quote bmkp-dired-jump)))
(bmkp-dired-jump-other-window icicle-bookmark-dired-other-window (fboundp (quote bmkp-dired-jump)))
(bmkp-file-jump icicle-bookmark-file (fboundp (quote bmkp-file-jump)))
(bmkp-file-jump-other-window icicle-bookmark-file-other-window (fboundp (quote bmkp-file-jump)))
(bmkp-file-this-dir-jump icicle-bookmark-file-this-dir (fboundp (quote bmkp-file-this-dir-jump)))
(bmkp-file-this-dir-jump-other-window icicle-bookmark-file-this-dir-other-window (fboundp (quote bmkp-file-this-dir-jump)))
(bmkp-gnus-jump icicle-bookmark-gnus (fboundp (quote bmkp-gnus-jump)))
(bmkp-gnus-jump-other-window icicle-bookmark-gnus-other-window (fboundp (quote bmkp-gnus-jump)))
(bmkp-image-jump icicle-bookmark-image (fboundp (quote bmkp-image-jump)))
(bmkp-image-jump-other-window icicle-bookmark-image-other-window (fboundp (quote bmkp-image-jump)))
(bmkp-info-jump icicle-bookmark-info (fboundp (quote bmkp-info-jump)))
(bmkp-info-jump-other-window icicle-bookmark-info-other-window (fboundp (quote bmkp-info-jump)))
(bmkp-local-file-jump icicle-bookmark-local-file (fboundp (quote bmkp-local-file-jump)))
(bmkp-local-file-jump-other-window icicle-bookmark-local-file-other-window (fboundp (quote bmkp-local-file-jump)))
(bmkp-man-jump icicle-bookmark-man (fboundp (quote bmkp-man-jump)))
(bmkp-man-jump-other-window icicle-bookmark-man-other-window (fboundp (quote bmkp-man-jump)))
(bmkp-non-file-jump icicle-bookmark-non-file (fboundp (quote bmkp-non-file-jump)))
(bmkp-non-file-jump-other-window icicle-bookmark-non-file-other-window (fboundp (quote bmkp-non-file-jump)))
(bmkp-region-jump icicle-bookmark-region (fboundp (quote bmkp-region-jump)))
(bmkp-region-jump-other-window icicle-bookmark-region-other-window (fboundp (quote bmkp-region-jump)))
(bmkp-remote-file-jump icicle-bookmark-remote-file (fboundp (quote bmkp-remote-file-jump)))
(bmkp-remote-file-jump-other-window icicle-bookmark-remote-file-other-window (fboundp (quote bmkp-remote-file-jump)))
(bmkp-specific-buffers-jump icicle-bookmark-specific-buffers (fboundp (quote bmkp-specific-buffers-jump)))
(bmkp-specific-buffers-jump-other-window icicle-bookmark-specific-buffers-other-window (fboundp (quote bmkp-specific-buffers-jump)))
(bmkp-specific-files-jump icicle-bookmark-specific-files (fboundp (quote bmkp-specific-files-jump)))
(bmkp-specific-files-jump-other-window icicle-bookmark-specific-files-other-window (fboundp (quote bmkp-specific-files-jump)))
(bmkp-temporary-jump icicle-bookmark-temporary (fboundp (quote bmkp-temporary-jump)))
(bmkp-temporary-jump-other-window icicle-bookmark-temporary-other-window (fboundp (quote bmkp-temporary-jump)))
(bmkp-this-buffer-jump icicle-bookmark-this-buffer (fboundp (quote bmkp-this-buffer-jump)))
(bmkp-this-buffer-jump-other-window icicle-bookmark-this-buffer-other-window (fboundp (quote bmkp-this-buffer-jump)))
(bmkp-url-jump icicle-bookmark-url (fboundp (quote bmkp-url-jump)))
(bmkp-url-jump-other-window icicle-bookmark-url-other-window (fboundp (quote bmkp-url-jump)))
(bmkp-w3m-jump icicle-bookmark-w3m (fboundp (quote bmkp-w3m-jump)))
(bmkp-w3m-jump-other-window icicle-bookmark-w3m-other-window (fboundp (quote bmkp-w3m-jump)))
(bmkp-all-tags-jump icicle-bookmark-all-tags (fboundp (quote bmkp-all-tags-jump)))
(bmkp-all-tags-jump-other-window icicle-bookmark-all-tags-other-window (fboundp (quote bmkp-all-tags-jump)))
(bmkp-all-tags-regexp-jump icicle-bookmark-all-tags-regexp (fboundp (quote bmkp-all-tags-regexp-jump)))
(bmkp-all-tags-regexp-jump-other-window icicle-bookmark-all-tags-regexp-other-window (fboundp (quote bmkp-all-tags-regexp-jump)))
(bmkp-some-tags-jump icicle-bookmark-some-tags (fboundp (quote bmkp-some-tags-jump)))
(bmkp-some-tags-jump-other-window icicle-bookmark-some-tags-other-window (fboundp (quote bmkp-some-tags-jump)))
(bmkp-some-tags-regexp-jump icicle-bookmark-some-tags-regexp (fboundp (quote bmkp-some-tags-regexp-jump)))
(bmkp-some-tags-regexp-jump-other-window icicle-bookmark-some-tags-regexp-other-window (fboundp (quote bmkp-some-tags-regexp-jump)))
(bmkp-file-all-tags-jump icicle-bookmark-file-all-tags (fboundp (quote bmkp-file-all-tags-jump)))
(bmkp-file-all-tags-jump-other-window icicle-bookmark-file-all-tags-other-window (fboundp (quote bmkp-file-all-tags-jump)))
(bmkp-file-all-tags-regexp-jump icicle-bookmark-file-all-tags-regexp (fboundp (quote bmkp-file-all-tags-regexp-jump)))
(bmkp-file-all-tags-regexp-jump-other-window icicle-bookmark-file-all-tags-regexp-other-window (fboundp (quote bmkp-file-all-tags-regexp-jump)))
(bmkp-file-some-tags-jump icicle-bookmark-file-some-tags (fboundp (quote bmkp-file-some-tags-jump)))
(bmkp-file-some-tags-jump-other-window icicle-bookmark-file-some-tags-other-window (fboundp (quote bmkp-file-some-tags-jump)))
(bmkp-file-some-tags-regexp-jump icicle-bookmark-file-some-tags-regexp (fboundp (quote bmkp-file-some-tags-regexp-jump)))
(bmkp-file-some-tags-regexp-jump-other-window icicle-bookmark-file-some-tags-regexp-other-window (fboundp (quote bmkp-file-some-tags-regexp-jump)))
(bmkp-file-this-dir-all-tags-jump icicle-bookmark-file-this-dir-all-tags (fboundp (quote bmkp-file-this-dir-all-tags-jump)))
(bmkp-file-this-dir-all-tags-jump-other-window icicle-bookmark-file-this-dir-all-tags-other-window (fboundp (quote bmkp-file-this-dir-all-tags-jump)))
(bmkp-file-this-dir-all-tags-regexp-jump icicle-bookmark-file-this-dir-all-tags-regexp (fboundp (quote bmkp-file-this-dir-all-tags-regexp-jump)))
(bmkp-file-this-dir-all-tags-regexp-jump-other-window icicle-bookmark-file-this-dir-all-tags-regexp-other-window (fboundp (quote bmkp-file-this-dir-all-tags-regexp-jump)))
(bmkp-file-this-dir-some-tags-jump icicle-bookmark-file-this-dir-some-tags (fboundp (quote bmkp-file-this-dir-some-tags-jump)))
(bmkp-file-this-dir-some-tags-jump-other-window icicle-bookmark-file-this-dir-some-tags-other-window (fboundp (quote bmkp-file-this-dir-some-tags-jump)))
(bmkp-file-this-dir-some-tags-regexp-jump icicle-bookmark-file-this-dir-some-tags-regexp (fboundp (quote bmkp-file-this-dir-some-tags-regexp-jump)))
(bmkp-file-this-dir-some-tags-regexp-jump-other-window icicle-bookmark-file-this-dir-some-tags-regexp-other-window (fboundp (quote bmkp-file-this-dir-some-tags-regexp-jump)))
(find-tag icicle-find-tag (fboundp (quote command-remapping)))
(find-tag-other-window icicle-find-first-tag-other-window t)
(pop-tag-mark icicle-pop-tag-mark (fboundp (quote command-remapping)))
(eval-expression icicle-pp-eval-expression (fboundp (quote command-remapping)))
(pp-eval-expression icicle-pp-eval-expression (fboundp (quote command-remapping)))
([27 134217848] lacarte-execute-command (fboundp (quote lacarte-execute-command)))
([134217824] lacarte-execute-menu-command (fboundp (quote lacarte-execute-menu-command)))
([f10] lacarte-execute-menu-command
(fboundp (quote lacarte-execute-menu-command))))))
'(icicle-top-level-when-sole-completion-delay 1.0)
'(icicle-top-level-when-sole-completion-flag nil)
'(ido-create-new-buffer (quote always))
'(ido-read-file-name-non-ido (quote (dired-do-copy dired-create-directory dired-copy-file dired-do-create-files dired-rename-file dired-do-rename target-dir file-name-nondirectory expand-file-name dired-one-file dired-dwim-target-directory dired-make-relative dired-get-marked-files dired-do-create-files)))
'(ido-ubiquitous-command-exceptions (quote (dired-do-copy dired-create-directory)))
'(ido-ubiquitous-function-exceptions (quote (dired-do-create-files grep-read-files expand-file-name dired-create-files)))
'(ido-use-filename-at-point nil)
'(inhibit-startup-screen t)
'(initial-frame-alist (quote ( (left-fringe . 0) (right-fringe . 0))))
'(isearchp-initiate-edit-commands (quote (backward-delete-char-untabify backward-char left-char backward-sexp backward-word left-word previous-line next-line del-word-backwards-mike)))
'(iswitchb-default-method (quote maybe-frame))
'(iswitchb-use-virtual-buffers t nil (recentf))
'(minibuffer-auto-raise t)
'(moccur-grep-default-word-near-point t)
'(moccur-split-word nil)
'(mouse-1-click-follows-link t)
'(mouse-drag-copy-region t)
'(mouse-yank-at-point t)
'(org-todo-keywords (quote ((sequence "TODO" "STARTED" "DONE"))))
'(projectile-globally-ignored-directories (quote (".idea" ".eunit" ".git" ".hg" ".fslckout" ".bzr" "_darcs" ".tox" ".svn" "build" ".Xil" ".xil" "managed_ip_project")))
'(reb-re-syntax (quote string))
'(safe-local-variable-values (quote ((emacs-lisp-docstring-fill-column . 75) (key-port/name-val-cmp/name-dir-type-alist))))
'(saint/iswitchb-highlight-modes-alist (quote (("Dired" . 1) ("vhdl-mode" . 2) ("Fundamental" . 3) ("Completions" . 3))))
'(save-interprogram-paste-before-kill t)
'(savehist-additional-variables (quote (sr-history-registry urls-cached svn-ls-output-as-big-strings-list)))
'(savehist-file "~\\.emacs.d\\history_work.txt")
'(search/replace-region-as-default-flag t)
'(smart-tab-disabled-major-modes (quote (org-mode term-mode vhdl-mode)))
'(sml/name-width (quote (12 . 28)))
'(sml/shorten-directory t)
'(sml/vc-mode-show-backend t)
'(solarized-contrast (quote normal))
'(sr-tabs-max-tabsize 20)
'(tab-width 3)
'(thing-types (quote ("word" "line" "paragraph" "sexp" "button" "char" "char-same-line" "comment" "decimal-number" "defun" "email" "filename" "hex-number" "line" "list" "non-nil-symbol-name" "number" "overlay" "page" "paragraph" "region-or-word" "sentence" "string" "symbol" "unquoted-list" "url" "whitespace" "whitespace-&-newlines" "word")))
'(tool-bar-mode nil)
'(truncate-lines t)
'(uniquify-buffer-name-style (quote post-forward) nil (uniquify))
'(uniquify-min-dir-content 0)
'(uniquify-separator ":")
'(uniquify-strip-common-suffix nil)
'(verilog-auto-indent-on-newline nil)
'(verilog-auto-newline nil)
'(verilog-compiler "ncvlog -SV")
'(verilog-indent-begin-after-if t)
'(verilog-indent-level 2)
'(verilog-indent-level-behavioral 2)
'(verilog-indent-level-declaration 2)
'(verilog-indent-level-directive 2)
'(verilog-indent-level-module 2)
'(verilog-tab-always-indent nil)
'(vhdl-basic-offset 3)
'(vhdl-compiler-alist (quote (("Cadence Leapfrog" "cv" "-work \\1 -file" "make" "-f \\1" nil "mkdir \\1" "./" "work/" "Makefile" "leapfrog" ("duluth: \\*E,[0-9]+ (\\(.+\\),\\([0-9]+\\)):" 1 2 0) ("" 0) ("\\1/entity" "\\2/\\1" "\\1/configuration" "\\1/package" "\\1/body" downcase)) ("Cadence NC" "ncvhdl" "-work \\1" "make" "-f \\1" nil "mkdir \\1" "./" "work/" "Makefile" "ncvhdl" ("ncvhdl_p: \\*E,\\w+ (\\(.+\\),\\([0-9]+\\)|\\([0-9]+\\)):" 1 2 3) ("" 0) ("\\1/entity/pc.db" "\\2/\\1/pc.db" "\\1/configuration/pc.db" "\\1/package/pc.db" "\\1/body/pc.db" downcase)) ("Ikos" "analyze" "-l \\1" "make" "-f \\1" nil "mkdir \\1" "./" "work/" "Makefile" "ikos" ("E L\\([0-9]+\\)/C\\([0-9]+\\):" 0 1 2) ("^analyze +\\(.+ +\\)*\\(.+\\)$" 2) nil) ("ModelSim" "vcom" "-93 -work \\1" "make" "-f \\1" nil "vlib \\1; vmap \\2 \\1" "m:/VHDL/fpga_designs/mfitzgerald/my_working_copies/svcont/trunk/sim/" "work/" "Makefile" "modelsim" ("\\(ERROR\\|WARNING\\|\\*\\* Error\\|\\*\\* Warning\\)[^:]*: \\(.+\\)(\\([0-9]+\\)):" 2 3 0) ("" 0) ("\\1/_primary.dat" "\\2/\\1.dat" "\\1/_primary.dat" "\\1/_primary.dat" "\\1/body.dat" downcase)) ("LEDA ProVHDL" "provhdl" "-w \\1 -f" "make" "-f \\1" nil "mkdir \\1" "./" "work/" "Makefile" "provhdl" ("\\([^
]+\\):\\([0-9]+\\): " 1 2 0) ("" 0) ("ENTI/\\1.vif" "ARCH/\\1-\\2.vif" "CONF/\\1.vif" "PACK/\\1.vif" "BODY/BODY-\\1.vif" upcase)) ("QuickHDL" "qvhcom" "-work \\1" "make" "-f \\1" nil "mkdir \\1" "./" "work/" "Makefile" "quickhdl" ("\\(ERROR\\|WARNING\\)[^:]*: \\(.+\\)(\\([0-9]+\\)):" 2 3 0) ("" 0) ("\\1/_primary.dat" "\\2/\\1.dat" "\\1/_primary.dat" "\\1/_primary.dat" "\\1/body.dat" downcase)) ("Savant" "scram" "-publish-cc -design-library-name \\1" "make" "-f \\1" nil "mkdir \\1" "./" "work._savant_lib/" "Makefile" "savant" ("\\([^
]+\\):\\([0-9]+\\): " 1 2 0) ("" 0) ("\\1_entity.vhdl" "\\2_secondary_units._savant_lib/\\2_\\1.vhdl" "\\1_config.vhdl" "\\1_package.vhdl" "\\1_secondary_units._savant_lib/\\1_package_body.vhdl" downcase)) ("Simili" "vhdlp" "-work \\1" "make" "-f \\1" nil "mkdir \\1" "./" "work/" "Makefile" "simili" ("\\(Error\\|Warning\\): \\w+: \\(.+\\): (line \\([0-9]+\\)): " 2 3 0) ("" 0) ("\\1/prim.var" "\\2/_\\1.var" "\\1/prim.var" "\\1/prim.var" "\\1/_body.var" downcase)) ("Speedwave" "analyze" "-libfile vsslib.ini -src" "make" "-f \\1" nil "mkdir \\1" "./" "work/" "Makefile" "speedwave" ("^ *ERROR[[0-9]+]::File \\(.+\\) Line \\([0-9]+\\):" 1 2 0) ("" 0) nil) ("Synopsys" "vhdlan" "-nc -work \\1" "make" "-f \\1" nil "mkdir \\1" "./" "work/" "Makefile" "synopsys" ("\\*\\*Error: vhdlan,[0-9]+ \\(.+\\)(\\([0-9]+\\)):" 1 2 0) ("" 0) ("\\1.sim" "\\2__\\1.sim" "\\1.sim" "\\1.sim" "\\1__.sim" upcase)) ("Synopsys Design Compiler" "vhdlan" "-nc -spc -work \\1" "make" "-f \\1" nil "mkdir \\1" "./" "work/" "Makefile" "synopsys_dc" ("\\*\\*Error: vhdlan,[0-9]+ \\(.+\\)(\\([0-9]+\\)):" 1 2 0) ("" 0) ("\\1.syn" "\\2__\\1.syn" "\\1.syn" "\\1.syn" "\\1__.syn" upcase)) ("Synplify" "n/a" "n/a" "make" "-f \\1" nil "mkdir \\1" "./" "work/" "Makefile" "synplify" ("@[EWN]:\"\\(.+\\)\":\\([0-9]+\\):\\([0-9]+\\):" 1 2 3) ("" 0) nil) ("Vantage" "analyze" "-libfile vsslib.ini -src" "make" "-f \\1" nil "mkdir \\1" "./" "work/" "Makefile" "vantage" ("\\*\\*Error: LINE \\([0-9]+\\) \\*\\*\\*" 0 1 0) ("^ *Compiling \"\\(.+\\)\" " 1) nil) ("VeriBest" "vc" "vhdl" "make" "-f \\1" nil "mkdir \\1" "./" "work/" "Makefile" "veribest" ("^ +\\([0-9]+\\): +[^ ]" 0 1 0) ("" 0) nil) ("Viewlogic" "analyze" "-libfile vsslib.ini -src" "make" "-f \\1" nil "mkdir \\1" "./" "work/" "Makefile" "viewlogic" ("\\*\\*Error: LINE \\([0-9]+\\) \\*\\*\\*" 0 1 0) ("^ *Compiling \"\\(.+\\)\" " 1) nil))))
'(vhdl-end-comment-column 120)
'(vhdl-indent-tabs-mode nil)
'(vhdl-index-menu t)
'(vhdl-project-auto-load nil)
'(vhdl-project-file-name (quote ("\\1.my_prj")))
'(vhdl-source-file-menu t)
'(vhdl-underscore-is-part-of-word t)
'(window-min-height 8)
'(window-min-width 40))
'(winner-dont-bind-my-keys 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.
'(ace-jump-face-foreground ((t (:foreground "yellow" :weight ultra-bold))))
'(aw-leading-char-face ((t (:background "white" :foreground "red"))) t)
'(bmkp-heading ((t (:foreground "azure1"))))
'(bmkp-local-directory ((t (:background "#4c7073" :foreground "#dcdccc"))))
'(bmkp-local-file-without-region ((t (:foreground "#dcdccc"))))
'(bmkp-non-file ((t (:background "dark green" :foreground "white"))))
'(bmkp-t-mark ((t (:foreground "medium spring green"))))
'(ediff-current-diff-B ((t (:background "#3f3f4d"))))
'(ediff-fine-diff-B ((t (:background "#3f3fCA"))))
'(lazy-highlight ((t (:inherit isearch))))
'(mode-line ((t (:background "#1e2320" :foreground "#acbc90" :inverse-video nil :box (:line-width 2 :color "#1e2320") :height 1.0 :width normal))))
'(replacep-msg-emphasis ((t (:foreground "red"))))
'(replacep-msg-emphasis2 ((t (:foreground "yellow"))))
'(sml/filename ((t (:inherit sml/global :foreground "khaki" :weight bold))))
'(sml/folder ((t (:inherit sml/global :background "gray20" :foreground "pale goldenrod" :weight normal))))
'(sml/modes ((t (:foreground "light slate gray"))))
'(sml/position-percentage ((t (:foreground "light slate gray"))))
'(sml/vc ((t (:foreground "medium spring green"))))
'(sml/vc-edited ((t (:foreground "indian red")))))