forked from avdi/.emacs24.d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemacs-customizations.el
42 lines (42 loc) · 3.45 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
(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.
'(blink-cursor-mode t)
'(coffee-tab-width 2)
'(column-number-mode t)
'(cua-enable-cua-keys nil)
'(cua-mode t nil (cua-base))
'(cua-remap-control-z t)
'(custom-safe-themes (quote ("965234e8069974a8b8c83e865e331e4f53ab9e74" default)))
'(ido-enable-flex-matching t)
'(ido-mode (quote both) nil (ido))
'(ido-use-filename-at-point (quote guess))
'(ido-use-url-at-point t)
'(indent-tabs-mode nil)
'(js-indent-level 2)
'(mark-even-if-inactive nil)
'(multi-term-dedicated-select-after-open-p t)
'(multi-term-dedicated-window-height 20)
'(multi-term-scroll-to-bottom-on-output t)
'(org-babel-load-languages (quote ((emacs-lisp . t) (ruby . t) (sh . t) (awk . t) (java . t) (clojure . t) (latex . t) (C . t))))
'(org-confirm-babel-evaluate 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)
'(org-replace-disputed-keys t)
'(org2blog/wp-default-categories (quote ("Uncategorized")))
'(package-archives (quote (("gnu" . "http://elpa.gnu.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/") ("Tromey" . "http://tromey.com/elpa/"))))
'(ruby-deep-arglist nil)
'(safe-local-variable-values (quote ((org-export-latex-listings . minted) (org-latex-to-pdf-process "pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f" "pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f" "pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f") (org-export-latex-minted-langs (html "rhtml") (emacs-lisp "common-lisp") (cc "c++") (cperl "perl") (shell-script "bash") (caml "ocaml")) (org-latex-to-pdf-process quote ("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f" "pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f" "pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f")) (org-export-latex-minted-langs quote ((html "rhtml") (emacs-lisp "common-lisp") (cc "c++") (cperl "perl") (shell-script "bash") (caml "ocaml"))) (org-export-latex-minted . t) (org-export-latex-listings quote minted) (ruby-compilation-executable . "ruby") (ruby-compilation-executable . "ruby1.8") (ruby-compilation-executable . "ruby1.9") (ruby-compilation-executable . "rbx") (ruby-compilation-executable . "jruby"))))
'(tags-revert-without-query t)
'(term-unbind-key-list (quote ("C-z" "C-x" "C-h" "C-y" "<ESC>")))
'(tool-bar-mode nil)
'(whitespace-style (quote (face tabs trailing space-before-tab indentation empty space-after-tab tab-mark))))
(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.
'(default ((t (:stipple nil :background "#3f3f3f" :foreground "#dcdccc" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 113 :width normal :foundry "unknown" :family "Inconsolata")))))