summaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2016-11-09 20:36:41 +0100
committerDaniel Schadt <kingdread@gmx.de>2016-11-09 20:36:41 +0100
commit062649f85fe2bd5ce2388c5c275f11529b37ba1e (patch)
treeaf23da9b2742e9d53d53b7d90a5337987e48aad4 /spacemacs
parentcec01a4a3ebd07fe34dc7a54972b422e1a8c2a8b (diff)
downloaddotfiles-062649f85fe2bd5ce2388c5c275f11529b37ba1e.tar.gz
dotfiles-062649f85fe2bd5ce2388c5c275f11529b37ba1e.tar.bz2
dotfiles-062649f85fe2bd5ce2388c5c275f11529b37ba1e.zip
spacemacs: add markdown, yaml, java, scala
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs/.spacemacs14
1 files changed, 13 insertions, 1 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs
index 4cc25ea..67e9e8d 100644
--- a/spacemacs/.spacemacs
+++ b/spacemacs/.spacemacs
@@ -2,6 +2,8 @@
(setq-default
dotspacemacs-distribution 'spacemacs
dotspacemacs-configuration-layers '(
+ markdown
+ yaml
auto-completion
irony-mode
version-control
@@ -11,6 +13,8 @@
c-c++
rust
themes-megapack
+ java
+ scala
)
))
@@ -37,6 +41,11 @@
'(ahs-idle-timer 0 t)
'(ahs-inhibit-face-list nil)
'(c-basic-offset 4)
+ '(c-offsets-alist
+ (quote
+ ((access-label . -1)
+ (inclass . 2)
+ (innamespace . 0))))
'(haskell-interactive-popup-error nil t)
'(haskell-mode-hook (quote (spacemacs/init-haskell-mode ghc-init)) t)
'(haskell-notify-p t t)
@@ -45,7 +54,10 @@
'(haskell-process-type (quote auto))
'(haskell-stylish-on-save nil t)
'(haskell-tags-on-save t)
- '(ring-bell-function (quote ignore) t)
+ '(package-selected-packages
+ (quote
+ (mmm-mode markdown-toc markdown-mode gh-md yaml-mode sourcerer-theme hide-comnt helm-purpose window-purpose imenu-list zonokai-theme zenburn-theme zen-and-art-theme yapfify ws-butler window-numbering which-key volatile-highlights vi-tilde-fringe uuidgen use-package underwater-theme ujelly-theme twilight-theme twilight-bright-theme twilight-anti-bright-theme tronesque-theme toxi-theme toml-mode toc-org tao-theme tangotango-theme tango-plus-theme tango-2-theme sunny-day-theme sublime-themes subatomic256-theme subatomic-theme stekene-theme spacemacs-theme spaceline spacegray-theme soothe-theme solarized-theme soft-stone-theme soft-morning-theme soft-charcoal-theme smyx-theme smeargle seti-theme reverse-theme restart-emacs rainbow-delimiters railscasts-theme racer quelpa pyvenv pytest pyenv-mode py-isort purple-haze-theme professional-theme popwin planet-theme pip-requirements phoenix-dark-pink-theme phoenix-dark-mono-theme persp-mode pcre2el pastels-on-dark-theme paradox orgit organic-green-theme 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 move-text monokai-theme monochrome-theme molokai-theme moe-theme minimal-theme material-theme majapahit-theme magit-gitflow lush-theme lorem-ipsum live-py-mode linum-relative link-hint light-soap-theme jbeans-theme jazz-theme ir-black-theme intero inkpot-theme info+ indent-guide ido-vertical-mode hy-mode hungry-delete hlint-refactor hl-todo hindent 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-hoogle helm-gitignore helm-flx helm-descbinds helm-company helm-c-yasnippet helm-ag hc-zenburn-theme haskell-snippets gruvbox-theme gruber-darker-theme grandshell-theme gotham-theme google-translate golden-ratio gitconfig-mode gitattributes-mode git-timemachine git-messenger git-link git-gutter-fringe git-gutter-fringe+ gandalf-theme flycheck-irony flx-ido flatui-theme flatland-theme firebelly-theme fill-column-indicator farmhouse-theme fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-unimpaired 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 espresso-theme dumb-jump dracula-theme django-theme disaster diff-hl define-word darktooth-theme darkokai-theme darkmine-theme darkburn-theme dakrone-theme cython-mode cyberpunk-theme company-statistics company-quickhelp company-irony company-ghci company-ghc company-cabal company-c-headers company-anaconda column-enforce-mode colorsarenice-theme color-theme-sanityinc-tomorrow color-theme-sanityinc-solarized cmm-mode cmake-mode clues-theme clean-aindent-mode clang-format cherry-blossom-theme cargo busybee-theme bubbleberry-theme birds-of-paradise-plus-theme badwolf-theme auto-yasnippet auto-highlight-symbol 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)))
+ '(ring-bell-function (quote ignore))
'(safe-local-variable-values (quote ((encoding . utf-8)))))
(custom-set-faces
;; custom-set-faces was added by Custom.