diff options
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/Xresources | 15 | ||||
| -rw-r--r-- | dotfiles/spacemacs | 9 | 
2 files changed, 12 insertions, 12 deletions
| diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 071b082..40b82a1 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -1,12 +1,12 @@  *foreground: rgb:c5/c8/c6  *background: rgb:1d/1f/21  *color0:     rgb:1d/1f/21 -*color1:     rgb:28/2a/2e -*color2:     rgb:37/3b/41 -*color3:     rgb:96/98/96 -*color4:     rgb:b4/b7/b4 -*color5:     rgb:c5/c8/c6 -*color6:     rgb:e0/e0/e0 +*color1:     rgb:cc/66/66 +*color2:     rgb:b5/bd/68 +*color3:     rgb:f0/c6/74 +*color4:     rgb:81/a2/be +*color5:     rgb:b2/94/bb +*color6:     rgb:8a/be/b7  *color7:     rgb:ff/ff/ff  *color8:     rgb:cc/66/66  *color9:     rgb:de/93/5f @@ -19,4 +19,5 @@  XTerm.vt100.faceName: DejaVu Sans Mono:style=Book:antialias=false  XTerm.vt100.faceNameDoublesize: WenQuanYi Bitmap Song -XTerm.vt100.faceSize: 10
\ No newline at end of file +XTerm.vt100.faceSize: 10 +XTerm.selectToClipboard: true diff --git a/dotfiles/spacemacs b/dotfiles/spacemacs index 53ac480..4ea52ff 100644 --- a/dotfiles/spacemacs +++ b/dotfiles/spacemacs @@ -15,6 +15,7 @@       git       helm       latex +     (latex :variables latex-enable-folding nil)       markdown       org       pdf-tools @@ -151,11 +152,9 @@   ;; If you edit it by hand, you could mess it up, so be careful.   ;; Your init file should contain only one such instance.   ;; If there is more than one, they won't work right. - '(ansi-color-faces-vector -   [default bold shadow italic underline bold bold-italic bold]) - '(doc-view-continuous t) - '(evil-want-Y-yank-to-eol nil) - '(spacemacs-theme-org-height nil)) + '(package-selected-packages +   (quote +    (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. | 
