summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-04-26 18:15:23 -0500
committerBlaise Thompson <blaise@untzag.com>2018-04-26 18:15:23 -0500
commit0fd85e28457fb729c759eed4f45af58c703cdb0b (patch)
tree5e47299ed05332aad5100d626e601df74ba1e3af
parentfbae4a4ca9db5c7734d12e9646b3ffdafbb97b2c (diff)
2018-04-26 18:15
-rw-r--r--dotfiles/spacemacs14
-rw-r--r--i3/config2
2 files changed, 9 insertions, 7 deletions
diff --git a/dotfiles/spacemacs b/dotfiles/spacemacs
index 9b2176e..756dff1 100644
--- a/dotfiles/spacemacs
+++ b/dotfiles/spacemacs
@@ -120,7 +120,7 @@
dotspacemacs-persistent-server nil
dotspacemacs-search-tools '("ag" "pt" "ack" "grep")
dotspacemacs-default-package-repository nil
- dotspacemacs-whitespace-cleanup trailing
+ dotspacemacs-whitespace-cleanup nil
))
(defun dotspacemacs/user-init ()
@@ -128,8 +128,8 @@
)
(defun dotspacemacs/user-config ()
- (with-eval-after-load 'org (setq org-agenda-files
- '("~/org/")))
+ (with-eval-after-load 'org (setq org-agenda-files '("~/org/")))
+ (add-hook 'before-save-hook 'delete-trailing-whitespace)
(setq-default dotspacemacs-configuration-layers '(pdf-tools))
(setq-default fill-column 99)
(setq org-tags-column -99)
@@ -138,8 +138,10 @@
(setq org-agenda-span 10)
(setq org-agenda-start-on-weekday nil)
(setq org-journal-dir "~/org/journal"
- org-journal-date-format 'iso
- org-journal-file-format "%Y-%m-%d")
+ org-journal-date-prefix "#+TITLE: "
+ org-journal-date-format "%Y-%m-%d %A"
+ org-journal-time-prefix "* "
+ org-journal-file-format "%Y-%m-%d.org")
(setq powerline-default-separator nil
spaceline-org-clock-p t)
(setq org-ref-default-bibliography '("~/literature/database.bib")
@@ -169,7 +171,7 @@
;; If there is more than one, they won't work right.
'(package-selected-packages
(quote
- (org-journal mmt powerline spinner pdf-tools key-chord ivy tablist org-category-capture alert log4e gntp org-plus-contrib markdown-mode hydra dash-functional parent-mode projectile request helm-bibtex parsebib gitignore-mode fringe-helper git-gutter+ git-gutter flyspell-correct pos-tip flycheck pkg-info epl flx magit magit-popup git-commit with-editor smartparens iedit anzu evil goto-chg undo-tree highlight diminish bind-map bind-key biblio biblio-core packed auctex pythonic f dash s helm avy helm-core popup async evil-unimpaired yapfify xterm-color ws-butler winum which-key volatile-highlights vi-tilde-fringe uuidgen use-package unfill typit toc-org sudoku spaceline smeargle shell-pop restart-emacs ranger rainbow-delimiters pyvenv pytest pyenv-mode py-isort popwin pip-requirements persp-mode pcre2el paradox pacmacs orgit org-ref org-projectile org-present org-pomodoro org-download org-bullets open-junk-file neotree mwim multi-term move-text mmm-mode markdown-toc magit-gitflow macrostep lorem-ipsum live-py-mode linum-relative link-hint info+ indent-guide hy-mode hungry-delete htmlize hl-todo highlight-parentheses highlight-numbers highlight-indentation hide-comnt help-fns+ helm-themes helm-swoop helm-pydoc helm-projectile helm-mode-manager helm-make helm-gitignore helm-flx helm-descbinds helm-ag google-translate golden-ratio gnuplot gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link git-gutter-fringe git-gutter-fringe+ gh-md flyspell-correct-helm flycheck-pos-tip flx-ido fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode 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-ediff evil-args evil-anzu eval-sexp-fu eshell-z eshell-prompt-extras esh-help elisp-slime-nav dumb-jump diff-hl define-word cython-mode column-enforce-mode clean-aindent-mode base16-theme auto-highlight-symbol auto-dictionary auto-compile auctex-latexmk anaconda-mode aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line 2048-game))))
+ (ghub let-alist org-mime org-journal mmt powerline spinner pdf-tools key-chord ivy tablist org-category-capture alert log4e gntp org-plus-contrib markdown-mode hydra dash-functional parent-mode projectile request helm-bibtex parsebib gitignore-mode fringe-helper git-gutter+ git-gutter flyspell-correct pos-tip flycheck pkg-info epl flx magit magit-popup git-commit with-editor smartparens iedit anzu evil goto-chg undo-tree highlight diminish bind-map bind-key biblio biblio-core packed auctex pythonic f dash s helm avy helm-core popup async evil-unimpaired yapfify xterm-color ws-butler winum which-key volatile-highlights vi-tilde-fringe uuidgen use-package unfill typit toc-org sudoku spaceline smeargle shell-pop restart-emacs ranger rainbow-delimiters pyvenv pytest pyenv-mode py-isort popwin pip-requirements persp-mode pcre2el paradox pacmacs orgit org-ref org-projectile org-present org-pomodoro org-download org-bullets open-junk-file neotree mwim multi-term move-text mmm-mode markdown-toc magit-gitflow macrostep lorem-ipsum live-py-mode linum-relative link-hint info+ indent-guide hy-mode hungry-delete htmlize hl-todo highlight-parentheses highlight-numbers highlight-indentation hide-comnt help-fns+ helm-themes helm-swoop helm-pydoc helm-projectile helm-mode-manager helm-make helm-gitignore helm-flx helm-descbinds helm-ag google-translate golden-ratio gnuplot gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link git-gutter-fringe git-gutter-fringe+ gh-md flyspell-correct-helm flycheck-pos-tip flx-ido fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode 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-ediff evil-args evil-anzu eval-sexp-fu eshell-z eshell-prompt-extras esh-help elisp-slime-nav dumb-jump diff-hl define-word cython-mode column-enforce-mode clean-aindent-mode base16-theme auto-highlight-symbol auto-dictionary auto-compile auctex-latexmk anaconda-mode aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line 2048-game))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
diff --git a/i3/config b/i3/config
index f188ee8..d47b241 100644
--- a/i3/config
+++ b/i3/config
@@ -192,7 +192,7 @@ hide_edge_borders both
# --- software ------------------------------------------------------------------------------------
-exec insync start
+# exec insync start
exec xset s off -dpms
exec xset -b # never beep