update spacemacs config
This commit is contained in:
parent
d83f3e96ee
commit
c3ee1b29f6
2
emacs.d
2
emacs.d
@ -1 +1 @@
|
|||||||
Subproject commit b7e51d70aa3fb81df2da6dc16d9652a002ba5e6b
|
Subproject commit c2774bc0dea3dbc63621709d54685fbbe9212d55
|
10
spacemacs
10
spacemacs
@ -12,7 +12,6 @@
|
|||||||
;; of a list then all discovered layers will be installed.
|
;; of a list then all discovered layers will be installed.
|
||||||
dotspacemacs-configuration-layers
|
dotspacemacs-configuration-layers
|
||||||
'(
|
'(
|
||||||
haskell
|
|
||||||
javascript
|
javascript
|
||||||
markdown
|
markdown
|
||||||
c-c++
|
c-c++
|
||||||
@ -28,7 +27,7 @@
|
|||||||
git-enable-github-support t
|
git-enable-github-support t
|
||||||
git-gutter-use-fringe t)
|
git-gutter-use-fringe t)
|
||||||
;; markdown
|
;; markdown
|
||||||
org
|
(org :variables org-enable-reveal-js-support t)
|
||||||
;; (shell :variables
|
;; (shell :variables
|
||||||
;; shell-default-height 30
|
;; shell-default-height 30
|
||||||
;; shell-default-position 'bottom)
|
;; shell-default-position 'bottom)
|
||||||
@ -69,7 +68,7 @@ before layers configuration."
|
|||||||
;; directory. A string value must be a path to an image format supported
|
;; directory. A string value must be a path to an image format supported
|
||||||
;; by your Emacs build.
|
;; by your Emacs build.
|
||||||
;; If the value is nil then no banner is displayed.
|
;; 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.
|
;; List of items to show in the startup buffer. If nil it is disabled.
|
||||||
;; Possible values are: `recents' `bookmarks' `projects'."
|
;; Possible values are: `recents' `bookmarks' `projects'."
|
||||||
dotspacemacs-startup-lists '(recents 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.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(lean-server-show-pending-tasks t)
|
'(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))))
|
|
||||||
|
Loading…
Reference in New Issue
Block a user