zsh, change git_install.pl to install zsh plugits
[dotfiles.git] / emacs.d / custom.el
1 (custom-set-variables
2  ;; custom-set-variables was added by Custom.
3  ;; If you edit it by hand, you could mess it up, so be careful.
4  ;; Your init file should contain only one such instance.
5  ;; If there is more than one, they won't work right.
6  '(fringe-mode (quote (4 . 0)) nil (fringe))
7  '(ggtags-split-window-function (quote split-window-vertically))
8  '(hes-mode-alist
9    (quote
10     ((c-mode . "\\(\\\\\\([0-7]\\{1,3\\}\\|x[[:xdigit:]]+\\|u[[:xdigit:]]\\{4\\}\\|U[[:xdigit:]]\\{8\\}\\|[\"'?\\abfnrtv]\\)\\)")
11      (cperl-mode . "\\(\\\\\\([0-7]\\{1,3\\}\\|x[[:xdigit:]]+\\|u[[:xdigit:]]\\{4\\}\\|U[[:xdigit:]]\\{8\\}\\|[\"'?\\abfnrtv]\\)\\)")
12      (c++-mode . "\\(\\\\\\([0-7]\\{1,3\\}\\|x[[:xdigit:]]+\\|u[[:xdigit:]]\\{4\\}\\|U[[:xdigit:]]\\{8\\}\\|[\"'?\\abfnrtv]\\)\\)")
13      (objc-mode . "\\(\\\\\\([0-7]\\{1,3\\}\\|x[[:xdigit:]]+\\|u[[:xdigit:]]\\{4\\}\\|U[[:xdigit:]]\\{8\\}\\|[\"'?\\abfnrtv]\\)\\)")
14      (java-mode . "\\(\\\\\\([0-7]\\{1,3\\}\\|u[[:xdigit:]]\\{4\\}\\|[\"'\\bfnrt]\\)\\)")
15      (js-mode . "\\(\\\\\\([0-7]\\{1,3\\}\\|x[[:xdigit:]]\\{2\\}\\|u[[:xdigit:]]\\{4\\}\\|.\\)\\)")
16      (js2-mode . "\\(\\\\\\([0-7]\\{1,3\\}\\|x[[:xdigit:]]\\{2\\}\\|u[[:xdigit:]]\\{4\\}\\|.\\)\\)")
17      (ruby-mode
18       ("\\(\\\\\\([0-7]\\{1,3\\}\\|x[[:xdigit:]]\\{1,2\\}\\|u\\(?:[[:xdigit:]]\\{4\\}\\|{[[:xdigit:]]\\{1,6\\}\\(?:[[:space:]]+[[:xdigit:]]\\{1,6\\}\\)*}\\)\\|.\\)\\)"
19        (0
20         (let*
21             ((state
22               (syntax-ppss))
23              (term
24               (nth 3 state)))
25           (when
26               (or
27                (and
28                 (eq term 39)
29                 (member
30                  (match-string 2)
31                  (quote
32                   ("\\" "'"))))
33                (if
34                    (fboundp
35                     (quote ruby-syntax-expansion-allowed-p))
36                    (ruby-syntax-expansion-allowed-p state)
37                  (memq term
38                        (quote
39                         (34 47 10 96 t)))))
40             (add-face-text-property
41              (match-beginning 1)
42              (match-end 1)
43              (quote hes-escape-backslash-face))
44             (add-face-text-property
45              (match-beginning 2)
46              (match-end 2)
47              (quote hes-escape-sequence-face))
48             nil))
49         prepend))))))
50  '(org-agenda-files (quote ("~/Private/org/diary.org" "~/temp/org-note.org")))
51  '(package-selected-packages
52    (quote
53     (org-bullets org-cliplink org-caldav yasnippet workgroups2 w3m use-package tangotango-theme tabbar smex session rich-minority relative-line-numbers recentf-ext projectile-speedbar pp-c-l powerline persp-projectile paradox page-break-lines multi-term monokai-theme molokai-theme moe-theme minibuffer-line markdown-mode magit linum-relative key-chord jekyll-modes irony iedit ido-vertical-mode ido-ubiquitous icicles hydra highlight-tail highlight-escape-sequences highlight-current-line helm-projectile helm-ls-svn helm-ls-git helm-gtags helm-ag google-c-style ggtags flyspell-lazy flymake-google-cpplint flymake-cursor flx-ido fiplr eyebrowse evil-leader evil-escape ecb dired+ diff-hl cyberpunk-theme company color-theme-sanityinc-tomorrow color-theme color-identifiers-mode auto-complete-c-headers ace-window ace-jump-mode)))
54  '(powerline-text-scale-factor 0.85))
55 (custom-set-faces
56  ;; custom-set-faces was added by Custom.
57  ;; If you edit it by hand, you could mess it up, so be careful.
58  ;; Your init file should contain only one such instance.
59  ;; If there is more than one, they won't work right.
60  )