-
Notifications
You must be signed in to change notification settings - Fork 8
/
aqustom.el
83 lines (80 loc) · 3.89 KB
/
aqustom.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
(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.
'(ansi-color-names-vector ["#242424" "#e5786d" "#95e454" "#cae682" "#8ac6f2" "#333366" "#ccaa8f" "#f6f3e8"])
'(aquamacs-additional-fontsets nil t)
'(aquamacs-customization-version-id 300 t)
'(aquamacs-tool-bar-user-customization nil t)
'(auto-save-file-name-transforms (quote ((".*" "~/.emacs.d/autosave/" t))))
'(blink-cursor-mode nil)
'(c-cleanup-list (quote (defun-close-semi list-close-comma scope-operator compact-empty-funcall comment-close-slash)))
'(c-default-style (quote ((c-mode . "cc-mode") (c++-mode . "cc-mode") (java-mode . "java") (awk-mode . "awk") (other . "gnu"))))
'(c-offsets-alist (quote ((substatement-open . 0))))
'(cua-enable-cua-keys nil)
'(cua-mode nil nil (cua-base))
'(custom-enabled-themes (quote (sanityinc-tomorrow-bright)))
'(custom-safe-themes (quote ("ab549d155dfc3929faa1ec32d7968565c6823a91" "69546801bd9c98eeb7246a3d39497abeced1d11e" "39327baac0e924fc06c561986ed6fff862df8e1d" "9e0fc3846fc416a0ca22cda143fb057581e48cbae9cf2007dd499e3786f26662" "0174d99a8f1fdc506fa54403317072982656f127" "5600dc0bb4a2b72a613175da54edb4ad770105aa" "0d9954cf3c9d0802c50d22ed907991a909cff9c4" default)))
'(custom-theme-directory "~/.emacs.d/themes/")
'(default-frame-alist (quote ((font . "Menlo-11"))))
'(deft-directory "/Users/dcurtis/Dropbox/Elements")
'(deft-text-mode (quote markdown-mode))
'(deft-use-filename-as-title t)
'(delete-auto-save-files nil)
'(enable-recursive-minibuffers t)
'(flymake-gui-warnings-enabled nil)
'(foreground-color "#657b83")
'(fringe-mode (quote (4 . 4)) nil (fringe))
'(global-auto-revert-mode nil)
'(ibuffer-expert t)
'(ibuffer-show-empty-filter-groups nil)
'(ido-use-filename-at-point nil)
'(inhibit-startup-echo-area-message "dcurtis")
'(ispell-extra-args (quote ("--sug-mode=ultra")))
'(ispell-program-name "aspell")
'(line-spacing 1)
'(markdown-command "pandoc -S")
'(markdown-latex-command "pandoc --template=$HOME/Coe/pandocnarrow.tex -s -t latex -Vfontsize:10pt")
'(menu-bar-mode nil)
'(mode-line-in-non-selected-windows t)
'(mode-line-inverse-video t)
'(mouse-wheel-scroll-amount (quote (0.01)))
'(ns-alternate-modifier (quote super))
'(ns-command-modifier (quote meta))
'(ns-pop-up-frames nil)
'(ns-right-alternate-modifier (quote alt))
'(ns-tool-bar-display-mode (quote both) t)
'(ns-tool-bar-size-mode (quote regular) t)
'(one-buffer-one-frame-mode nil nil (aquamacs-frame-setup))
'(recentf-mode t)
'(savehist-mode t)
'(scroll-bar-mode nil)
'(scroll-conservatively 5)
'(scroll-margin 5)
'(send-mail-function (quote mailclient-send-it))
'(sentence-end-double-space nil)
'(set-mark-command-repeat-pop t)
'(show-paren-mode t)
'(split-height-threshold 100)
'(split-width-threshold 150)
'(tabbar-mode nil nil (tabbar))
'(time-stamp-format "%04y-%02m-%02d %02H:%02M:%02S (%u)")
'(tool-bar-mode nil)
'(uniquify-buffer-name-style (quote reverse) nil (uniquify))
'(uniquify-ignore-buffers-re "^\\*")
'(uniquify-separator " • ")
'(user-full-name "Donald Ephraim Curtis")
'(user-mail-address "[email protected]")
'(visible-bell t)
'(visual-line-mode nil t)
'(x-select-enable-clipboard t)
'(yas/prompt-functions (quote (yas/dropdown-prompt yas/ido-prompt yas/completing-prompt yas/x-prompt yas/no-prompt))))
(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.
'(echo-area ((t (:stipple nil :strike-through nil :underline nil :slant normal :weight normal :width normal :family "Inconsolata"))))
'(hl-sentence-face ((t (:foreground "white"))) t)
'(variable-pitch ((t (:foreground "gray80" :height 170 :family "Cochin")))))