From c3ee1b29f674c8223580f5fd251e1ea563ba369a Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 28 Jan 2017 13:28:08 +0100 Subject: [PATCH] update spacemacs config --- emacs.d | 2 +- spacemacs | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/emacs.d b/emacs.d index b7e51d7..c2774bc 160000 --- a/emacs.d +++ b/emacs.d @@ -1 +1 @@ -Subproject commit b7e51d70aa3fb81df2da6dc16d9652a002ba5e6b +Subproject commit c2774bc0dea3dbc63621709d54685fbbe9212d55 diff --git a/spacemacs b/spacemacs index 802a146..70e5002 100644 --- a/spacemacs +++ b/spacemacs @@ -12,7 +12,6 @@ ;; of a list then all discovered layers will be installed. dotspacemacs-configuration-layers '( - haskell javascript markdown c-c++ @@ -28,7 +27,7 @@ git-enable-github-support t git-gutter-use-fringe t) ;; markdown - org + (org :variables org-enable-reveal-js-support t) ;; (shell :variables ;; shell-default-height 30 ;; shell-default-position 'bottom) @@ -69,7 +68,7 @@ before layers configuration." ;; directory. A string value must be a path to an image format supported ;; by your Emacs build. ;; If the value is nil then no banner is displayed. - dotspacemacs-startup-banner 'official + dotspacemacs-startup-banner 999 ;; List of items to show in the startup buffer. If nil it is disabled. ;; Possible values are: `recents' `bookmarks' `projects'." dotspacemacs-startup-lists '(recents projects) @@ -237,7 +236,4 @@ you should place your code here." ;; 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. - '(lean-server-show-pending-tasks t) - '(package-selected-packages - (quote - (intero hlint-refactor hindent helm-hoogle haskell-snippets flycheck-haskell company-ghci company-ghc ghc haskell-mode company-cabal cmm-mode disaster company-c-headers cmake-mode clang-format persp-mode ws-butler window-numbering which-key web-beautify volatile-highlights vi-tilde-fringe vdirel uuidgen use-package toc-org spacemacs-theme spaceline solarized-theme smeargle restart-emacs rainbow-delimiters quelpa popwin pcre2el paradox orgit org-projectile org-present org-pomodoro org-plus-contrib org-download org-bullets open-junk-file noflet neotree mwim mu4e-alert move-text mmm-mode markdown-toc magit-gitflow macrostep lorem-ipsum livid-mode linum-relative link-hint ledger-mode json-mode js2-refactor js-doc info+ indent-guide ido-vertical-mode hungry-delete htmlize hl-todo highlight-parentheses highlight-numbers highlight-indentation hide-comnt help-fns+ helm-themes helm-swoop helm-projectile helm-mode-manager helm-make helm-gitignore helm-flx helm-descbinds helm-company helm-c-yasnippet 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 flycheck-pos-tip flycheck-ledger flx-ido fill-column-indicator 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 ensime elisp-slime-nav dumb-jump diff-hl define-word company-tern company-statistics company-auctex column-enforce-mode coffee-mode clean-aindent-mode auto-yasnippet auto-highlight-symbol auto-compile auctex-latexmk aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line ac-ispell)))) + '(lean-server-show-pending-tasks t))