summaryrefslogtreecommitdiff
path: root/.config/emacs/custom.el
blob: ef8cdbecc3b5c8bc05ed682f2b2ee9e031873aae (plain)
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
(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.
 '(erc-nick "lukeshu")
 '(global-whitespace-mode nil)
 '(graphviz-dot-auto-indent-on-semi nil)
 '(package-selected-packages
   (quote
    (terraform-mode protobuf-mode web-mode outline-magic dockerfile-mode plantuml-mode vue-mode typescript-mode scss-mode php-mode haml-mode coffee-mode yaml-mode nginx-mode meson-mode markdown-mode graphviz-dot-mode go-mode glsl-mode cmake-mode bison-mode bats-mode editorconfig smart-tabs-mode page-break-lines abyss-theme)))
 '(safe-local-variable-values
   (quote
    ((eval outline-show-all)
     (sgml-basic-offset . 8)
     (nxml-child-indent . 2)
     (sentence-end-double-space nil)
     (Fill-Column . 64)
     (eval c-set-offset
           (quote arglist-close)
           0)
     (eval c-set-offset
           (quote arglist-intro)
           (quote ++))
     (eval c-set-offset
           (quote case-label)
           0)
     (eval c-set-offset
           (quote statement-case-open)
           0)
     (eval c-set-offset
           (quote substatement-open)
           0)
     (Nginx-indent-tabs-mode)
     (Nginx-indent-level . 4)
     (Nginx-indent-level . 8)
     (c-set-style . "K&R"))))
 '(use-package-verbose (quote debug))
 '(yaml-block-literal-electric-alist nil))
(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.
 )