Skip to content

Commit

Permalink
Misc small config tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
duien committed Sep 23, 2016
1 parent 5eb7f36 commit 968eb0b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions home/.config/fish/more.fish
Expand Up @@ -57,3 +57,5 @@ set -x GOPATH /Users/ehyland/Code/go_crap
set -x GOBIN /Users/ehyland/Code/go_crap/bin

set -x PATH $PATH $GOBIN

set -x CENTURION_HOME /Users/ehyland/Code/centurion-configs
2 changes: 2 additions & 0 deletions home/.gitconfig
Expand Up @@ -57,3 +57,5 @@
required = true
[clean]
requireForce = false
[url "git@source.datanerd.us:"]
insteadOf = https://source.datanerd.us/
14 changes: 12 additions & 2 deletions home/.spacemacs.d/init.el
Expand Up @@ -39,6 +39,8 @@ values."
;; git
markdown
org
yaml
go
;; (shell :variables
;; shell-default-height 30
;; shell-default-position 'bottom)
Expand All @@ -51,7 +53,8 @@ values."
;; configuration in `dotspacemacs/user-config'.
dotspacemacs-additional-packages '()
;; A list of packages and/or extensions that will not be install and loaded.
dotspacemacs-excluded-packages '(org-bullets)
;; dotspacemacs-excluded-packages '(org-bullets)
dotspacemacs-excluded-packages '()
;; If non-nil spacemacs will delete any orphan packages, i.e. packages that
;; are declared in a layer which is not a member of
;; the list `dotspacemacs-configuration-layers'. (default t)
Expand Down Expand Up @@ -117,7 +120,9 @@ values."
dotspacemacs-colorize-cursor-according-to-state t
;; Default font. `powerline-scale' allows to quickly tweak the mode-line
;; size to make separators look not too crappy.
dotspacemacs-default-font '("Operator Mono Ssm"
dotspacemacs-default-font '(
"Fira Code"
;; "Operator Mono Ssm"
:size 16
:weight light
:width normal
Expand Down Expand Up @@ -261,6 +266,8 @@ This is the place where most of your configurations should be done. Unless it is
explicitly specified that a variable should be set before a package is loaded,
you should place your code here."

(mac-auto-operator-composition-mode)

;; tweaking powerline
(setq powerline-default-separator nil)

Expand Down Expand Up @@ -321,6 +328,9 @@ you should place your code here."
((type "~~~(r!)" "IDEA(i)" "YAK(y)" "|")
(sequence "TODO(t)" "WAIT(w)" "LATER(l)" "|" "DONE(d!)" "CANCEL(c@)")
(sequence "QUESTION(q)" "ANSWER(a@)"))))
'(package-selected-packages
(quote
(org-bullets yaml-mode ws-butler window-numbering which-key volatile-highlights vi-tilde-fringe use-package toc-org spacemacs-theme spaceline smooth-scrolling ruby-end reveal-in-osx-finder restart-emacs rainbow-mode rainbow-identifiers rainbow-delimiters quelpa popwin persp-mode pcre2el pbcopy paradox page-break-lines osx-trash org-repo-todo org-present org-pomodoro org-plus-contrib open-junk-file neotree move-text mmm-mode markdown-toc magit-gh-pulls macrostep lorem-ipsum linum-relative leuven-theme launchctl info+ indent-guide ido-vertical-mode hungry-delete htmlize hl-todo highlight-parentheses highlight-numbers highlight-indentation help-fns+ helm-themes helm-swoop helm-projectile helm-mode-manager helm-make helm-flx helm-descbinds helm-company helm-c-yasnippet helm-ag google-translate golden-ratio go-eldoc gnuplot github-clone github-browse-file git-link git-gutter-fringe git-gutter-fringe+ gist gh-md flycheck-pos-tip flx-ido fish-mode fill-column-indicator fancy-battery expand-region exec-path-from-shell evil-visualstar evil-tutor evil-surround evil-search-highlight-persist evil-numbers evil-mc evil-matchit evil-lisp-state evil-indent-plus evil-iedit-state evil-exchange evil-escape evil-commentary evil-args evil-anzu eval-sexp-fu elisp-slime-nav diff-hl define-word company-statistics company-quickhelp company-go clean-aindent-mode buffer-move bracketed-paste auto-yasnippet auto-highlight-symbol auto-compile alchemist aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line ac-ispell)))
'(spacemacs-theme-comment-bg nil))
(custom-set-faces
;; custom-set-faces was added by Custom.
Expand Down

0 comments on commit 968eb0b

Please sign in to comment.