update gopath, emacs

This commit is contained in:
Barak Michener 2016-10-24 15:24:39 -07:00
parent cbcee601ac
commit da8074a012
7 changed files with 93 additions and 15 deletions

View file

@ -26,9 +26,11 @@ values."
auto-completion-enable-snippets-in-popup t)
;; better-defaults
emacs-lisp
mu4e
git
go
themes-megapack
latex
markdown
(org :variables
org-enable-github-support t)
@ -226,6 +228,7 @@ user code."
"Configuration function for user code.
This function is called at the very end of Spacemacs initialization after
layers configuration. You are free to put any user code."
(fset 'xterm-color-unfontify-region 'font-lock-default-unfontify-region)
(setq dotspacemacs-additional-packages '(barak-theme))
(defun kill-buffer-and-its-windows (buffer)
"Kill BUFFER and delete its windows. Default is `current-buffer'.
@ -324,6 +327,34 @@ BUFFER may be either a buffer or its name (a string)."
(lambda()
(add-hook 'after-save-hook 'cleanup-org-tables nil 'make-it-local)))
(setq mu4e-maildir "~/.mail/barak"
mu4e-trash-folder "/Trash"
mu4e-refile-folder "/Archive"
mu4e-sent-folder "/Sent"
mu4e-drafts-folder "/Drafts"
mu4e-get-mail-command "mbsync -a"
mu4e-update-interval nil
mu4e-compose-signature-auto-include nil
mu4e-view-show-images nil
mu4e-confirm-quit nil
mu4e-view-show-addresses t)
(setq mu4e-maildir-shortcuts
'(("/INBOX" . ?i)))
(setq mu4e-bookmarks
`(("flag:unread AND NOT flag:trashed" "Unread messages" ?u)
;("date:today..now" "Today's messages" ?t)
("date:today..now AND NOT flag:trashed AND NOT maildir:/Haskell" "Today's messages" ?t)
("date:7d..now" "Last 7 days" ?w)
("mime:image/*" "Messages with images" ?p)
(,(mapconcat 'identity
(mapcar
(lambda (maildir)
(concat "maildir:" (car maildir)))
mu4e-maildir-shortcuts) " OR ")
"All inboxes" ?i)))
)
;; ;; Do not write anything past this comment. This is where Emacs will
@ -375,9 +406,16 @@ BUFFER may be either a buffer or its name (a string)."
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(org-support-shift-select (quote always))
'(package-selected-packages
(quote
(company-auctex auctex-latexmk auctex zonokai-theme zenburn-theme zen-and-art-theme yaml-mode xterm-color ws-butler window-numbering which-key volatile-highlights vi-tilde-fringe use-package underwater-theme ujelly-theme twilight-theme twilight-bright-theme twilight-anti-bright-theme tronesque-theme toxi-theme toc-org tao-theme tangotango-theme tango-plus-theme tango-2-theme systemd sunny-day-theme sublime-themes subatomic256-theme subatomic-theme stekene-theme spacemacs-theme spaceline spacegray-theme soothe-theme soft-stone-theme soft-morning-theme soft-charcoal-theme smyx-theme smooth-scrolling smeargle shell-pop seti-theme reverse-theme restart-emacs railscasts-theme quelpa pyvenv pytest pyenv-mode py-yapf purple-haze-theme protobuf-mode professional-theme popwin planet-theme pip-requirements phoenix-dark-pink-theme phoenix-dark-mono-theme persp-mode pcre2el pastels-on-dark-theme paradox page-break-lines orgit organic-green-theme org-repo-todo org-present org-pomodoro org-plus-contrib org-bullets open-junk-file omtose-phellack-theme oldlace-theme occidental-theme obsidian-theme noctilux-theme niflheim-theme neotree naquadah-theme mustang-theme multi-term move-text monokai-theme monochrome-theme molokai-theme moe-theme mmm-mode minimal-theme material-theme markdown-toc majapahit-theme magit-gitflow macrostep lush-theme lorem-ipsum linum-relative light-soap-theme leuven-theme jbeans-theme jazz-theme ir-black-theme inkpot-theme info+ indent-guide ido-vertical-mode hy-mode hungry-delete htmlize hl-todo highlight-parentheses highlight-numbers highlight-indentation heroku-theme hemisu-theme help-fns+ helm-themes helm-swoop helm-pydoc helm-projectile helm-mode-manager helm-make helm-gitignore helm-flx helm-descbinds helm-company helm-c-yasnippet helm-ag hc-zenburn-theme gruvbox-theme gruber-darker-theme grandshell-theme gotham-theme google-translate golden-ratio go-eldoc gnuplot gitconfig-mode gitattributes-mode git-timemachine git-messenger git-gutter-fringe git-gutter-fringe+ gh-md gandalf-theme flycheck-pos-tip flx-ido flatui-theme flatland-theme firebelly-theme fill-column-indicator farmhouse-theme fancy-battery expand-region exec-path-from-shell evil-visualstar evil-tutor evil-surround evil-search-highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-magit evil-lisp-state evil-indent-plus evil-iedit-state evil-exchange evil-escape evil-args evil-anzu eval-sexp-fu espresso-theme eshell-prompt-extras esh-help elisp-slime-nav dracula-theme django-theme diff-hl define-word darktooth-theme darkmine-theme darkburn-theme dakrone-theme cython-mode cyberpunk-theme company-statistics company-quickhelp company-go company-anaconda colorsarenice-theme color-theme-sanityinc-tomorrow color-theme-sanityinc-solarized clues-theme clean-aindent-mode cherry-blossom-theme busybee-theme buffer-move bubbleberry-theme bracketed-paste birds-of-paradise-plus-theme badwolf-theme auto-yasnippet auto-highlight-symbol auto-compile apropospriate-theme anti-zenburn-theme ample-zen-theme ample-theme alect-themes aggressive-indent afternoon-theme adaptive-wrap ace-window ace-link ace-jump-helm-line ac-ispell)))
'(paradox-github-token t)
'(safe-local-variable-values
(quote
((eval setenv "GOPATH" "/home/barak/src/torus")
((eval setenv "GOPATH" "/home/barak/src/roba")
(eval setenv "GOPATH" "/home/barak/src/bb4")
(eval setenv "GOPATH" "/home/barak/src/bbot")
(eval setenv "GOPATH" "/home/barak/src/torus")
(eval setenv "GOPATH" "/home/barak/src/cayley")
(eval setenv "GOPATH" "/home/barak/src/livemd")
(eval setenv "GOPATH" "/home/barak/src/agro")))))