this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'local-changes' into dell

+15 -11
+5 -4
spacemacs
··· 225 225 ;; Default font, or prioritized list of fonts. `powerline-scale' allows to 226 226 ;; quickly tweak the mode-line size to make separators look not too crappy. 227 227 dotspacemacs-default-font 228 - `("SF Mono" 229 - ,(if (string-equal system-type "darwin") :size);; :size 16 230 - ,(if (string-equal system-type "darwin") 16);; :size 16 228 + `("SF Mono" 229 + ;; ,(if (string-equal system-type "darwin") :size);; :size 16 230 + ;; ,(if (string-equal system-type "darwin") 16);; :size 16 231 + ;; :size 20 231 232 :weight normal 232 233 :width normal 233 234 :powerline-scale 1.1 ··· 510 511 ("+c" "-Wall" "-ferror-spans" "-fdefer-typed-holes" "-fdefer-type-errors" "-fno-diagnostics-show-caret"))) 511 512 '(dante-methods 512 513 (quote 513 - (new-build new-impure-nix new-nix nix impure-nix nix-ghci stack mafia bare-cabal bare-ghci styx))) 514 + (new-impure-nix new-nix nix-ghci nix nix-build))) 514 515 '(dante-tap-type-time 2) 515 516 '(evil-want-Y-yank-to-eol nil) 516 517 '(haskell-compile-cabal-build-alt-command
+10 -7
spacemacs-private/custom-config-org/packages.el
··· 35 35 36 36 (defun custom-config-org/org-capture-templates () 37 37 (setq org-capture-templates '( 38 - ;; ("m" "micro blog" 39 - ;; plain 40 - ;; (file (lambda () 41 - ;; (expand-file-name (concat (format-time-string "%Y%m%d%H%M%S") 42 - ;; ".md") 43 - ;; "~/Developer/src/personal/blog-hakyll/micro-posts/"))) 44 - ;; "---\npublished : %<%Y-%m-%d %H:%M:%S%z>\n---\n\n%c%?") 38 + ("m" "micro blog" 39 + plain 40 + (file (lambda () 41 + (expand-file-name (concat (format-time-string "%Y%m%d%H%M%S") 42 + ".md") 43 + (cond ((string-equal system-type "darwin") 44 + "~/Developer/src/personal/blog-hakyll/micro-posts/") 45 + (t "~/src/blog/micro-posts/"))) 46 + )) 47 + "---\npublished : %<%Y-%m-%d %H:%M:%S%z>\n---\n\n%?") 45 48 46 49 ("n" "new note" 47 50 item