Adding html layer
This commit is contained in:
parent
4c1f92d897
commit
9018fc25a0
1 changed files with 8 additions and 4 deletions
|
@ -18,6 +18,8 @@ values."
|
|||
;; of a list then all discovered layers will be installed.
|
||||
dotspacemacs-configuration-layers
|
||||
'(
|
||||
html
|
||||
;; javascript
|
||||
;; ----------------------------------------------------------------
|
||||
;; Example of useful layers you may want to use right away.
|
||||
;; Uncomment some layer names and press <SPC f e R> (Vim style) or
|
||||
|
@ -243,8 +245,8 @@ executes.
|
|||
This function is mostly useful for variables that need to be set
|
||||
before packages are loaded. If you are unsure, you should try in setting them in
|
||||
`dotspacemacs/user-config' first."
|
||||
(setq-default dotspacemacs-default-font '("Fantasque Sans Mono"
|
||||
:size 16
|
||||
(setq-default dotspacemacs-default-font '("Fira Code Retina"
|
||||
:size 14
|
||||
:weight normal
|
||||
:width normal
|
||||
:powerline-scale 1.1))
|
||||
|
@ -269,7 +271,7 @@ This function is called at the very end of Spacemacs initialization after
|
|||
layers configuration.
|
||||
This is the place where most of your configurations should be done. Unless it is
|
||||
explicitly specified that a variable should be set before a package is loaded,
|
||||
you should place you code here."
|
||||
you should place your code here."
|
||||
(setq powerline-default-separator 'bar)
|
||||
|
||||
;; About ORG mode
|
||||
|
@ -297,7 +299,9 @@ you should place you 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.
|
||||
)
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(web-mode tagedit slim-mode scss-mode sass-mode pug-mode less-css-mode helm-css-scss haml-mode emmet-mode web-beautify livid-mode skewer-mode simple-httpd json-mode json-snatcher json-reformat js2-refactor yasnippet multiple-cursors js2-mode js-doc coffee-mode pcache hide-comnt uuidgen caml spinner org-projectile org org-download link-hint parent-mode epl request gitignore-mode git-link flx eyebrowse evil-visual-mark-mode evil-unimpaired magit-popup evil-ediff anzu undo-tree highlight dumb-jump f diminish column-enforce-mode bind-map bind-key packed dash avy popup async ws-butler spacemacs-theme spaceline persp-mode org-plus-contrib open-junk-file neotree leuven-theme indent-guide help-fns+ helm-themes helm-projectile helm-descbinds helm-ag google-translate evil-surround evil-search-highlight-persist evil-mc evil-matchit evil-iedit-state iedit auctex-latexmk auctex ace-link ace-jump-helm-line smartparens projectile helm helm-core markdown-mode s alert magit git-commit with-editor hydra package-build which-key evil window-numbering volatile-highlights vi-tilde-fringe utop use-package tuareg toc-org smooth-scrolling smeargle restart-emacs rainbow-delimiters quelpa powerline popwin pkg-info pcre2el paradox page-break-lines orgit org-repo-todo org-present org-pomodoro org-bullets ocp-indent move-text mmm-mode merlin markdown-toc magit-gitflow macrostep lorem-ipsum log4e linum-relative info+ ido-vertical-mode hungry-delete htmlize hl-todo highlight-parentheses highlight-numbers highlight-indentation helm-swoop helm-mode-manager helm-make helm-gitignore helm-flx goto-chg golden-ratio gnuplot gntp gitconfig-mode gitattributes-mode git-timemachine git-messenger gh-md flx-ido fill-column-indicator fancy-battery expand-region exec-path-from-shell evil-visualstar evil-tutor evil-numbers evil-nerd-commenter evil-magit evil-lisp-state evil-indent-plus evil-exchange evil-escape evil-args evil-anzu eval-sexp-fu elisp-slime-nav define-word color-theme-sanityinc-solarized clean-aindent-mode buffer-move bracketed-paste auto-highlight-symbol auto-compile aggressive-indent adaptive-wrap ace-window))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
|
Loading…
Reference in a new issue