git.fiddlerwoaroof.com
Browse code

chore(emacs): reformat

Edward authored on 21/12/2020 00:23:56
Showing 2 changed files
... ...
@@ -51,23 +51,23 @@
51 51
          (define-key company-active-map (kbd "{") (kbd "RET SPC {"))
52 52
          (define-key company-active-map (kbd "[") (kbd "RET [")))
53 53
 
54
-  (setq company-backends
55
-        '((company-clang
56
-           company-bbdb
57
-           company-nxml
58
-           company-css
59
-           ;;company-xcode
60
-           company-cmake
61
-           company-capf
62
-           ;;company-slime
63
-           )
64
-          company-files
65
-          (company-dabbrev-code
66
-           company-gtags
67
-           company-etags
68
-           company-keywords)
69
-          company-oddmuse
70
-          company-dabbrev)))
54
+  (setq company-backends '((company-clang
55
+                            company-bbdb
56
+                            company-nxml
57
+                            company-css
58
+                            ;;company-xcode
59
+                            company-cmake
60
+                            company-capf
61
+                            ;;company-slime
62
+                            )
63
+                           company-files
64
+                           (company-dabbrev-code
65
+                            company-gtags
66
+                            company-etags
67
+                            company-keywords)
68
+                           company-oddmuse
69
+                           company-dabbrev)
70
+        ))
71 71
 
72 72
 (use-package company-posframe
73 73
   :ensure t
... ...
@@ -756,7 +756,7 @@ With a prefix ARG invalidates the cache first."
756 756
          org-brain-visualize-default-choices 'all
757 757
          org-brain-title-max-length 0)))
758 758
 
759
-(setq diary-file (expand-file-name "~/bucket/diary"))
759
+(setq diary-file (expand-file-name "~/diary"))
760 760
 
761 761
 (cl-defmacro fwoar/binding (setter target &body bindings)
762 762
   (declare (indent 2))
... ...
@@ -136,8 +136,6 @@ Examples:
136 136
       (indent-sexp)))
137 137
   (sp-backward-whitespace))
138 138
 
139
-(comment
140
-)
141 139
 
142 140
 (use-package slime-company
143 141
   :ensure nil
... ...
@@ -147,6 +145,7 @@ Examples:
147 145
   )
148 146
 
149 147
 (defvar passwords ())
148
+
150 149
 (use-package slime
151 150
   :ensure nil
152 151
   :after smartparens