├── .gitignore ├── .nojekyll ├── Clojure-logo-3d.png ├── README.md ├── alternative-tooling ├── index.html ├── joker.html ├── leiningen.html ├── linting.md ├── neotree.html ├── org-easy-templates.md ├── paredit-keybindings.md ├── paredit.html ├── parinfer.html └── silversearcher-ag.html ├── before-you-start ├── index.html ├── install-clojure.html ├── install-emacs.html ├── install-java.html └── recommended-command-line-tools.html ├── cider-configuration-variables-script.el ├── clojure-projects ├── adding-files.html ├── index.html ├── monorepo-nested-projects.html ├── project-configuration.html └── rename-delete-files.html ├── clojure-repl ├── clear-repl-buffer.html ├── clojurescript-repl.html ├── component-lifecycle.html ├── configure-repl-start.html ├── connect-to-remote-repl.html ├── connect-to-repl.html ├── index.html ├── jack-in-to-repl.html ├── portal-data-visualization.html ├── refresh-restart-repl.html └── reveal-data-visualization.html ├── clojurescript ├── additional-features.md ├── build-process.md ├── css-rainbow-colors.md ├── index.md └── why-clojurescript.md ├── conjure-discussion.md ├── contributors.html ├── cover.png ├── debug-clojure ├── cider-debug.html ├── index.html ├── inspect-values.html ├── sayid-debug.html └── understanding-errors.html ├── deploy-live ├── documentation ├── apropos.html ├── cider-doc.html ├── comments.html ├── index.html └── javadoc.html ├── emacs-lisp └── index.html ├── encryption ├── create-gpg-key.html └── index.html ├── evaluating-clojure ├── enlighten.html ├── evaluate-in-repl-buffer.html ├── expressions.html ├── index.html ├── inspect.html ├── macro-expand.html ├── region.md └── undefine.html ├── external-repl ├── connect-to-running-repl.html ├── index.html ├── repl-command-menu.html ├── repl-history.html ├── show-repl-on-connect.html └── switching-to-repl.html ├── figwheel ├── braodcasting.md ├── clojurescript-repl.md ├── error-reporting.md ├── heads-up-display.md ├── index.html.md ├── index.md ├── live-code-reload.md ├── live-css-reload.md ├── multiple-environments.md ├── other-options.md └── static-content.md ├── gitbook ├── fonts │ └── fontawesome │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 ├── gitbook-plugin-callouts │ └── plugin.css ├── gitbook-plugin-codeblock-disable-glossary │ └── disable-glossary.js ├── gitbook-plugin-disqus │ ├── plugin.css │ └── plugin.js ├── gitbook-plugin-fontsettings │ ├── fontsettings.js │ └── website.css ├── gitbook-plugin-ga │ └── plugin.js ├── gitbook-plugin-gist │ └── plugin.js ├── gitbook-plugin-heading-anchors │ └── anchor-style.js ├── gitbook-plugin-highlight │ ├── ebook.css │ └── website.css ├── gitbook-plugin-lunr │ ├── lunr.min.js │ └── search-lunr.js ├── gitbook-plugin-search │ ├── lunr.min.js │ ├── search-engine.js │ ├── search.css │ └── search.js ├── gitbook-plugin-sectionx │ ├── sectionx.css │ └── sectionx.js ├── gitbook-plugin-sharing │ └── buttons.js ├── gitbook-plugin-simpletabs │ ├── tabs.css │ └── tabs.js ├── gitbook-plugin-toggle-chapters │ ├── toggle.css │ └── toggle.js ├── gitbook-plugin-toolbar │ └── buttons.js ├── gitbook-plugin-wide-page │ └── wide.css ├── gitbook.js ├── images │ ├── apple-touch-icon-precomposed-152.png │ └── favicon.ico ├── style.css └── theme.js ├── images ├── 200px-Elm_logo.png ├── 200px-Erlang_logo.png ├── 200px-Groovy-logo.png ├── 200px-HTML5_logo.png ├── 200px-ISO_C++_Logo.png ├── 200px-Java-Logo.png ├── 200px-LaTeX_logo.png ├── 200px-Lua-logo.png ├── 200px-Markdown.png ├── 200px-PHP-logo.png ├── 200px-Python-logo.png ├── 200px-React-icon.png ├── 200px-Ruby_logo.png ├── 200px-Rust_logo.png ├── 200px-Swift_logo.png ├── 200px-Unofficial_JavaScript_logo.png ├── Fsharp_logo.png ├── PureScript_Logo.png ├── Ruby_On_Rails_Logo.png ├── Scala_logo.png ├── add-declaration.gif ├── add-import.gif ├── add-missing-libspec.gif ├── add-project-dependency.gif ├── asciidoctor-logo.png ├── button-before-you-start.png ├── button-before-you-start.svg ├── button-code-with-clojure.png ├── button-code-with-clojure.svg ├── button-install-spacemacs.png ├── button-install-spacemacs.svg ├── button-my-spacemacs-config.png ├── button-my-spacemacs-config.svg ├── button-using-spacemacs.png ├── button-why-spacemacs.png ├── button-why-spacemacs.svg ├── cider-logo.png ├── clj-refactor-clean-ns.gif ├── clj-refactor-clojure-convert-collections.gif ├── clj-refactor-hotload-dependency.gif ├── clj-refactor-sort-project-dependencies.gif ├── cljr-hydras.gif ├── clojure-cli-tools-run-with-rebel-readline-alias.png ├── clojure-logo-3d.png ├── clojure-practicalli-banner.png ├── clojure-project-structure-src-test-tree.png ├── clojure-repl-terminal-rebel-nrepl.png ├── clojurescript-figwheel-main-connect-build-dev.png ├── clojurescript-figwheel-main-connect-command-cljs.png ├── clojurescript-figwheel-main-connect-host-localhost.png ├── clojurescript-figwheel-main-connect-nrepl-output.png ├── clojurescript-figwheel-main-connect-port-tictactoe.png ├── clojurescript-figwheel-main-connect-repl-type-figwheel-main.png ├── coffeescript-logo.png ├── development-environment-java-check.png ├── django-logo.png ├── doom-gruvbox-light-bold.png ├── doom-gruvbox-light-default.png ├── elixir-logo.png ├── emacs-banner.png ├── emacs-cider-eval-expression-minibuffer.png ├── emacs-cider-eval-expression-repl.png ├── emacs-cider-namespace-change.png ├── emacs-cider-started.png ├── emacs-logo-48.png ├── emacs-logo-text.png ├── emacs-logo.svg ├── emacs-terminology-structure.png ├── emacs-terminology-structure.svg ├── emacs-terminology.png ├── ember-logo.png ├── favicon_io │ ├── android-chrome-192x192.png │ ├── android-chrome-512x512.png │ ├── apple-touch-icon.png │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── favicon.ico │ └── site.webmanifest ├── fira-code-font-ligatures-clojure.png ├── git-gitconfig-user-name-email-github-oauth-token.png ├── git-gitconfig-user-name-email.png ├── gitter-chat-badge-practicalli.png ├── golang-logo.png ├── haskell-logo.png ├── helm-logo.png ├── idris-logo.png ├── julia-logo.png ├── kotlin-logo.png ├── linter-joker-screenshot.png ├── lisp-logo-alien-256.png ├── logo_CSharp.png ├── london-clojurians-event-groups.png ├── magit-forge-create-pull-request-error-after-successful-pr.png ├── ocaml-logo.png ├── perl5-logo.png ├── perl6-logo.png ├── phoenix-logo.png ├── practicalli-slack-channel.png ├── practicalli-spacemacs-book-banner.png ├── practicalli-spacemacs-book-cover.png ├── racket-logo.png ├── rst-logo.png ├── sketches │ └── repl-workflow-evaluation.ora ├── spacemace-clojure-inspect-java-lang-long.png ├── spacemace-clojure-inspect-java-lang-persistentvector.png ├── spacemacs-2-configuration-dot-spacemacs.png ├── spacemacs-2-helm-find-emacs.png ├── spacemacs-2-helm-find.png ├── spacemacs-2-helm-help.png ├── spacemacs-2-helm.png ├── spacemacs-2-layers-clojure-auto-complete-variables.png ├── spacemacs-2-layers-clojure.png ├── spacemacs-2-layers-git-and-version-control-variables.png ├── spacemacs-2-layers-git-variables.png ├── spacemacs-2-vim-tutorial.png ├── spacemacs-2017-aprilfools.png ├── spacemacs-application-processes-buffer.png ├── spacemacs-auto-completion-snippets-html-link-expanded.png ├── spacemacs-auto-completion-snippets-html-link.png ├── spacemacs-autocompletion-ns.png ├── spacemacs-buffer-menu-list-buffers-helm-mini.png ├── spacemacs-buffer-menu.png ├── spacemacs-buffers-helm-actions.png ├── spacemacs-buffers-transient-state-menu.png ├── spacemacs-camcorder-package-install.png ├── spacemacs-choice-emacs.png ├── spacemacs-cider-clojurescript-connection-options.png ├── spacemacs-cider-connect-warning-versions-out-of-sync.png ├── spacemacs-cider-error-buffer-show-hide-buttons.png ├── spacemacs-cider-evaluate-source-code-buffer-defun.png ├── spacemacs-cider-nrepl-mismatch.png ├── spacemacs-cider-repl-command-shortcuts.png ├── spacemacs-cider-test-report-fail.png ├── spacemacs-cider-test-run-tests-results-mini-buffer.png ├── spacemacs-clojure-cider-connect-clj.png ├── spacemacs-clojure-cider-connect-host.png ├── spacemacs-clojure-cider-connect-port.png ├── spacemacs-clojure-cider-debug-menu.png ├── spacemacs-clojure-cider-inspect-last-result.png ├── spacemacs-clojure-cider-inspector-commands.png ├── spacemacs-clojure-cider-inspector-inspect-last-value-defn.png ├── spacemacs-clojure-cider-jack-in-command-line-hacking.png ├── spacemacs-clojure-cider-menu.png ├── spacemacs-clojure-cider-repl-buffer.png ├── spacemacs-clojure-cider-send-expression-to-repl.png ├── spacemacs-clojure-cider-send-to-repl-namespace-user.png ├── spacemacs-clojure-clj-refactor-formatting.png ├── spacemacs-clojure-create-a-project-clojure-cli-eshell.png ├── spacemacs-clojure-development-with-spacemacs.png ├── spacemacs-clojure-doc-clojure-spec.png ├── spacemacs-clojure-doc-defn.png ├── spacemacs-clojure-doc-source.png ├── spacemacs-clojure-docs-apropos-results.png ├── spacemacs-clojure-docs-apropos.png ├── spacemacs-clojure-docs-clojuredocs.png ├── spacemacs-clojure-docs-conj.png ├── spacemacs-clojure-docs-java-docs-website.png ├── spacemacs-clojure-enlighten-mode-example.png ├── spacemacs-clojure-evaluate-menu.png ├── spacemacs-clojure-evaluation-enlighten-example.png ├── spacemacs-clojure-find-var-java-source-code.png ├── spacemacs-clojure-inspect-atom-containing-persistent-vector.png ├── spacemacs-clojure-inspect-persistent-map-nested.png ├── spacemacs-clojure-inspect-persistent-map-with-vector.png ├── spacemacs-clojure-inspect-persistent-map.png ├── spacemacs-clojure-java-find-var.png ├── spacemacs-clojure-lint-joker-indicators-spacemacs-dark.png ├── spacemacs-clojure-lint-joker-indicators-spacemacs-light.png ├── spacemacs-clojure-linter-jocker-examples-ubuntu.png ├── spacemacs-clojure-linting-code-marks-and-flycheck-list-errors.png ├── spacemacs-clojure-linting-flycheck-list-errors.png ├── spacemacs-clojure-logo-spacemacs.png ├── spacemacs-clojure-lsp-project-import-prompt.png ├── spacemacs-clojure-macro-expand-defn-expanded.png ├── spacemacs-clojure-menu-refactor.png ├── spacemacs-clojure-namespace-browse-ns.png ├── spacemacs-clojure-namespace-find-ns.png ├── spacemacs-clojure-ns-form-requires-grouped-by-purpose.png ├── spacemacs-clojure-project-repl-start-up.gif ├── spacemacs-clojure-refactor-menu-clojure-mode-add.png ├── spacemacs-clojure-refactor-menu-clojure-mode-cycle-clean-convert.png ├── spacemacs-clojure-refactor-menu-clojure-mode-show-sort-stop.png ├── spacemacs-clojure-refactor-menu-clojure-mode-thread.png ├── spacemacs-clojure-refactor-menu-clojure-mode-unwind-update.png ├── spacemacs-clojure-refactor-menu-clojure-mode.png ├── spacemacs-clojure-repl-buffer-commands-list.png ├── spacemacs-clojure-repl-buffer-powerbar.png ├── spacemacs-clojure-repl-change-namespace-spacemacs-workshop.png ├── spacemacs-clojure-repl-command-ns.png ├── spacemacs-clojure-repl-history-buffer.png ├── spacemacs-clojure-repl-history-keybindings-code.png ├── spacemacs-clojure-repl-pop-to-buffer-on-connect.png ├── spacemacs-clojure-repl-send-to-menu-quit.png ├── spacemacs-clojure-repl-send-to-menu.png ├── spacemacs-clojure-repl-start-edit-command-add-aliases.png ├── spacemacs-clojure-repl-undef-symbol-helm-narrowing.png ├── spacemacs-clojure-safe-structural-editing-mode.png ├── spacemacs-clojure-test-defn-private-refer-as.png ├── spacemacs-clojure-test-selectors-integration-not-found.png ├── spacemacs-clojure-test-selectors-prompt.png ├── spacemacs-configure-layers.png ├── spacemacs-debug-breakpoint-call-function.png ├── spacemacs-develop-update-magit-unpulled-commits.png ├── spacemacs-doom-gruvbox-light-theme-example-clojure-spec.png ├── spacemacs-doom-gruvbox-light-theme-examples-home-spacemacs-config.png ├── spacemacs-dotspacemacs-search-tools.png ├── spacemacs-ediff-org-mode-todo-faces.png ├── spacemacs-eshell-theme-practicalli.png ├── spacemacs-evil-spc-menu.png ├── spacemacs-file-menu-find-helm-popup.png ├── spacemacs-file-menu.png ├── spacemacs-first-run-vim.png ├── spacemacs-floobits-help-light.png ├── spacemacs-floorbits-help.png ├── spacemacs-flycheck-verify-no-checkers.png ├── spacemacs-gist-create-from-buffer.png ├── spacemacs-gist-dird-gist-from-file.png ├── spacemacs-gist-dired-gist-from-file.png ├── spacemacs-gist-list.png ├── spacemacs-git-gist-menu.png ├── spacemacs-git-github-clone-menu.png ├── spacemacs-git-github-menu.png ├── spacemacs-git-gitst-menu.png ├── spacemacs-git-menu.png ├── spacemacs-git-timemachine-customize.png ├── spacemacs-git-timemachine-menu.png ├── spacemacs-github-create-new-repository.png ├── spacemacs-github-remote-repository-connection-git.png ├── spacemacs-github-remote-repository-connections.png ├── spacemacs-gtags-create-database-enabled.png ├── spacemacs-gtags-create-database-prompt-use-ctags-backend.png ├── spacemacs-gtags-modeline-question-mark-no-gtags-yet.png ├── spacemacs-helm-ag-ripgrep--pattern.png ├── spacemacs-helm-ag-ripgrep-globbing-clj.png ├── spacemacs-helm-ag-ripgrep-options-help.png ├── spacemacs-helm-ag-ripgrep-pattern-search.png ├── spacemacs-helm-file-edit.png ├── spacemacs-helm-layers-list.png ├── spacemacs-helm-transient-state-menu.png ├── spacemacs-heml-ag-ripgrep-globbing-not-md.png ├── spacemacs-holy-M-m-menu.png ├── spacemacs-home-rollback-package-update.png ├── spacemacs-home-which-key.png ├── spacemacs-homepage-install.png ├── spacemacs-how-to-create-a-pull-request-text.png ├── spacemacs-icon-transparent.png ├── spacemacs-install-holy-mode.png ├── spacemacs-install-wizard-distribution.png ├── spacemacs-install-wizard-editing-style.png ├── spacemacs-layer-clojure-docs.png ├── spacemacs-layers-lang-clojure-packages--cider-eval-defun-to-comment.png ├── spacemacs-layers-name.png ├── spacemacs-layouts-clojure-code-hhgttg.png ├── spacemacs-layouts-example-practicalli-spacemacs.png ├── spacemacs-layouts-help.png ├── spacemacs-layouts-practicalli-spacemacs.png ├── spacemacs-layouts-transient-state-layers.png ├── spacemacs-layouts-transient-state-list.png ├── spacemacs-layouts-transient-state-menu.png ├── spacemacs-layouts-transient-state.png ├── spacemacs-layouts-workspaces-help.png ├── spacemacs-lein-new-spacemacs-workshop.png ├── spacemacs-lein-repl-output.png ├── spacemacs-lisp-state-menu.png ├── spacemacs-logo-homepage.png ├── spacemacs-logo.png ├── spacemacs-logo.svg ├── spacemacs-lsp-breadcumbs.png ├── spacemacs-magit--reset-menu.png ├── spacemacs-magit--reset-to-head-1.png ├── spacemacs-magit-blame-commit.png ├── spacemacs-magit-branching-menu.png ├── spacemacs-magit-commit-menu-dark.png ├── spacemacs-magit-commit-menu.png ├── spacemacs-magit-commit-message-buffer.png ├── spacemacs-magit-commit-message-menu.png ├── spacemacs-magit-commit-squash-example.png ├── spacemacs-magit-forge-add-repository-name.png ├── spacemacs-magit-forge-create-fork-remote-name.png ├── spacemacs-magit-forge-create-fork-to.png ├── spacemacs-magit-forge-create-issue-post.png ├── spacemacs-magit-forge-create-pr-message.png ├── spacemacs-magit-forge-create-pull-request-forge-repository.png ├── spacemacs-magit-forge-create-pull-request-source-branch.png ├── spacemacs-magit-forge-create-pull-request-target-branch.png ├── spacemacs-magit-forge-create-pull-request-text.png ├── spacemacs-magit-forge-issue-details.png ├── spacemacs-magit-forge-issues-status-list.png ├── spacemacs-magit-forge-issues-status.png ├── spacemacs-magit-forge-pgp-encrypt-authinfo-pgp.png ├── spacemacs-magit-forge-repository-selection.png ├── spacemacs-magit-forge-require-forge-add-repository.png ├── spacemacs-magit-fringe-markers.png ├── spacemacs-magit-fullscreen-refine-hunks-example.png ├── spacemacs-magit-git-init-when-git-project-routes-added.png ├── spacemacs-magit-git-status-helm-list-of-repositories.png ├── spacemacs-magit-help-menu.png ├── spacemacs-magit-init.png ├── spacemacs-magit-list-repositories.png ├── spacemacs-magit-menu--magithub.png ├── spacemacs-magit-pull-upstream-default.png ├── spacemacs-magit-pull-upstream-default.svg ├── spacemacs-magit-push-changed-history.png ├── spacemacs-magit-push-remote-default.png ├── spacemacs-magit-push-remote-default.svg ├── spacemacs-magit-push-upstream-default.png.svg ├── spacemacs-magit-rebase-menu.png ├── spacemacs-magit-remotes-menu.png ├── spacemacs-magit-remotes-pull-default-configure.png ├── spacemacs-magit-remotes-pull-default-configure.svg ├── spacemacs-magit-remotes-push-default-configure.png ├── spacemacs-magit-remotes-push-default-configure.svg ├── spacemacs-magit-reset-via-recent-commits-list.png ├── spacemacs-magit-stash-menu.png ├── spacemacs-magit-status-example-full.png ├── spacemacs-magit-status-example.png ├── spacemacs-magit-status-magithub-menu.png ├── spacemacs-magit-status-staging-untracked-unstaged-staged-changes.png ├── spacemacs-magit-status.png ├── spacemacs-magit-subcommand.png ├── spacemacs-main-menu.png ├── spacemacs-markdown-example.png ├── spacemacs-markdown-menu.png ├── spacemacs-menu-jump.png ├── spacemacs-multiple-cursors-menu.png ├── spacemacs-music-bongo-playing.png ├── spacemacs-music-bongo-playlist-meatloaf.png ├── spacemacs-narrow-numbers-menu.png ├── spacemacs-navigate-project-find-file-open-clojure.gif ├── spacemacs-navigation-definitions-java.png ├── spacemacs-neotree-example.png ├── spacemacs-neotree-key-hints.png ├── spacemacs-neotree-project-example.png ├── spacemacs-org-babel-demarcate-block-language.png ├── spacemacs-org-journal-example-day-entry.png ├── spacemacs-org-mode-checkboxes-header-tracking.png ├── spacemacs-org-mode-hyperlinks-descriptive.png ├── spacemacs-org-mode-hyperlinks-literal.png ├── spacemacs-org-mode-journal-list-checkbox-tracking-cookie.png ├── spacemacs-org-structure-templates.png ├── spacemacs-orgmode-headings-example.png ├── spacemacs-orgmode-menu.png ├── spacemacs-other-features.png ├── spacemacs-practicalli-banner.png ├── spacemacs-profiler-report-memory-cpu.png ├── spacemacs-project-menu.png ├── spacemacs-projectile-file-new-file--light.png ├── spacemacs-projectile-menu--light.png ├── spacemacs-projectile-menu.png ├── spacemacs-ranger-example-book.png ├── spacemacs-ranger-example.png ├── spacemacs-refactor-function-call-tab.png ├── spacemacs-repl-eval-pprint-example-portfolio.png ├── spacemacs-search-setting-boundary.png ├── spacemacs-select-emacs.png ├── spacemacs-select-vim.png ├── spacemacs-shell-popup-multiterm-zsh.png ├── spacemacs-smart-search-example.png ├── spacemacs-snippets-clojure-mode-yasnippet-vs-swannodette.png ├── spacemacs-snippets-clojure-mode-yasnippet.png ├── spacemacs-snippets-example-markdown-code.png ├── spacemacs-source-control-add-layers.png ├── spacemacs-spacemacs-package-load-time.png ├── spacemacs-spacemacs.png ├── spacemacs-spelling-menu.png ├── spacemacs-standard-distribution.png ├── spacemacs-states--vertical.png ├── spacemacs-states--vertical.svg ├── spacemacs-states-vim-emacs.svg ├── spacemacs-states-vim-emacs.svg.png ├── spacemacs-states-vim.png ├── spacemacs-states-vim.svg ├── spacemacs-states.svg ├── spacemacs-structural-editing-lisp-state-menu.png ├── spacemacs-symbol-highlight-transient-state.png ├── spacemacs-theme-cyberpunk.png ├── spacemacs-theme-dark.png ├── spacemacs-theme-light.png ├── spacemacs-themes-doom-solarized-dark.png ├── spacemacs-themes-doom-solarized-light.png ├── spacemacs-themes-menu.png ├── spacemacs-toggle-menu.png ├── spacemacs-tramp-file-open-as-sudo-saved-password-in-keyring.png ├── spacemacs-treemacs-keybindings.png ├── spacemacs-treemacs-project-changes.png ├── spacemacs-treemacs-project-example.png ├── spacemacs-truncate-lines-example.png ├── spacemacs-unicode-popup.png ├── spacemacs-update-package-post-reboot.png ├── spacemacs-update-packages-install-summary.png ├── spacemacs-update-packages-installing-minibuffer-messages.png ├── spacemacs-update-packages-summary.png ├── spacemacs-version-control--smerge-transient-state-menu.png ├── spacemacs-versioning-smeargle-transient-state-menu.png ├── spacemacs-vim-normal-g-menu.png ├── spacemacs-vim-normal-symbol-highlight-transient-state.png ├── spacemacs-vim-normal-z-menu.png ├── spacemacs-vim-normal-zoom-menu.png ├── spacemacs-which-key-paging-help-menu.png ├── spacemacs-which-key-paging-help.png ├── spacemacs-why-website.png ├── spacemacs-window-menu-transient-state.png ├── spacemacs-window-menu-zoomed.png ├── spacemacs-window-menu.png ├── spacemacs-zoom-fold-transient-state.png ├── spacemacs-zoom-frame-scale-transient-state.png ├── spacemacs-zoom-menu.png ├── spacemacs-zoom-text-transient-state-font-scaling.png ├── spacesmacs-2-spacemacs-home.png ├── spacmacs-magit-forge-menu.png ├── typescript-logo.png ├── ubuntu-silversearcher-ag-install.png ├── vim-adventures.png └── yaml-logo.png ├── improving-code ├── batch-linting.html ├── formatting │ ├── aligning-forms-expressions.html │ ├── automatic-indenting.html │ └── index.html ├── idiomatic-code-checking.html ├── index.html └── live-linting.html ├── index.html ├── install-spacemacs ├── additional-configuration.html ├── change-font.html ├── clj-kondo-via-lsp.html ├── clojure-layer.html ├── clojure-lsp │ ├── configure-lsp-and-cider.html │ └── index.html ├── emacsclient-git-commit-messages.html ├── emacsclient-server.html ├── enhance-clojure-experience.html ├── eshell.html ├── evil-structural-editing.html ├── fancify-symbols.html ├── index.html ├── line-numbers.html ├── maximised-full-screen.html ├── smartparens.html ├── switch-to-develop.html ├── themes.html ├── troubleshooting.html └── update.html ├── introduction ├── additional-resources.md ├── contributing.html ├── sample-configuration.md └── workshop-conventions.md ├── keybindings-missing.org ├── markdown-mode └── index.html ├── misc ├── artist-mode.html ├── index.html └── unicode-characters.html ├── navigating-code ├── code-folding-methods.html ├── code-folding.html ├── expressions.html ├── find-usages.html ├── function-definitions.html ├── index.html ├── java-definitions.html ├── local-java-sources.html ├── markers.html ├── names-symbols.html └── namespaces.html ├── org-mode ├── code-blocks.html ├── get-things-done.md ├── headings.html ├── index.html ├── linking.html ├── lists-and-checkboxes.html ├── literate-programming │ └── index.html ├── org-journal.html ├── org-mode-tweaks.html ├── tables.html ├── todo-states-customise.md ├── todo-states.html └── yasnippets.md ├── os-specific-config └── macosx.html ├── pre-requisites.md ├── refactor ├── clj-refactor │ ├── collections.html │ ├── extracting.html │ ├── formatting-code.html │ ├── forms.md │ ├── index.html │ ├── managing-library-dependencies.html │ ├── managing-namespaces.html │ └── reference.md ├── clojure-mode │ └── index.html ├── index.html ├── namespace-definitions.html ├── similar-function-call-name.html ├── within-a-function.html ├── within-a-namespace.html └── within-a-project.html ├── reference ├── cider │ ├── configuration-variables.html │ └── index.html ├── clojure │ ├── control-flow.html │ ├── data-structures.html │ ├── functions.html │ ├── index.html │ ├── local-assignement.html │ ├── maths.html │ └── strings.html ├── hydra-menus.md ├── index.html ├── keybindings │ ├── cider-keybindings.md │ ├── index.html │ └── vim-keybindings.html ├── projectile.html └── vim │ └── getting-comfortable.html ├── repl-driven-development └── index.html ├── screencasts ├── 00-install-emacs-spacemacs-clojure-experience.org ├── 02-starting-the-repl.org ├── 03-editing-refactoring.org ├── general-working-with-projects.org ├── multiple-cursors.org └── repl-driven-development-with-spacemacs.org ├── search_index.json ├── shell.md ├── snippets ├── add-your-own-snippets.html ├── clojure-snippets-reference.md ├── clojure-snippets.html └── index.html ├── source-control ├── add-layers.html ├── forge-configuration.html ├── forge-self-hosted-configuration.html ├── git-configuration.html ├── github-configuration.html ├── github │ ├── gists.html │ └── index.html ├── gitlab │ └── index.html ├── index.html └── magit │ ├── blame.html │ ├── branching.html │ ├── changing-history.html │ ├── clean-up-magit-sessions.html │ ├── commit-amend.html │ ├── commit-changes.html │ ├── commit-create.html │ ├── commit-extend.html │ ├── commit-rewrite.html │ ├── commit-squash.html │ ├── create-local-repository.html │ ├── forge.html │ ├── index.html │ ├── interactive-rebasing.html │ ├── list-local-repositories.html │ ├── remote-repositories │ ├── checkout-remote-branch.html │ ├── clone-fork.html │ ├── configure-default-push.html │ ├── configure-default-upstream.html │ ├── index.html │ ├── pull-changes.html │ ├── push-changes.html │ └── try-pull-requests.html │ ├── reset-commit-history.html │ ├── staging-changes.html │ ├── stashing.html │ ├── status-fullscreen.html │ ├── status.html │ ├── tag-commit.html │ ├── timemachine.html │ └── version-highlighting.html ├── spacemacs-basics ├── emacs-basics.html ├── emacs-quick-reference.md ├── evil-g-menu.html ├── evil-states.html ├── evil-tools │ ├── helm-swoop.html │ ├── iedit-a-function.html │ ├── iedit-find-replace.html │ ├── iedit-in-action.html │ ├── iedit-replace-multiple-words.html │ ├── iedit.html │ ├── index.html │ ├── multiple-cursors.html │ ├── narrowing.html │ └── replacing-text-across-projects.html ├── evil-z-menu.html ├── index.html ├── spacemacs-documentation.md ├── spell-checking.html ├── vim-basics.html ├── vim-style │ ├── keybindng-reference.html │ ├── speaking-evil.html │ ├── vim-quick-reference.html │ └── vim-tips-for-developers.html ├── visual-select.html └── working-with-projects │ ├── index.html │ ├── layouts.html │ ├── managing-buffers.html │ ├── managing-windows.html │ ├── open-and-create-files.html │ ├── projectile.html │ ├── ranger.html │ ├── searching-projects.html │ ├── tidying-up-buffers.html │ └── treemacs.html ├── spacemacs-mini-cheatsheet.html ├── spacemacs-on-android.md ├── structural-editing ├── barf.md ├── classic-emacs.md ├── cleverparens.html ├── emacs-killing-code-softly.html ├── index.html ├── lisp-state-commands.md ├── lisp-state-deleting.html ├── lisp-state-raising.html ├── lisp-state-slurp-barf.html ├── lisp-state-splicing.md ├── lisp-state-wrap-unwrap.html ├── lisp-state.html ├── repeating-commands.html ├── slurp.md ├── smartparens-cheatsheet.md └── smartparens.html ├── styles ├── ebook.css ├── epub.css ├── mobi.css ├── pdf.css └── website.css ├── test-file.md ├── testing ├── index.html └── unit-testing │ ├── cider-test-deps-edn-projects.html │ ├── clojure-test-expectations.md │ ├── configure-cider-test-runner.html │ ├── index.html │ ├── re-run-tests-from-test-report-buffer.html │ ├── refactor-unit-tests.html │ ├── running-tests.html │ └── writing-unit-tests.html ├── using-figwheel ├── chestnut-template.html ├── chestnut-template.md ├── index.html ├── index.md ├── starting-chestnut-emacs.html ├── starting-chestnut-emacs.md ├── starting-chestnut-terminal.html └── starting-chestnut-terminal.md ├── why-move-from-vi-to-spacemacs.md ├── why-spacemacs ├── clojure-layer.html ├── configuring-spacemacs.md ├── extensive-language-support.html ├── helm-transient-state.html ├── helm.html ├── index.html ├── layers.html ├── layouts.html ├── mnemonic-menu.html ├── project-file-navigation.html ├── states.html ├── structured-editing.md ├── transient-state-menus.html └── why-evil.md ├── work-in-progress.md ├── workshop-agenda.org └── writing-emacs-lisp └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | .DS_Store 3 | ._* 4 | *~ 5 | *# 6 | .#* 7 | _book 8 | node_modules 9 | *.log 10 | book.pdf 11 | book.mobi 12 | book.epub 13 | -------------------------------------------------------------------------------- /.nojekyll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/.nojekyll -------------------------------------------------------------------------------- /Clojure-logo-3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/Clojure-logo-3d.png -------------------------------------------------------------------------------- /alternative-tooling/org-easy-templates.md: -------------------------------------------------------------------------------- 1 | # Org-mode Easy Templates 2 | 3 | > #### Hint::Additional configuration required 4 | > `(require 'org-tempo)` must be added to `dotspacemacs/user-config` in the `.spacemacs` file for Easy Templates to work. `org-reveal` also conflicts with newer versions of 5 | 6 | Org-mode [easy templates](https://www.gnu.org/software/emacs/manual/html_node/org/Easy-templates.html) provide source code block and other highlight sections. 7 | 8 | `<` followed by the template alias and then `TAB` will expand the block template. 9 | 10 | | Name | Template | Description | 11 | | --- | --- | --- | 12 | | s | #+BEGIN_SRC ... #+END_SRC | Adds a source block | 13 | | e | #+BEGIN_EXAMPLE ... #+END_EXAMPLE | | 14 | | q | #+BEGIN_QUOTE ... #+END_QUOTE | | 15 | | v | #+BEGIN_VERSE ... #+END_VERSE | | 16 | | c | #+BEGIN_CENTER ... #+END_CENTER | | 17 | | l | #+BEGIN_LaTeX ... #+END_LaTeX | LaTeX markup section | 18 | | L | #+LaTeX: | | 19 | | h | #+BEGIN_HTML ... #+END_HTML | HTML sectiion | 20 | | H | #+HTML: | | 21 | | a | #+BEGIN_ASCII ... #+END_ASCII | | 22 | | A | #+ASCII: | | 23 | | i | #+INDEX: line | | 24 | | I | #+INCLUDE: line | | 25 | 26 | Add custom templates by adding to the ‘org-structure-template-alist’ 27 | -------------------------------------------------------------------------------- /alternative-tooling/paredit-keybindings.md: -------------------------------------------------------------------------------- 1 | # Paredit keybindings 2 | 3 | To use Paredit with Spacemacs you can use commands via `SPC SPC` or define your own keybindings. 4 | 5 | 6 | ## Spacemacs recommended custom keybindings 7 | 8 | Spacemacs recommends custom keybindings be defined under `SPC o`. 9 | 10 | So you can define keybindings under `SPC o` for paredit, for example `SPC o p s` for paredit slurp. 11 | 12 | Using `SPC o` ensures that your keybindings will not clash with any others provided by Spacemacs. 13 | 14 | ## Classic Paredit keybindings 15 | 16 | You could use the classic Emacs style keybindings for paredit as follows 17 | 18 | > ####TODO::Should provide examples of using web hook 19 | > define-key on the global-map will set the keybindings for every mode. For paredit it makes sense to set these keybindings for only clojure-mode 20 | 21 | For example, you can define keybindings for slurping and barfing in the `dotspacemacs/user-config` section of the `.spacemacs` file. 22 | 23 | ```elisp 24 | (define-key global-map (kbd "C-)") 'sp-forward-slurp-sexp) 25 | (define-key global-map (kbd "C-(") 'sp-backward-slurp-sexp) 26 | (define-key global-map (kbd "M-)") 'sp-forward-barf-sexp) 27 | (define-key global-map (kbd "M-(") 'sp-backward-barf-sexp) 28 | ``` 29 | -------------------------------------------------------------------------------- /cider-configuration-variables-script.el: -------------------------------------------------------------------------------- 1 | (let (defcustoms) 2 | (dolist (file (directory-files "/home/practicalli/projects/emacs/cider" t "\.el")) 3 | (unless (string-match-p "dir-locals" file) 4 | (with-current-buffer (find-file file) 5 | (goto-char (point-min)) 6 | (while (re-search-forward "defcustom" nil t) 7 | (let ((custom (substring-no-properties (progn (paredit-forward 1) 8 | (thing-at-point 'sexp)))) 9 | (docstring (substring-no-properties (progn (paredit-forward 2) 10 | (or (thing-at-point 'sexp) 11 | "no docstring provided"))))) 12 | (push (list (file-name-nondirectory file) custom docstring) 13 | defcustoms)))))) 14 | (with-current-buffer (get-buffer-create "*defcustoms-from-cider*") 15 | (erase-buffer) 16 | (dolist (dc defcustoms) 17 | (insert (car dc) " : " (cadr dc) " : " (caddr dc) "\n==============\n")))) 18 | -------------------------------------------------------------------------------- /clojurescript/additional-features.md: -------------------------------------------------------------------------------- 1 | # Additional Features 2 | 3 | -------------------------------------------------------------------------------- /clojurescript/build-process.md: -------------------------------------------------------------------------------- 1 | # Build Process 2 | 3 | -------------------------------------------------------------------------------- /clojurescript/css-rainbow-colors.md: -------------------------------------------------------------------------------- 1 | # Rainbow Colors for CSS highlighting 2 | 3 | When editing a CSS file, any values used for colours can be shown on a background colour that the colour code represents. 4 | 5 | Toggle the rainbow color mode using the following command 6 | 7 | ```clojure 8 | M-x rainbow-mode 9 | ``` 10 | 11 | This function is contained in the package [rainbow-mode.el](https://julien.danjou.info/projects/emacs-packages#rainbow-mode) 12 | 13 | -------------------------------------------------------------------------------- /clojurescript/index.md: -------------------------------------------------------------------------------- 1 | # Clojurescript Overview 2 | 3 | -------------------------------------------------------------------------------- /clojurescript/why-clojurescript.md: -------------------------------------------------------------------------------- 1 | # Why Clojurescript 2 | 3 | -------------------------------------------------------------------------------- /cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/cover.png -------------------------------------------------------------------------------- /deploy-live: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ## A quick hack to deploy a generated website onto a Github repository, to be served as static content by github pages. This is an example of a very bad shell script. 4 | 5 | # This should only be run from the root of the gitbook project 6 | # Replace the remote Github URL to use this on a different project 7 | 8 | # Trigger a clean and new build 9 | gitbook build . 10 | 11 | touch _book/.nojekyll 12 | 13 | # Add Practicalli favicon 14 | cp -f images/favicon_io/favicon.ico _book/gitbook/images/favicon.ico 15 | 16 | # Add Apple touch icon 17 | cp -f images/favicon_io/apple-touch-icon.png _book/gitbook/images/apple-touch-icon-precomposed-152.png 18 | 19 | 20 | # Deploy new build 21 | cd _book && rm -rf .git && git init && git add . && git commit -m "initial commit" && git branch -m live gh-pages && git remote add practicalli git@github.com:practicalli/spacemacs.git && git push -f practicalli gh-pages 22 | -------------------------------------------------------------------------------- /evaluating-clojure/region.md: -------------------------------------------------------------------------------- 1 | # Evaluating Clojure 2 | -------------------------------------------------------------------------------- /figwheel/braodcasting.md: -------------------------------------------------------------------------------- 1 | # Broadcasting 2 | 3 | -------------------------------------------------------------------------------- /figwheel/clojurescript-repl.md: -------------------------------------------------------------------------------- 1 | # ClojureScript REPL 2 | 3 | -------------------------------------------------------------------------------- /figwheel/error-reporting.md: -------------------------------------------------------------------------------- 1 | # Error Reporting 2 | 3 | -------------------------------------------------------------------------------- /figwheel/heads-up-display.md: -------------------------------------------------------------------------------- 1 | # Heads up display 2 | 3 | -------------------------------------------------------------------------------- /figwheel/index.html.md: -------------------------------------------------------------------------------- 1 | # Figwheel Overview 2 | 3 | -------------------------------------------------------------------------------- /figwheel/index.md: -------------------------------------------------------------------------------- 1 | # Figwheel Overview 2 | 3 | -------------------------------------------------------------------------------- /figwheel/live-code-reload.md: -------------------------------------------------------------------------------- 1 | # Live Code Reload 2 | 3 | -------------------------------------------------------------------------------- /figwheel/live-css-reload.md: -------------------------------------------------------------------------------- 1 | # Live CSS Reload 2 | 3 | -------------------------------------------------------------------------------- /figwheel/multiple-environments.md: -------------------------------------------------------------------------------- 1 | # Multiple Environments (repl) 2 | 3 | -------------------------------------------------------------------------------- /figwheel/other-options.md: -------------------------------------------------------------------------------- 1 | # Other Options 2 | 3 | -------------------------------------------------------------------------------- /figwheel/static-content.md: -------------------------------------------------------------------------------- 1 | # static content 2 | 3 | -------------------------------------------------------------------------------- /gitbook/fonts/fontawesome/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/gitbook/fonts/fontawesome/FontAwesome.otf -------------------------------------------------------------------------------- /gitbook/fonts/fontawesome/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/gitbook/fonts/fontawesome/fontawesome-webfont.eot -------------------------------------------------------------------------------- /gitbook/fonts/fontawesome/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/gitbook/fonts/fontawesome/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /gitbook/fonts/fontawesome/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/gitbook/fonts/fontawesome/fontawesome-webfont.woff -------------------------------------------------------------------------------- /gitbook/fonts/fontawesome/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/gitbook/fonts/fontawesome/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-codeblock-disable-glossary/disable-glossary.js: -------------------------------------------------------------------------------- 1 | require(["gitbook"], function(gitbook) { 2 | gitbook.events.bind("page.change", function() { 3 | $('pre .glossary-term') 4 | .removeAttr('href') 5 | .removeAttr('title') 6 | .removeClass('glossary-term') 7 | .css('text-decoration', 'none'); 8 | }); 9 | }); 10 | -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-disqus/plugin.css: -------------------------------------------------------------------------------- 1 | #disqus_thread { 2 | margin: 5px 15px; 3 | margin-top: 30px; 4 | } 5 | -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-disqus/plugin.js: -------------------------------------------------------------------------------- 1 | require([ 2 | "gitbook", 3 | "jQuery" 4 | ], function(gitbook, $) { 5 | var use_identifier = false; 6 | 7 | function resetDisqus() { 8 | var $disqusDiv = $("
", { 9 | "id": "disqus_thread" 10 | }); 11 | $(".book-body .page-inner").append($disqusDiv); 12 | 13 | if (typeof DISQUS !== "undefined") { 14 | DISQUS.reset({ 15 | reload: true, 16 | config: function () { 17 | this.language = $('html').attr('lang') || "en"; 18 | this.page.url = window.location.href; 19 | 20 | if (use_identifier) { 21 | this.page.identifier = currentUrl(); 22 | } 23 | } 24 | }); 25 | } 26 | } 27 | 28 | function joinURL(baseUrl, url) { 29 | var theUrl = new URI(url); 30 | if (theUrl.is("relative")) { 31 | theUrl = theUrl.absoluteTo(baseUrl); 32 | } 33 | return theUrl.toString(); 34 | } 35 | 36 | function currentUrl() { 37 | var location = new URI(window.location.href), 38 | base = joinURL(window.location.href, gitbook.state.basePath), 39 | current = location.relativeTo(base).toString(), 40 | language = $('html').attr('lang'), 41 | parent = joinURL(base, '..'), 42 | folder = new URI(base).relativeTo(parent).toString(); 43 | 44 | // If parent folder is the same as language, we assume translated books 45 | if (folder.replace(/\/$/, "") === language) { 46 | current = folder + current; 47 | } 48 | 49 | return current; 50 | } 51 | 52 | gitbook.events.bind("start", function(e, config) { 53 | config.disqus = config.disqus || {}; 54 | var disqus_shortname = config.disqus.shortName; 55 | var disqus_config = function() { 56 | this.language = $('html').attr('lang') || "en"; 57 | }; 58 | 59 | if (config.disqus.useIdentifier) { 60 | use_identifier = true; 61 | var disqus_identifier = currentUrl(); 62 | } 63 | 64 | /* * * DON'T EDIT BELOW THIS LINE * * */ 65 | (function() { 66 | var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; 67 | dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; 68 | (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); 69 | })(); 70 | 71 | resetDisqus(); 72 | }); 73 | 74 | gitbook.events.bind("page.change", resetDisqus); 75 | }); 76 | -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-ga/plugin.js: -------------------------------------------------------------------------------- 1 | require(["gitbook"], function(gitbook) { 2 | // Load analytics.js 3 | gitbook.events.bind("start", function(e, config) { 4 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ 5 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), 6 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) 7 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); 8 | 9 | var cfg = config.ga; 10 | ga('create', cfg.token, cfg.configuration); 11 | }); 12 | 13 | // Notify pageview 14 | gitbook.events.bind("page.change", function() { 15 | ga('send', 'pageview', window.location.pathname+window.location.search); 16 | }); 17 | }); 18 | -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-gist/plugin.js: -------------------------------------------------------------------------------- 1 | require(["gitbook", "jQuery"], function(gitbook, $) { 2 | gitbook.events.bind("page.change", function() { 3 | $('[data-gist-id]').gist(); 4 | }); 5 | }); -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-heading-anchors/anchor-style.js: -------------------------------------------------------------------------------- 1 | anchors.options = { 2 | placement: 'left' 3 | } 4 | 5 | gitbook.events.bind('page.change', function(){ 6 | anchors.add('h1,h2,h3,h4,h5') 7 | }) 8 | -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-highlight/ebook.css: -------------------------------------------------------------------------------- 1 | pre, 2 | code { 3 | /* http://jmblog.github.io/color-themes-for-highlightjs */ 4 | /* Tomorrow Comment */ 5 | /* Tomorrow Red */ 6 | /* Tomorrow Orange */ 7 | /* Tomorrow Yellow */ 8 | /* Tomorrow Green */ 9 | /* Tomorrow Aqua */ 10 | /* Tomorrow Blue */ 11 | /* Tomorrow Purple */ 12 | } 13 | pre .hljs-comment, 14 | code .hljs-comment, 15 | pre .hljs-title, 16 | code .hljs-title { 17 | color: #8e908c; 18 | } 19 | pre .hljs-variable, 20 | code .hljs-variable, 21 | pre .hljs-attribute, 22 | code .hljs-attribute, 23 | pre .hljs-tag, 24 | code .hljs-tag, 25 | pre .hljs-regexp, 26 | code .hljs-regexp, 27 | pre .hljs-deletion, 28 | code .hljs-deletion, 29 | pre .ruby .hljs-constant, 30 | code .ruby .hljs-constant, 31 | pre .xml .hljs-tag .hljs-title, 32 | code .xml .hljs-tag .hljs-title, 33 | pre .xml .hljs-pi, 34 | code .xml .hljs-pi, 35 | pre .xml .hljs-doctype, 36 | code .xml .hljs-doctype, 37 | pre .html .hljs-doctype, 38 | code .html .hljs-doctype, 39 | pre .css .hljs-id, 40 | code .css .hljs-id, 41 | pre .css .hljs-class, 42 | code .css .hljs-class, 43 | pre .css .hljs-pseudo, 44 | code .css .hljs-pseudo { 45 | color: #c82829; 46 | } 47 | pre .hljs-number, 48 | code .hljs-number, 49 | pre .hljs-preprocessor, 50 | code .hljs-preprocessor, 51 | pre .hljs-pragma, 52 | code .hljs-pragma, 53 | pre .hljs-built_in, 54 | code .hljs-built_in, 55 | pre .hljs-literal, 56 | code .hljs-literal, 57 | pre .hljs-params, 58 | code .hljs-params, 59 | pre .hljs-constant, 60 | code .hljs-constant { 61 | color: #f5871f; 62 | } 63 | pre .ruby .hljs-class .hljs-title, 64 | code .ruby .hljs-class .hljs-title, 65 | pre .css .hljs-rules .hljs-attribute, 66 | code .css .hljs-rules .hljs-attribute { 67 | color: #eab700; 68 | } 69 | pre .hljs-string, 70 | code .hljs-string, 71 | pre .hljs-value, 72 | code .hljs-value, 73 | pre .hljs-inheritance, 74 | code .hljs-inheritance, 75 | pre .hljs-header, 76 | code .hljs-header, 77 | pre .hljs-addition, 78 | code .hljs-addition, 79 | pre .ruby .hljs-symbol, 80 | code .ruby .hljs-symbol, 81 | pre .xml .hljs-cdata, 82 | code .xml .hljs-cdata { 83 | color: #718c00; 84 | } 85 | pre .css .hljs-hexcolor, 86 | code .css .hljs-hexcolor { 87 | color: #3e999f; 88 | } 89 | pre .hljs-function, 90 | code .hljs-function, 91 | pre .python .hljs-decorator, 92 | code .python .hljs-decorator, 93 | pre .python .hljs-title, 94 | code .python .hljs-title, 95 | pre .ruby .hljs-function .hljs-title, 96 | code .ruby .hljs-function .hljs-title, 97 | pre .ruby .hljs-title .hljs-keyword, 98 | code .ruby .hljs-title .hljs-keyword, 99 | pre .perl .hljs-sub, 100 | code .perl .hljs-sub, 101 | pre .javascript .hljs-title, 102 | code .javascript .hljs-title, 103 | pre .coffeescript .hljs-title, 104 | code .coffeescript .hljs-title { 105 | color: #4271ae; 106 | } 107 | pre .hljs-keyword, 108 | code .hljs-keyword, 109 | pre .javascript .hljs-function, 110 | code .javascript .hljs-function { 111 | color: #8959a8; 112 | } 113 | pre .hljs, 114 | code .hljs { 115 | display: block; 116 | background: white; 117 | color: #4d4d4c; 118 | padding: 0.5em; 119 | } 120 | pre .coffeescript .javascript, 121 | code .coffeescript .javascript, 122 | pre .javascript .xml, 123 | code .javascript .xml, 124 | pre .tex .hljs-formula, 125 | code .tex .hljs-formula, 126 | pre .xml .javascript, 127 | code .xml .javascript, 128 | pre .xml .vbscript, 129 | code .xml .vbscript, 130 | pre .xml .css, 131 | code .xml .css, 132 | pre .xml .hljs-cdata, 133 | code .xml .hljs-cdata { 134 | opacity: 0.5; 135 | } 136 | -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-lunr/search-lunr.js: -------------------------------------------------------------------------------- 1 | require([ 2 | 'gitbook', 3 | 'jquery' 4 | ], function(gitbook, $) { 5 | // Define global search engine 6 | function LunrSearchEngine() { 7 | this.index = null; 8 | this.store = {}; 9 | this.name = 'LunrSearchEngine'; 10 | } 11 | 12 | // Initialize lunr by fetching the search index 13 | LunrSearchEngine.prototype.init = function() { 14 | var that = this; 15 | var d = $.Deferred(); 16 | 17 | $.getJSON(gitbook.state.basePath+'/search_index.json') 18 | .then(function(data) { 19 | // eslint-disable-next-line no-undef 20 | that.index = lunr.Index.load(data.index); 21 | that.store = data.store; 22 | d.resolve(); 23 | }); 24 | 25 | return d.promise(); 26 | }; 27 | 28 | // Search for a term and return results 29 | LunrSearchEngine.prototype.search = function(q, offset, length) { 30 | var that = this; 31 | var results = []; 32 | 33 | if (this.index) { 34 | results = $.map(this.index.search(q), function(result) { 35 | var doc = that.store[result.ref]; 36 | 37 | return { 38 | title: doc.title, 39 | url: doc.url, 40 | body: doc.summary || doc.body 41 | }; 42 | }); 43 | } 44 | 45 | return $.Deferred().resolve({ 46 | query: q, 47 | results: results.slice(0, length), 48 | count: results.length 49 | }).promise(); 50 | }; 51 | 52 | // Set gitbook research 53 | gitbook.events.bind('start', function(e, config) { 54 | var engine = gitbook.search.getEngine(); 55 | if (!engine) { 56 | gitbook.search.setEngine(LunrSearchEngine, config); 57 | } 58 | }); 59 | }); 60 | -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-search/search-engine.js: -------------------------------------------------------------------------------- 1 | require([ 2 | 'gitbook', 3 | 'jquery' 4 | ], function(gitbook, $) { 5 | // Global search objects 6 | var engine = null; 7 | var initialized = false; 8 | 9 | // Set a new search engine 10 | function setEngine(Engine, config) { 11 | initialized = false; 12 | engine = new Engine(config); 13 | 14 | init(config); 15 | } 16 | 17 | // Initialize search engine with config 18 | function init(config) { 19 | if (!engine) throw new Error('No engine set for research. Set an engine using gitbook.research.setEngine(Engine).'); 20 | 21 | return engine.init(config) 22 | .then(function() { 23 | initialized = true; 24 | gitbook.events.trigger('search.ready'); 25 | }); 26 | } 27 | 28 | // Launch search for query q 29 | function query(q, offset, length) { 30 | if (!initialized) throw new Error('Search has not been initialized'); 31 | return engine.search(q, offset, length); 32 | } 33 | 34 | // Get stats about search 35 | function getEngine() { 36 | return engine? engine.name : null; 37 | } 38 | 39 | function isInitialized() { 40 | return initialized; 41 | } 42 | 43 | // Initialize gitbook.search 44 | gitbook.search = { 45 | setEngine: setEngine, 46 | getEngine: getEngine, 47 | query: query, 48 | isInitialized: isInitialized 49 | }; 50 | }); -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-search/search.css: -------------------------------------------------------------------------------- 1 | /* 2 | This CSS only styled the search results section, not the search input 3 | It defines the basic interraction to hide content when displaying results, etc 4 | */ 5 | #book-search-results .search-results { 6 | display: none; 7 | } 8 | #book-search-results .search-results ul.search-results-list { 9 | list-style-type: none; 10 | padding-left: 0; 11 | } 12 | #book-search-results .search-results ul.search-results-list li { 13 | margin-bottom: 1.5rem; 14 | padding-bottom: 0.5rem; 15 | /* Highlight results */ 16 | } 17 | #book-search-results .search-results ul.search-results-list li p em { 18 | background-color: rgba(255, 220, 0, 0.4); 19 | font-style: normal; 20 | } 21 | #book-search-results .search-results .no-results { 22 | display: none; 23 | } 24 | #book-search-results.open .search-results { 25 | display: block; 26 | } 27 | #book-search-results.open .search-noresults { 28 | display: none; 29 | } 30 | #book-search-results.no-results .search-results .has-results { 31 | display: none; 32 | } 33 | #book-search-results.no-results .search-results .no-results { 34 | display: block; 35 | } 36 | -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-sectionx/sectionx.css: -------------------------------------------------------------------------------- 1 | .book.color-theme-2 .panel { 2 | background: #1A1A1A; 3 | border-style: solid; 4 | border-color: rgba(0,0,0,0.1); 5 | border-width: 1px; 6 | } 7 | 8 | .book.color-theme-2 .panel-heading { 9 | background-color: #2D3143; 10 | border-width: 0px; 11 | } 12 | 13 | .book.color-theme-2 .panel-body { 14 | background: #1A1A1A; 15 | } 16 | 17 | .book.color-theme-2 a.section { 18 | border-color: #373b4e !important; 19 | } 20 | 21 | .atTitle { 22 | display: flex; 23 | } 24 | -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-sectionx/sectionx.js: -------------------------------------------------------------------------------- 1 | require(["gitbook", "jquery"], function (gitbook, $) { 2 | 3 | var sectionToggle = function (tar, button) { 4 | var $target = $('#' + tar); 5 | $target.collapse('toggle'); 6 | if (button) 7 | $target.parents('.panel').toggle('slow'); 8 | }; 9 | 10 | var clickAction = function ($source, tar) { 11 | $source.click(function () { 12 | sectionToggle(tar, !$(this).hasClass('atTitle')); 13 | if (!$(this).hasClass('atTitle')) 14 | $(this).toggleClass('btn-info').toggleClass('btn-success'); 15 | }); 16 | 17 | $('#' + tar).on('show.bs.collapse', function () { 18 | $source.html($source.attr('hide') ? 19 | ('' + $source.attr('hide') + '') : 20 | ''); 21 | }); 22 | 23 | $('#' + tar).on('hide.bs.collapse', function () { 24 | $source.html($source.attr('show') ? 25 | ('' + $source.attr('show') + '') : ''); 26 | }); 27 | }; 28 | 29 | gitbook.events.bind("page.change", function () { 30 | $('sec').each(function () { 31 | if ($(this).find('.panel').hasClass('hidden')) 32 | $(this).find('.panel').removeClass('hidden').hide(); 33 | if ($(this).data('collapse') === true) { 34 | $('#' + $(this).data('id')).collapse('hide'); 35 | } 36 | //.collapse('toggle'); 37 | }); 38 | 39 | $('.section').each(function () { 40 | clickAction($(this), $(this).attr('target')); 41 | if (!$(this).hasClass('atTitle')) { 42 | $(this).addClass('btn btn-info'); 43 | $(this).html($(this).attr('show') ? 44 | ('' + $(this).attr('show') + '') : 45 | ''); 46 | } 47 | }); 48 | }); 49 | }); 50 | -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-sharing/buttons.js: -------------------------------------------------------------------------------- 1 | require(['gitbook', 'jquery'], function(gitbook, $) { 2 | var SITES = { 3 | 'facebook': { 4 | 'label': 'Facebook', 5 | 'icon': 'fa fa-facebook', 6 | 'onClick': function(e) { 7 | e.preventDefault(); 8 | window.open('http://www.facebook.com/sharer/sharer.php?s=100&p[url]='+encodeURIComponent(location.href)); 9 | } 10 | }, 11 | 'twitter': { 12 | 'label': 'Twitter', 13 | 'icon': 'fa fa-twitter', 14 | 'onClick': function(e) { 15 | e.preventDefault(); 16 | window.open('http://twitter.com/home?status='+encodeURIComponent(document.title+' '+location.href)); 17 | } 18 | }, 19 | 'google': { 20 | 'label': 'Google+', 21 | 'icon': 'fa fa-google-plus', 22 | 'onClick': function(e) { 23 | e.preventDefault(); 24 | window.open('https://plus.google.com/share?url='+encodeURIComponent(location.href)); 25 | } 26 | }, 27 | 'weibo': { 28 | 'label': 'Weibo', 29 | 'icon': 'fa fa-weibo', 30 | 'onClick': function(e) { 31 | e.preventDefault(); 32 | window.open('http://service.weibo.com/share/share.php?content=utf-8&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)); 33 | } 34 | }, 35 | 'instapaper': { 36 | 'label': 'Instapaper', 37 | 'icon': 'fa fa-instapaper', 38 | 'onClick': function(e) { 39 | e.preventDefault(); 40 | window.open('http://www.instapaper.com/text?u='+encodeURIComponent(location.href)); 41 | } 42 | }, 43 | 'vk': { 44 | 'label': 'VK', 45 | 'icon': 'fa fa-vk', 46 | 'onClick': function(e) { 47 | e.preventDefault(); 48 | window.open('http://vkontakte.ru/share.php?url='+encodeURIComponent(location.href)); 49 | } 50 | } 51 | }; 52 | 53 | 54 | 55 | gitbook.events.bind('start', function(e, config) { 56 | var opts = config.sharing; 57 | 58 | // Create dropdown menu 59 | var menu = $.map(opts.all, function(id) { 60 | var site = SITES[id]; 61 | 62 | return { 63 | text: site.label, 64 | onClick: site.onClick 65 | }; 66 | }); 67 | 68 | // Create main button with dropdown 69 | if (menu.length > 0) { 70 | gitbook.toolbar.createButton({ 71 | icon: 'fa fa-share-alt', 72 | label: 'Share', 73 | position: 'right', 74 | dropdown: [menu] 75 | }); 76 | } 77 | 78 | // Direct actions to share 79 | $.each(SITES, function(sideId, site) { 80 | if (!opts[sideId]) return; 81 | 82 | gitbook.toolbar.createButton({ 83 | icon: site.icon, 84 | label: site.text, 85 | position: 'right', 86 | onClick: site.onClick 87 | }); 88 | }); 89 | }); 90 | }); 91 | -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-simpletabs/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/gitbook/gitbook-plugin-simpletabs/tabs.css -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-simpletabs/tabs.js: -------------------------------------------------------------------------------- 1 | require(["gitbook", "jquery"], function (gitbook, $) { 2 | gitbook.events.bind("page.change", function () { 3 | $('ul[role="tablist"] a').on('click', function(e) { 4 | $(this).tab('show'); 5 | }); 6 | 7 | $('ul[role="tablist"] a:first').tab('show'); 8 | }); 9 | }); -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-toggle-chapters/toggle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/gitbook/gitbook-plugin-toggle-chapters/toggle.css -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-toggle-chapters/toggle.js: -------------------------------------------------------------------------------- 1 | require(["gitbook", "jQuery"], function(gitbook, $) { 2 | 3 | function expand(chapter) { 4 | chapter.show(); 5 | if (chapter.parent().attr('class') != 'summary' 6 | && chapter.parent().attr('class') != 'book-summary' 7 | && chapter.length != 0 8 | ) { 9 | expand(chapter.parent()); 10 | } 11 | } 12 | 13 | gitbook.events.bind("page.change", function() { 14 | $('li.chapter').children('ul.articles').hide(); 15 | $chapter = $('li.chapter.active'); 16 | $children = $chapter.children('ul.articles'); 17 | $parent = $chapter.parent(); 18 | $siblings = $chapter.siblings().children('ul.articles'); 19 | 20 | expand($chapter); 21 | 22 | if ($children.length > 0) { 23 | $children.show(); 24 | } 25 | }); 26 | 27 | }); 28 | -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-toolbar/buttons.js: -------------------------------------------------------------------------------- 1 | require(['gitbook'], function(gitbook) { 2 | 3 | gitbook.events.bind('start', function(e, config) { 4 | var opts = config.toolbar; 5 | 6 | if (!opts || !opts.buttons) return; 7 | 8 | var buttons = opts.buttons.slice(0); 9 | buttons.reverse(); 10 | 11 | buttons.forEach(function(button) { 12 | gitbook.toolbar.createButton({ 13 | icon: button.icon || "fa fa-external-link", 14 | label: button.label || "Link", 15 | position: button.position || "right", 16 | onClick: function(e) { 17 | e.preventDefault(); 18 | var mapping = { 19 | "{{title}}": encodeURIComponent(document.title), 20 | "{{url}}": encodeURIComponent(location.href), 21 | "{{filepath_lang}}": encodeURIComponent((gitbook.state.innerLanguage ? gitbook.state.innerLanguage+'/' : '')+gitbook.state.filepath) 22 | }; 23 | var re = RegExp(Object.keys(mapping).join("|"), "g"); 24 | var url = button.url.replace(re, function(matched) { 25 | return mapping[matched]; 26 | }); 27 | if (button.target == "_self") { 28 | window.location = url; 29 | } else { 30 | window.open(url, button.target || "_blank"); 31 | } 32 | } 33 | }); 34 | }); 35 | }); 36 | }); 37 | -------------------------------------------------------------------------------- /gitbook/gitbook-plugin-wide-page/wide.css: -------------------------------------------------------------------------------- 1 | .book .book-body .navigation { 2 | min-width: 4%; 3 | } 4 | .book .book-body .page-wrapper .page-inner { 5 | max-width: 95%; 6 | } 7 | -------------------------------------------------------------------------------- /gitbook/images/apple-touch-icon-precomposed-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/gitbook/images/apple-touch-icon-precomposed-152.png -------------------------------------------------------------------------------- /gitbook/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/gitbook/images/favicon.ico -------------------------------------------------------------------------------- /images/200px-Elm_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-Elm_logo.png -------------------------------------------------------------------------------- /images/200px-Erlang_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-Erlang_logo.png -------------------------------------------------------------------------------- /images/200px-Groovy-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-Groovy-logo.png -------------------------------------------------------------------------------- /images/200px-HTML5_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-HTML5_logo.png -------------------------------------------------------------------------------- /images/200px-ISO_C++_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-ISO_C++_Logo.png -------------------------------------------------------------------------------- /images/200px-Java-Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-Java-Logo.png -------------------------------------------------------------------------------- /images/200px-LaTeX_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-LaTeX_logo.png -------------------------------------------------------------------------------- /images/200px-Lua-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-Lua-logo.png -------------------------------------------------------------------------------- /images/200px-Markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-Markdown.png -------------------------------------------------------------------------------- /images/200px-PHP-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-PHP-logo.png -------------------------------------------------------------------------------- /images/200px-Python-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-Python-logo.png -------------------------------------------------------------------------------- /images/200px-React-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-React-icon.png -------------------------------------------------------------------------------- /images/200px-Ruby_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-Ruby_logo.png -------------------------------------------------------------------------------- /images/200px-Rust_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-Rust_logo.png -------------------------------------------------------------------------------- /images/200px-Swift_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-Swift_logo.png -------------------------------------------------------------------------------- /images/200px-Unofficial_JavaScript_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/200px-Unofficial_JavaScript_logo.png -------------------------------------------------------------------------------- /images/Fsharp_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/Fsharp_logo.png -------------------------------------------------------------------------------- /images/PureScript_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/PureScript_Logo.png -------------------------------------------------------------------------------- /images/Ruby_On_Rails_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/Ruby_On_Rails_Logo.png -------------------------------------------------------------------------------- /images/Scala_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/Scala_logo.png -------------------------------------------------------------------------------- /images/add-declaration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/add-declaration.gif -------------------------------------------------------------------------------- /images/add-import.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/add-import.gif -------------------------------------------------------------------------------- /images/add-missing-libspec.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/add-missing-libspec.gif -------------------------------------------------------------------------------- /images/add-project-dependency.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/add-project-dependency.gif -------------------------------------------------------------------------------- /images/asciidoctor-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/asciidoctor-logo.png -------------------------------------------------------------------------------- /images/button-before-you-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/button-before-you-start.png -------------------------------------------------------------------------------- /images/button-before-you-start.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 19 | 21 | 43 | 45 | 46 | 48 | image/svg+xml 49 | 51 | 52 | 53 | 54 | 55 | 60 | 68 | Before you start 79 | 80 | 81 | -------------------------------------------------------------------------------- /images/button-code-with-clojure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/button-code-with-clojure.png -------------------------------------------------------------------------------- /images/button-code-with-clojure.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 46 | 48 | 49 | 51 | image/svg+xml 52 | 54 | 55 | 56 | 57 | 58 | 63 | 71 | Code with Clojure 82 | 83 | 84 | -------------------------------------------------------------------------------- /images/button-install-spacemacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/button-install-spacemacs.png -------------------------------------------------------------------------------- /images/button-install-spacemacs.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 46 | 48 | 49 | 51 | image/svg+xml 52 | 54 | 55 | 56 | 57 | 58 | 63 | 71 | Install Spacemacs 82 | 83 | 84 | -------------------------------------------------------------------------------- /images/button-my-spacemacs-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/button-my-spacemacs-config.png -------------------------------------------------------------------------------- /images/button-my-spacemacs-config.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 46 | 48 | 49 | 51 | image/svg+xml 52 | 54 | 55 | 56 | 57 | 58 | 63 | 71 | Install Spacemacs 82 | 83 | 84 | -------------------------------------------------------------------------------- /images/button-using-spacemacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/button-using-spacemacs.png -------------------------------------------------------------------------------- /images/button-why-spacemacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/button-why-spacemacs.png -------------------------------------------------------------------------------- /images/button-why-spacemacs.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 22 | 24 | 46 | 48 | 49 | 51 | image/svg+xml 52 | 54 | 55 | 56 | 57 | 58 | 63 | 71 | Why Spacemacs ? 82 | 83 | 84 | -------------------------------------------------------------------------------- /images/cider-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/cider-logo.png -------------------------------------------------------------------------------- /images/clj-refactor-clean-ns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clj-refactor-clean-ns.gif -------------------------------------------------------------------------------- /images/clj-refactor-clojure-convert-collections.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clj-refactor-clojure-convert-collections.gif -------------------------------------------------------------------------------- /images/clj-refactor-hotload-dependency.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clj-refactor-hotload-dependency.gif -------------------------------------------------------------------------------- /images/clj-refactor-sort-project-dependencies.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clj-refactor-sort-project-dependencies.gif -------------------------------------------------------------------------------- /images/cljr-hydras.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/cljr-hydras.gif -------------------------------------------------------------------------------- /images/clojure-cli-tools-run-with-rebel-readline-alias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clojure-cli-tools-run-with-rebel-readline-alias.png -------------------------------------------------------------------------------- /images/clojure-logo-3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clojure-logo-3d.png -------------------------------------------------------------------------------- /images/clojure-practicalli-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clojure-practicalli-banner.png -------------------------------------------------------------------------------- /images/clojure-project-structure-src-test-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clojure-project-structure-src-test-tree.png -------------------------------------------------------------------------------- /images/clojure-repl-terminal-rebel-nrepl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clojure-repl-terminal-rebel-nrepl.png -------------------------------------------------------------------------------- /images/clojurescript-figwheel-main-connect-build-dev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clojurescript-figwheel-main-connect-build-dev.png -------------------------------------------------------------------------------- /images/clojurescript-figwheel-main-connect-command-cljs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clojurescript-figwheel-main-connect-command-cljs.png -------------------------------------------------------------------------------- /images/clojurescript-figwheel-main-connect-host-localhost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clojurescript-figwheel-main-connect-host-localhost.png -------------------------------------------------------------------------------- /images/clojurescript-figwheel-main-connect-nrepl-output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clojurescript-figwheel-main-connect-nrepl-output.png -------------------------------------------------------------------------------- /images/clojurescript-figwheel-main-connect-port-tictactoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clojurescript-figwheel-main-connect-port-tictactoe.png -------------------------------------------------------------------------------- /images/clojurescript-figwheel-main-connect-repl-type-figwheel-main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/clojurescript-figwheel-main-connect-repl-type-figwheel-main.png -------------------------------------------------------------------------------- /images/coffeescript-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/coffeescript-logo.png -------------------------------------------------------------------------------- /images/development-environment-java-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/development-environment-java-check.png -------------------------------------------------------------------------------- /images/django-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/django-logo.png -------------------------------------------------------------------------------- /images/doom-gruvbox-light-bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/doom-gruvbox-light-bold.png -------------------------------------------------------------------------------- /images/doom-gruvbox-light-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/doom-gruvbox-light-default.png -------------------------------------------------------------------------------- /images/elixir-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/elixir-logo.png -------------------------------------------------------------------------------- /images/emacs-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/emacs-banner.png -------------------------------------------------------------------------------- /images/emacs-cider-eval-expression-minibuffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/emacs-cider-eval-expression-minibuffer.png -------------------------------------------------------------------------------- /images/emacs-cider-eval-expression-repl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/emacs-cider-eval-expression-repl.png -------------------------------------------------------------------------------- /images/emacs-cider-namespace-change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/emacs-cider-namespace-change.png -------------------------------------------------------------------------------- /images/emacs-cider-started.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/emacs-cider-started.png -------------------------------------------------------------------------------- /images/emacs-logo-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/emacs-logo-48.png -------------------------------------------------------------------------------- /images/emacs-logo-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/emacs-logo-text.png -------------------------------------------------------------------------------- /images/emacs-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/emacs-logo.svg -------------------------------------------------------------------------------- /images/emacs-terminology-structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/emacs-terminology-structure.png -------------------------------------------------------------------------------- /images/emacs-terminology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/emacs-terminology.png -------------------------------------------------------------------------------- /images/ember-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/ember-logo.png -------------------------------------------------------------------------------- /images/favicon_io/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/favicon_io/android-chrome-192x192.png -------------------------------------------------------------------------------- /images/favicon_io/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/favicon_io/android-chrome-512x512.png -------------------------------------------------------------------------------- /images/favicon_io/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/favicon_io/apple-touch-icon.png -------------------------------------------------------------------------------- /images/favicon_io/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/favicon_io/favicon-16x16.png -------------------------------------------------------------------------------- /images/favicon_io/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/favicon_io/favicon-32x32.png -------------------------------------------------------------------------------- /images/favicon_io/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/favicon_io/favicon.ico -------------------------------------------------------------------------------- /images/favicon_io/site.webmanifest: -------------------------------------------------------------------------------- 1 | {"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} -------------------------------------------------------------------------------- /images/fira-code-font-ligatures-clojure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/fira-code-font-ligatures-clojure.png -------------------------------------------------------------------------------- /images/git-gitconfig-user-name-email-github-oauth-token.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/git-gitconfig-user-name-email-github-oauth-token.png -------------------------------------------------------------------------------- /images/git-gitconfig-user-name-email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/git-gitconfig-user-name-email.png -------------------------------------------------------------------------------- /images/gitter-chat-badge-practicalli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/gitter-chat-badge-practicalli.png -------------------------------------------------------------------------------- /images/golang-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/golang-logo.png -------------------------------------------------------------------------------- /images/haskell-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/haskell-logo.png -------------------------------------------------------------------------------- /images/helm-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/helm-logo.png -------------------------------------------------------------------------------- /images/idris-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/idris-logo.png -------------------------------------------------------------------------------- /images/julia-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/julia-logo.png -------------------------------------------------------------------------------- /images/kotlin-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/kotlin-logo.png -------------------------------------------------------------------------------- /images/linter-joker-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/linter-joker-screenshot.png -------------------------------------------------------------------------------- /images/lisp-logo-alien-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/lisp-logo-alien-256.png -------------------------------------------------------------------------------- /images/logo_CSharp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/logo_CSharp.png -------------------------------------------------------------------------------- /images/london-clojurians-event-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/london-clojurians-event-groups.png -------------------------------------------------------------------------------- /images/magit-forge-create-pull-request-error-after-successful-pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/magit-forge-create-pull-request-error-after-successful-pr.png -------------------------------------------------------------------------------- /images/ocaml-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/ocaml-logo.png -------------------------------------------------------------------------------- /images/perl5-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/perl5-logo.png -------------------------------------------------------------------------------- /images/perl6-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/perl6-logo.png -------------------------------------------------------------------------------- /images/phoenix-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/phoenix-logo.png -------------------------------------------------------------------------------- /images/practicalli-slack-channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/practicalli-slack-channel.png -------------------------------------------------------------------------------- /images/practicalli-spacemacs-book-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/practicalli-spacemacs-book-banner.png -------------------------------------------------------------------------------- /images/practicalli-spacemacs-book-cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/practicalli-spacemacs-book-cover.png -------------------------------------------------------------------------------- /images/racket-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/racket-logo.png -------------------------------------------------------------------------------- /images/rst-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/rst-logo.png -------------------------------------------------------------------------------- /images/sketches/repl-workflow-evaluation.ora: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/sketches/repl-workflow-evaluation.ora -------------------------------------------------------------------------------- /images/spacemace-clojure-inspect-java-lang-long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemace-clojure-inspect-java-lang-long.png -------------------------------------------------------------------------------- /images/spacemace-clojure-inspect-java-lang-persistentvector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemace-clojure-inspect-java-lang-persistentvector.png -------------------------------------------------------------------------------- /images/spacemacs-2-configuration-dot-spacemacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-2-configuration-dot-spacemacs.png -------------------------------------------------------------------------------- /images/spacemacs-2-helm-find-emacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-2-helm-find-emacs.png -------------------------------------------------------------------------------- /images/spacemacs-2-helm-find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-2-helm-find.png -------------------------------------------------------------------------------- /images/spacemacs-2-helm-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-2-helm-help.png -------------------------------------------------------------------------------- /images/spacemacs-2-helm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-2-helm.png -------------------------------------------------------------------------------- /images/spacemacs-2-layers-clojure-auto-complete-variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-2-layers-clojure-auto-complete-variables.png -------------------------------------------------------------------------------- /images/spacemacs-2-layers-clojure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-2-layers-clojure.png -------------------------------------------------------------------------------- /images/spacemacs-2-layers-git-and-version-control-variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-2-layers-git-and-version-control-variables.png -------------------------------------------------------------------------------- /images/spacemacs-2-layers-git-variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-2-layers-git-variables.png -------------------------------------------------------------------------------- /images/spacemacs-2-vim-tutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-2-vim-tutorial.png -------------------------------------------------------------------------------- /images/spacemacs-2017-aprilfools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-2017-aprilfools.png -------------------------------------------------------------------------------- /images/spacemacs-application-processes-buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-application-processes-buffer.png -------------------------------------------------------------------------------- /images/spacemacs-auto-completion-snippets-html-link-expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-auto-completion-snippets-html-link-expanded.png -------------------------------------------------------------------------------- /images/spacemacs-auto-completion-snippets-html-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-auto-completion-snippets-html-link.png -------------------------------------------------------------------------------- /images/spacemacs-autocompletion-ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-autocompletion-ns.png -------------------------------------------------------------------------------- /images/spacemacs-buffer-menu-list-buffers-helm-mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-buffer-menu-list-buffers-helm-mini.png -------------------------------------------------------------------------------- /images/spacemacs-buffer-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-buffer-menu.png -------------------------------------------------------------------------------- /images/spacemacs-buffers-helm-actions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-buffers-helm-actions.png -------------------------------------------------------------------------------- /images/spacemacs-buffers-transient-state-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-buffers-transient-state-menu.png -------------------------------------------------------------------------------- /images/spacemacs-camcorder-package-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-camcorder-package-install.png -------------------------------------------------------------------------------- /images/spacemacs-choice-emacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-choice-emacs.png -------------------------------------------------------------------------------- /images/spacemacs-cider-clojurescript-connection-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-cider-clojurescript-connection-options.png -------------------------------------------------------------------------------- /images/spacemacs-cider-connect-warning-versions-out-of-sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-cider-connect-warning-versions-out-of-sync.png -------------------------------------------------------------------------------- /images/spacemacs-cider-error-buffer-show-hide-buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-cider-error-buffer-show-hide-buttons.png -------------------------------------------------------------------------------- /images/spacemacs-cider-evaluate-source-code-buffer-defun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-cider-evaluate-source-code-buffer-defun.png -------------------------------------------------------------------------------- /images/spacemacs-cider-nrepl-mismatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-cider-nrepl-mismatch.png -------------------------------------------------------------------------------- /images/spacemacs-cider-repl-command-shortcuts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-cider-repl-command-shortcuts.png -------------------------------------------------------------------------------- /images/spacemacs-cider-test-report-fail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-cider-test-report-fail.png -------------------------------------------------------------------------------- /images/spacemacs-cider-test-run-tests-results-mini-buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-cider-test-run-tests-results-mini-buffer.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-cider-connect-clj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-cider-connect-clj.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-cider-connect-host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-cider-connect-host.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-cider-connect-port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-cider-connect-port.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-cider-debug-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-cider-debug-menu.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-cider-inspect-last-result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-cider-inspect-last-result.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-cider-inspector-commands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-cider-inspector-commands.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-cider-inspector-inspect-last-value-defn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-cider-inspector-inspect-last-value-defn.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-cider-jack-in-command-line-hacking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-cider-jack-in-command-line-hacking.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-cider-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-cider-menu.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-cider-repl-buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-cider-repl-buffer.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-cider-send-expression-to-repl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-cider-send-expression-to-repl.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-cider-send-to-repl-namespace-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-cider-send-to-repl-namespace-user.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-clj-refactor-formatting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-clj-refactor-formatting.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-create-a-project-clojure-cli-eshell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-create-a-project-clojure-cli-eshell.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-development-with-spacemacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-development-with-spacemacs.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-doc-clojure-spec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-doc-clojure-spec.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-doc-defn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-doc-defn.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-doc-source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-doc-source.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-docs-apropos-results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-docs-apropos-results.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-docs-apropos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-docs-apropos.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-docs-clojuredocs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-docs-clojuredocs.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-docs-conj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-docs-conj.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-docs-java-docs-website.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-docs-java-docs-website.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-enlighten-mode-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-enlighten-mode-example.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-evaluate-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-evaluate-menu.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-evaluation-enlighten-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-evaluation-enlighten-example.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-find-var-java-source-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-find-var-java-source-code.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-inspect-atom-containing-persistent-vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-inspect-atom-containing-persistent-vector.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-inspect-persistent-map-nested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-inspect-persistent-map-nested.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-inspect-persistent-map-with-vector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-inspect-persistent-map-with-vector.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-inspect-persistent-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-inspect-persistent-map.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-java-find-var.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-java-find-var.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-lint-joker-indicators-spacemacs-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-lint-joker-indicators-spacemacs-dark.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-lint-joker-indicators-spacemacs-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-lint-joker-indicators-spacemacs-light.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-linter-jocker-examples-ubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-linter-jocker-examples-ubuntu.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-linting-code-marks-and-flycheck-list-errors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-linting-code-marks-and-flycheck-list-errors.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-linting-flycheck-list-errors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-linting-flycheck-list-errors.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-logo-spacemacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-logo-spacemacs.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-lsp-project-import-prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-lsp-project-import-prompt.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-macro-expand-defn-expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-macro-expand-defn-expanded.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-menu-refactor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-menu-refactor.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-namespace-browse-ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-namespace-browse-ns.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-namespace-find-ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-namespace-find-ns.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-ns-form-requires-grouped-by-purpose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-ns-form-requires-grouped-by-purpose.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-project-repl-start-up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-project-repl-start-up.gif -------------------------------------------------------------------------------- /images/spacemacs-clojure-refactor-menu-clojure-mode-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-refactor-menu-clojure-mode-add.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-refactor-menu-clojure-mode-cycle-clean-convert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-refactor-menu-clojure-mode-cycle-clean-convert.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-refactor-menu-clojure-mode-show-sort-stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-refactor-menu-clojure-mode-show-sort-stop.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-refactor-menu-clojure-mode-thread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-refactor-menu-clojure-mode-thread.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-refactor-menu-clojure-mode-unwind-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-refactor-menu-clojure-mode-unwind-update.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-refactor-menu-clojure-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-refactor-menu-clojure-mode.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-repl-buffer-commands-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-repl-buffer-commands-list.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-repl-buffer-powerbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-repl-buffer-powerbar.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-repl-change-namespace-spacemacs-workshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-repl-change-namespace-spacemacs-workshop.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-repl-command-ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-repl-command-ns.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-repl-history-buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-repl-history-buffer.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-repl-history-keybindings-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-repl-history-keybindings-code.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-repl-pop-to-buffer-on-connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-repl-pop-to-buffer-on-connect.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-repl-send-to-menu-quit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-repl-send-to-menu-quit.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-repl-send-to-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-repl-send-to-menu.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-repl-start-edit-command-add-aliases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-repl-start-edit-command-add-aliases.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-repl-undef-symbol-helm-narrowing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-repl-undef-symbol-helm-narrowing.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-safe-structural-editing-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-safe-structural-editing-mode.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-test-defn-private-refer-as.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-test-defn-private-refer-as.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-test-selectors-integration-not-found.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-test-selectors-integration-not-found.png -------------------------------------------------------------------------------- /images/spacemacs-clojure-test-selectors-prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-clojure-test-selectors-prompt.png -------------------------------------------------------------------------------- /images/spacemacs-configure-layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-configure-layers.png -------------------------------------------------------------------------------- /images/spacemacs-debug-breakpoint-call-function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-debug-breakpoint-call-function.png -------------------------------------------------------------------------------- /images/spacemacs-develop-update-magit-unpulled-commits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-develop-update-magit-unpulled-commits.png -------------------------------------------------------------------------------- /images/spacemacs-doom-gruvbox-light-theme-example-clojure-spec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-doom-gruvbox-light-theme-example-clojure-spec.png -------------------------------------------------------------------------------- /images/spacemacs-doom-gruvbox-light-theme-examples-home-spacemacs-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-doom-gruvbox-light-theme-examples-home-spacemacs-config.png -------------------------------------------------------------------------------- /images/spacemacs-dotspacemacs-search-tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-dotspacemacs-search-tools.png -------------------------------------------------------------------------------- /images/spacemacs-ediff-org-mode-todo-faces.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-ediff-org-mode-todo-faces.png -------------------------------------------------------------------------------- /images/spacemacs-eshell-theme-practicalli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-eshell-theme-practicalli.png -------------------------------------------------------------------------------- /images/spacemacs-evil-spc-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-evil-spc-menu.png -------------------------------------------------------------------------------- /images/spacemacs-file-menu-find-helm-popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-file-menu-find-helm-popup.png -------------------------------------------------------------------------------- /images/spacemacs-file-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-file-menu.png -------------------------------------------------------------------------------- /images/spacemacs-first-run-vim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-first-run-vim.png -------------------------------------------------------------------------------- /images/spacemacs-floobits-help-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-floobits-help-light.png -------------------------------------------------------------------------------- /images/spacemacs-floorbits-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-floorbits-help.png -------------------------------------------------------------------------------- /images/spacemacs-flycheck-verify-no-checkers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-flycheck-verify-no-checkers.png -------------------------------------------------------------------------------- /images/spacemacs-gist-create-from-buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-gist-create-from-buffer.png -------------------------------------------------------------------------------- /images/spacemacs-gist-dird-gist-from-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-gist-dird-gist-from-file.png -------------------------------------------------------------------------------- /images/spacemacs-gist-dired-gist-from-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-gist-dired-gist-from-file.png -------------------------------------------------------------------------------- /images/spacemacs-gist-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-gist-list.png -------------------------------------------------------------------------------- /images/spacemacs-git-gist-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-git-gist-menu.png -------------------------------------------------------------------------------- /images/spacemacs-git-github-clone-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-git-github-clone-menu.png -------------------------------------------------------------------------------- /images/spacemacs-git-github-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-git-github-menu.png -------------------------------------------------------------------------------- /images/spacemacs-git-gitst-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-git-gitst-menu.png -------------------------------------------------------------------------------- /images/spacemacs-git-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-git-menu.png -------------------------------------------------------------------------------- /images/spacemacs-git-timemachine-customize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-git-timemachine-customize.png -------------------------------------------------------------------------------- /images/spacemacs-git-timemachine-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-git-timemachine-menu.png -------------------------------------------------------------------------------- /images/spacemacs-github-create-new-repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-github-create-new-repository.png -------------------------------------------------------------------------------- /images/spacemacs-github-remote-repository-connection-git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-github-remote-repository-connection-git.png -------------------------------------------------------------------------------- /images/spacemacs-github-remote-repository-connections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-github-remote-repository-connections.png -------------------------------------------------------------------------------- /images/spacemacs-gtags-create-database-enabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-gtags-create-database-enabled.png -------------------------------------------------------------------------------- /images/spacemacs-gtags-create-database-prompt-use-ctags-backend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-gtags-create-database-prompt-use-ctags-backend.png -------------------------------------------------------------------------------- /images/spacemacs-gtags-modeline-question-mark-no-gtags-yet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-gtags-modeline-question-mark-no-gtags-yet.png -------------------------------------------------------------------------------- /images/spacemacs-helm-ag-ripgrep--pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-helm-ag-ripgrep--pattern.png -------------------------------------------------------------------------------- /images/spacemacs-helm-ag-ripgrep-globbing-clj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-helm-ag-ripgrep-globbing-clj.png -------------------------------------------------------------------------------- /images/spacemacs-helm-ag-ripgrep-options-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-helm-ag-ripgrep-options-help.png -------------------------------------------------------------------------------- /images/spacemacs-helm-ag-ripgrep-pattern-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-helm-ag-ripgrep-pattern-search.png -------------------------------------------------------------------------------- /images/spacemacs-helm-file-edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-helm-file-edit.png -------------------------------------------------------------------------------- /images/spacemacs-helm-layers-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-helm-layers-list.png -------------------------------------------------------------------------------- /images/spacemacs-helm-transient-state-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-helm-transient-state-menu.png -------------------------------------------------------------------------------- /images/spacemacs-heml-ag-ripgrep-globbing-not-md.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-heml-ag-ripgrep-globbing-not-md.png -------------------------------------------------------------------------------- /images/spacemacs-holy-M-m-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-holy-M-m-menu.png -------------------------------------------------------------------------------- /images/spacemacs-home-rollback-package-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-home-rollback-package-update.png -------------------------------------------------------------------------------- /images/spacemacs-home-which-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-home-which-key.png -------------------------------------------------------------------------------- /images/spacemacs-homepage-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-homepage-install.png -------------------------------------------------------------------------------- /images/spacemacs-how-to-create-a-pull-request-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-how-to-create-a-pull-request-text.png -------------------------------------------------------------------------------- /images/spacemacs-icon-transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-icon-transparent.png -------------------------------------------------------------------------------- /images/spacemacs-install-holy-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-install-holy-mode.png -------------------------------------------------------------------------------- /images/spacemacs-install-wizard-distribution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-install-wizard-distribution.png -------------------------------------------------------------------------------- /images/spacemacs-install-wizard-editing-style.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-install-wizard-editing-style.png -------------------------------------------------------------------------------- /images/spacemacs-layer-clojure-docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-layer-clojure-docs.png -------------------------------------------------------------------------------- /images/spacemacs-layers-lang-clojure-packages--cider-eval-defun-to-comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-layers-lang-clojure-packages--cider-eval-defun-to-comment.png -------------------------------------------------------------------------------- /images/spacemacs-layers-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-layers-name.png -------------------------------------------------------------------------------- /images/spacemacs-layouts-clojure-code-hhgttg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-layouts-clojure-code-hhgttg.png -------------------------------------------------------------------------------- /images/spacemacs-layouts-example-practicalli-spacemacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-layouts-example-practicalli-spacemacs.png -------------------------------------------------------------------------------- /images/spacemacs-layouts-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-layouts-help.png -------------------------------------------------------------------------------- /images/spacemacs-layouts-practicalli-spacemacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-layouts-practicalli-spacemacs.png -------------------------------------------------------------------------------- /images/spacemacs-layouts-transient-state-layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-layouts-transient-state-layers.png -------------------------------------------------------------------------------- /images/spacemacs-layouts-transient-state-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-layouts-transient-state-list.png -------------------------------------------------------------------------------- /images/spacemacs-layouts-transient-state-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-layouts-transient-state-menu.png -------------------------------------------------------------------------------- /images/spacemacs-layouts-transient-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-layouts-transient-state.png -------------------------------------------------------------------------------- /images/spacemacs-layouts-workspaces-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-layouts-workspaces-help.png -------------------------------------------------------------------------------- /images/spacemacs-lein-new-spacemacs-workshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-lein-new-spacemacs-workshop.png -------------------------------------------------------------------------------- /images/spacemacs-lein-repl-output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-lein-repl-output.png -------------------------------------------------------------------------------- /images/spacemacs-lisp-state-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-lisp-state-menu.png -------------------------------------------------------------------------------- /images/spacemacs-logo-homepage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-logo-homepage.png -------------------------------------------------------------------------------- /images/spacemacs-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-logo.png -------------------------------------------------------------------------------- /images/spacemacs-lsp-breadcumbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-lsp-breadcumbs.png -------------------------------------------------------------------------------- /images/spacemacs-magit--reset-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit--reset-menu.png -------------------------------------------------------------------------------- /images/spacemacs-magit--reset-to-head-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit--reset-to-head-1.png -------------------------------------------------------------------------------- /images/spacemacs-magit-blame-commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-blame-commit.png -------------------------------------------------------------------------------- /images/spacemacs-magit-branching-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-branching-menu.png -------------------------------------------------------------------------------- /images/spacemacs-magit-commit-menu-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-commit-menu-dark.png -------------------------------------------------------------------------------- /images/spacemacs-magit-commit-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-commit-menu.png -------------------------------------------------------------------------------- /images/spacemacs-magit-commit-message-buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-commit-message-buffer.png -------------------------------------------------------------------------------- /images/spacemacs-magit-commit-message-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-commit-message-menu.png -------------------------------------------------------------------------------- /images/spacemacs-magit-commit-squash-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-commit-squash-example.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-add-repository-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-add-repository-name.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-create-fork-remote-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-create-fork-remote-name.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-create-fork-to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-create-fork-to.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-create-issue-post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-create-issue-post.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-create-pr-message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-create-pr-message.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-create-pull-request-forge-repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-create-pull-request-forge-repository.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-create-pull-request-source-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-create-pull-request-source-branch.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-create-pull-request-target-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-create-pull-request-target-branch.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-create-pull-request-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-create-pull-request-text.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-issue-details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-issue-details.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-issues-status-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-issues-status-list.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-issues-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-issues-status.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-pgp-encrypt-authinfo-pgp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-pgp-encrypt-authinfo-pgp.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-repository-selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-repository-selection.png -------------------------------------------------------------------------------- /images/spacemacs-magit-forge-require-forge-add-repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-forge-require-forge-add-repository.png -------------------------------------------------------------------------------- /images/spacemacs-magit-fringe-markers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-fringe-markers.png -------------------------------------------------------------------------------- /images/spacemacs-magit-fullscreen-refine-hunks-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-fullscreen-refine-hunks-example.png -------------------------------------------------------------------------------- /images/spacemacs-magit-git-init-when-git-project-routes-added.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-git-init-when-git-project-routes-added.png -------------------------------------------------------------------------------- /images/spacemacs-magit-git-status-helm-list-of-repositories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-git-status-helm-list-of-repositories.png -------------------------------------------------------------------------------- /images/spacemacs-magit-help-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-help-menu.png -------------------------------------------------------------------------------- /images/spacemacs-magit-init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-init.png -------------------------------------------------------------------------------- /images/spacemacs-magit-list-repositories.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-list-repositories.png -------------------------------------------------------------------------------- /images/spacemacs-magit-menu--magithub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-menu--magithub.png -------------------------------------------------------------------------------- /images/spacemacs-magit-pull-upstream-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-pull-upstream-default.png -------------------------------------------------------------------------------- /images/spacemacs-magit-push-changed-history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-push-changed-history.png -------------------------------------------------------------------------------- /images/spacemacs-magit-push-remote-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-push-remote-default.png -------------------------------------------------------------------------------- /images/spacemacs-magit-rebase-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-rebase-menu.png -------------------------------------------------------------------------------- /images/spacemacs-magit-remotes-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-remotes-menu.png -------------------------------------------------------------------------------- /images/spacemacs-magit-remotes-pull-default-configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-remotes-pull-default-configure.png -------------------------------------------------------------------------------- /images/spacemacs-magit-remotes-push-default-configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-remotes-push-default-configure.png -------------------------------------------------------------------------------- /images/spacemacs-magit-reset-via-recent-commits-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-reset-via-recent-commits-list.png -------------------------------------------------------------------------------- /images/spacemacs-magit-stash-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-stash-menu.png -------------------------------------------------------------------------------- /images/spacemacs-magit-status-example-full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-status-example-full.png -------------------------------------------------------------------------------- /images/spacemacs-magit-status-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-status-example.png -------------------------------------------------------------------------------- /images/spacemacs-magit-status-magithub-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-status-magithub-menu.png -------------------------------------------------------------------------------- /images/spacemacs-magit-status-staging-untracked-unstaged-staged-changes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-status-staging-untracked-unstaged-staged-changes.png -------------------------------------------------------------------------------- /images/spacemacs-magit-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-status.png -------------------------------------------------------------------------------- /images/spacemacs-magit-subcommand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-magit-subcommand.png -------------------------------------------------------------------------------- /images/spacemacs-main-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-main-menu.png -------------------------------------------------------------------------------- /images/spacemacs-markdown-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-markdown-example.png -------------------------------------------------------------------------------- /images/spacemacs-markdown-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-markdown-menu.png -------------------------------------------------------------------------------- /images/spacemacs-menu-jump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-menu-jump.png -------------------------------------------------------------------------------- /images/spacemacs-multiple-cursors-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-multiple-cursors-menu.png -------------------------------------------------------------------------------- /images/spacemacs-music-bongo-playing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-music-bongo-playing.png -------------------------------------------------------------------------------- /images/spacemacs-music-bongo-playlist-meatloaf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-music-bongo-playlist-meatloaf.png -------------------------------------------------------------------------------- /images/spacemacs-narrow-numbers-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-narrow-numbers-menu.png -------------------------------------------------------------------------------- /images/spacemacs-navigate-project-find-file-open-clojure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-navigate-project-find-file-open-clojure.gif -------------------------------------------------------------------------------- /images/spacemacs-navigation-definitions-java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-navigation-definitions-java.png -------------------------------------------------------------------------------- /images/spacemacs-neotree-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-neotree-example.png -------------------------------------------------------------------------------- /images/spacemacs-neotree-key-hints.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-neotree-key-hints.png -------------------------------------------------------------------------------- /images/spacemacs-neotree-project-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-neotree-project-example.png -------------------------------------------------------------------------------- /images/spacemacs-org-babel-demarcate-block-language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-org-babel-demarcate-block-language.png -------------------------------------------------------------------------------- /images/spacemacs-org-journal-example-day-entry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-org-journal-example-day-entry.png -------------------------------------------------------------------------------- /images/spacemacs-org-mode-checkboxes-header-tracking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-org-mode-checkboxes-header-tracking.png -------------------------------------------------------------------------------- /images/spacemacs-org-mode-hyperlinks-descriptive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-org-mode-hyperlinks-descriptive.png -------------------------------------------------------------------------------- /images/spacemacs-org-mode-hyperlinks-literal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-org-mode-hyperlinks-literal.png -------------------------------------------------------------------------------- /images/spacemacs-org-mode-journal-list-checkbox-tracking-cookie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-org-mode-journal-list-checkbox-tracking-cookie.png -------------------------------------------------------------------------------- /images/spacemacs-org-structure-templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-org-structure-templates.png -------------------------------------------------------------------------------- /images/spacemacs-orgmode-headings-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-orgmode-headings-example.png -------------------------------------------------------------------------------- /images/spacemacs-orgmode-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-orgmode-menu.png -------------------------------------------------------------------------------- /images/spacemacs-other-features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-other-features.png -------------------------------------------------------------------------------- /images/spacemacs-practicalli-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-practicalli-banner.png -------------------------------------------------------------------------------- /images/spacemacs-profiler-report-memory-cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-profiler-report-memory-cpu.png -------------------------------------------------------------------------------- /images/spacemacs-project-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-project-menu.png -------------------------------------------------------------------------------- /images/spacemacs-projectile-file-new-file--light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-projectile-file-new-file--light.png -------------------------------------------------------------------------------- /images/spacemacs-projectile-menu--light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-projectile-menu--light.png -------------------------------------------------------------------------------- /images/spacemacs-projectile-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-projectile-menu.png -------------------------------------------------------------------------------- /images/spacemacs-ranger-example-book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-ranger-example-book.png -------------------------------------------------------------------------------- /images/spacemacs-ranger-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-ranger-example.png -------------------------------------------------------------------------------- /images/spacemacs-refactor-function-call-tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-refactor-function-call-tab.png -------------------------------------------------------------------------------- /images/spacemacs-repl-eval-pprint-example-portfolio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-repl-eval-pprint-example-portfolio.png -------------------------------------------------------------------------------- /images/spacemacs-search-setting-boundary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-search-setting-boundary.png -------------------------------------------------------------------------------- /images/spacemacs-select-emacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-select-emacs.png -------------------------------------------------------------------------------- /images/spacemacs-select-vim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-select-vim.png -------------------------------------------------------------------------------- /images/spacemacs-shell-popup-multiterm-zsh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-shell-popup-multiterm-zsh.png -------------------------------------------------------------------------------- /images/spacemacs-smart-search-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-smart-search-example.png -------------------------------------------------------------------------------- /images/spacemacs-snippets-clojure-mode-yasnippet-vs-swannodette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-snippets-clojure-mode-yasnippet-vs-swannodette.png -------------------------------------------------------------------------------- /images/spacemacs-snippets-clojure-mode-yasnippet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-snippets-clojure-mode-yasnippet.png -------------------------------------------------------------------------------- /images/spacemacs-snippets-example-markdown-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-snippets-example-markdown-code.png -------------------------------------------------------------------------------- /images/spacemacs-source-control-add-layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-source-control-add-layers.png -------------------------------------------------------------------------------- /images/spacemacs-spacemacs-package-load-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-spacemacs-package-load-time.png -------------------------------------------------------------------------------- /images/spacemacs-spacemacs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-spacemacs.png -------------------------------------------------------------------------------- /images/spacemacs-spelling-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-spelling-menu.png -------------------------------------------------------------------------------- /images/spacemacs-standard-distribution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-standard-distribution.png -------------------------------------------------------------------------------- /images/spacemacs-states--vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-states--vertical.png -------------------------------------------------------------------------------- /images/spacemacs-states-vim-emacs.svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-states-vim-emacs.svg.png -------------------------------------------------------------------------------- /images/spacemacs-states-vim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-states-vim.png -------------------------------------------------------------------------------- /images/spacemacs-structural-editing-lisp-state-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-structural-editing-lisp-state-menu.png -------------------------------------------------------------------------------- /images/spacemacs-symbol-highlight-transient-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-symbol-highlight-transient-state.png -------------------------------------------------------------------------------- /images/spacemacs-theme-cyberpunk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-theme-cyberpunk.png -------------------------------------------------------------------------------- /images/spacemacs-theme-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-theme-dark.png -------------------------------------------------------------------------------- /images/spacemacs-theme-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-theme-light.png -------------------------------------------------------------------------------- /images/spacemacs-themes-doom-solarized-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-themes-doom-solarized-dark.png -------------------------------------------------------------------------------- /images/spacemacs-themes-doom-solarized-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-themes-doom-solarized-light.png -------------------------------------------------------------------------------- /images/spacemacs-themes-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-themes-menu.png -------------------------------------------------------------------------------- /images/spacemacs-toggle-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-toggle-menu.png -------------------------------------------------------------------------------- /images/spacemacs-tramp-file-open-as-sudo-saved-password-in-keyring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-tramp-file-open-as-sudo-saved-password-in-keyring.png -------------------------------------------------------------------------------- /images/spacemacs-treemacs-keybindings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-treemacs-keybindings.png -------------------------------------------------------------------------------- /images/spacemacs-treemacs-project-changes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-treemacs-project-changes.png -------------------------------------------------------------------------------- /images/spacemacs-treemacs-project-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-treemacs-project-example.png -------------------------------------------------------------------------------- /images/spacemacs-truncate-lines-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-truncate-lines-example.png -------------------------------------------------------------------------------- /images/spacemacs-unicode-popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-unicode-popup.png -------------------------------------------------------------------------------- /images/spacemacs-update-package-post-reboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-update-package-post-reboot.png -------------------------------------------------------------------------------- /images/spacemacs-update-packages-install-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-update-packages-install-summary.png -------------------------------------------------------------------------------- /images/spacemacs-update-packages-installing-minibuffer-messages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-update-packages-installing-minibuffer-messages.png -------------------------------------------------------------------------------- /images/spacemacs-update-packages-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-update-packages-summary.png -------------------------------------------------------------------------------- /images/spacemacs-version-control--smerge-transient-state-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-version-control--smerge-transient-state-menu.png -------------------------------------------------------------------------------- /images/spacemacs-versioning-smeargle-transient-state-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-versioning-smeargle-transient-state-menu.png -------------------------------------------------------------------------------- /images/spacemacs-vim-normal-g-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-vim-normal-g-menu.png -------------------------------------------------------------------------------- /images/spacemacs-vim-normal-symbol-highlight-transient-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-vim-normal-symbol-highlight-transient-state.png -------------------------------------------------------------------------------- /images/spacemacs-vim-normal-z-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-vim-normal-z-menu.png -------------------------------------------------------------------------------- /images/spacemacs-vim-normal-zoom-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-vim-normal-zoom-menu.png -------------------------------------------------------------------------------- /images/spacemacs-which-key-paging-help-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-which-key-paging-help-menu.png -------------------------------------------------------------------------------- /images/spacemacs-which-key-paging-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-which-key-paging-help.png -------------------------------------------------------------------------------- /images/spacemacs-why-website.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-why-website.png -------------------------------------------------------------------------------- /images/spacemacs-window-menu-transient-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-window-menu-transient-state.png -------------------------------------------------------------------------------- /images/spacemacs-window-menu-zoomed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-window-menu-zoomed.png -------------------------------------------------------------------------------- /images/spacemacs-window-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-window-menu.png -------------------------------------------------------------------------------- /images/spacemacs-zoom-fold-transient-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-zoom-fold-transient-state.png -------------------------------------------------------------------------------- /images/spacemacs-zoom-frame-scale-transient-state.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-zoom-frame-scale-transient-state.png -------------------------------------------------------------------------------- /images/spacemacs-zoom-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-zoom-menu.png -------------------------------------------------------------------------------- /images/spacemacs-zoom-text-transient-state-font-scaling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacemacs-zoom-text-transient-state-font-scaling.png -------------------------------------------------------------------------------- /images/spacesmacs-2-spacemacs-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacesmacs-2-spacemacs-home.png -------------------------------------------------------------------------------- /images/spacmacs-magit-forge-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/spacmacs-magit-forge-menu.png -------------------------------------------------------------------------------- /images/typescript-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/typescript-logo.png -------------------------------------------------------------------------------- /images/ubuntu-silversearcher-ag-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/ubuntu-silversearcher-ag-install.png -------------------------------------------------------------------------------- /images/vim-adventures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/vim-adventures.png -------------------------------------------------------------------------------- /images/yaml-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/images/yaml-logo.png -------------------------------------------------------------------------------- /introduction/additional-resources.md: -------------------------------------------------------------------------------- 1 | # Additional Resources 2 | 3 | **Spacemacs** 4 | * [Spacemacs Website](http://spacemacs.org/) 5 | * [Spacemacs ABC](https://www.youtube.com/playlist?list=PLrJ2YN5y27KLhd3yNs2dR8_inqtEiEweE) - screencast walk-through of features in alphabetical order 6 | * [SimpleTutorials: Spacemacs](https://simpletutorials.com/c/2883/Spacemacs) 7 | 8 | **Clojure Getting Started** 9 | * [ClojureBridge London curiculum](http://clojurebridgelondon.github.io/curriculum) 10 | * [Clojure through code](https://github.com/practicalli/clojure-through-code/tree/drafts) - many examples of basic Clojure code 11 | * [Getting started with Clojure](http://jr0cket.co.uk/slides/getting-started-with-clojure.html) - a general guide to Clojure (work in progress) 12 | * [4Clojure](https://www.4clojure.com/) exercises & [4Clojure Google group](https://groups.google.com/forum/#!forum/4clojure) 13 | * [Clojurescript Koans](http://clojurescriptkoans.com/) or [Lighttable Koans](https://github.com/practicalli/lighttable-koans) - exercises to help you discover Clojure 14 | 15 | **Clojure Reference** 16 | * [Clojure.org](http://clojure.org), [features](http://clojure.org/features) and [rational](http://clojure.org/rationale) 17 | * [Clojure documentation](http://clojure.org/documentation) 18 | * [Clojure Cheatsheet](http://clojure.org/cheatsheet) 19 | * [Official Google group](https://groups.google.com/forum/#!forum/clojure) 20 | * [CrossClj](http://crossclj.info/) - cross-referencing the Clojure ecosystem 21 | 22 | **Tooling** 23 | * [Leiningen](http://leiningen.org/), [tutorial](https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md), [faq](https://github.com/technomancy/leiningen/blob/stable/doc/FAQ.md), [plugins list](https://github.com/technomancy/leiningen/wiki/Plugins) & [sample project file](https://github.com/technomancy/leiningen/blob/stable/sample.project.clj) 24 | 25 | 26 | **Books & Tutorials** 27 | * [Practicalli, Clojure](http://practicalli.github.io/clojure/) 28 | * [Practicalli, Clojure WebApps](http://practicalli.github.io/clojure-webapps/) 29 | * [Practicalli, Clojurescript](http://practicalli.github.io/clojurescript/) 30 | * [Clojure cookbook](https://github.com/clojure-cookbook/clojure-cookbook) 31 | * [Brave Clojure](http://www.braveclojure.com/) - a Clojure tutorial (using Emacs) 32 | -------------------------------------------------------------------------------- /introduction/sample-configuration.md: -------------------------------------------------------------------------------- 1 | # Sample Spacemacs Configuration 2 | 3 | > Customisations made to the standard Spacemacs install are contained in the Github repository [Spacemacs configuration](https://github.com/practicalli/spacemacs-config) 4 | > 5 | > Either [browse the repository online](https://github.com/practicalli/spacemacs-config) or use your favorite git client or the following git clone command: 6 | > 7 | > `git clone https://github.com/practicalli/spacemacs-config.git` 8 | > 9 | > The above command creates a new directory called `spacemacs-config` that contains the configuration examples from this book, all in one place. 10 | > 11 | > You can use **ediff** in Spacemacs to compare your configuration files with the examples. 12 | -------------------------------------------------------------------------------- /introduction/workshop-conventions.md: -------------------------------------------------------------------------------- 1 | # Workshop Conventions 2 | 3 | ## Keybinding conventions 4 | 5 | General menu and commands 6 | 7 | | Spacemacs | Major mode | Normal | Insert | Command | 8 | |---------------------|-----------------------|------------------------|------------------------|-----------------------| 9 | | `SPC` - global menu | `,` - major mode menu | Evil (Vim) normal mode | Evil (Vim) insert mode | Name of Emacs command | 10 | 11 | 12 | Vim Mode specific keybindings 13 | 14 | | Normal | Insert | Visual | Motion | Lisp | Iedit | Evilified | Emacs | 15 | |------------------|-----------------------|--------------------|--------|--------------------|-------------------|-----------|---------------------------| 16 | | The default mode | Mode for writing text | Mode for selection | ? | Structural Editing | Text manipulation | | Classic Emacs keybindings | 17 | | | | | | | | | | 18 | 19 | 20 | 21 | ### Spacemacs - `SPC` 22 | 23 | Spacemacs provides a global menu where you can access commands using a mnemonic, text based menu. Its the recommended starting point for those new to Spacemacs. 24 | 25 | Access the global menu via `SPC` in Evil Normal mode or via `M-m` in all other modes 26 | 27 | > ####Info 28 | > The use of `SPC` 29 | 30 | 31 | ### Major Mode - `,` 32 | 33 | Access features specific to the current major mode. 34 | 35 | For example when you have a Clojure file or REPL buffer open you can access a Clojure specific menu using `M-RET` in Emacs mode or `,` in Vim normal mode. 36 | 37 | Having a major mode specific menu removes the need to use `SPC m` in Vim normal mode or `M-m` in Emacs mode. 38 | 39 | 40 | ### Evil (normal mode) 41 | 42 | Vim arranges keybindings across multiple modes, reducing the number of key presses required to carry out commands normal mode specific short-cuts to access Spacemacs features 43 | 44 | 45 | ### Command - `SPC SPC` 46 | 47 | Every menu item and keybinding in Spacemacs is calling a function, collectively called commands. 48 | 49 | Use commands with `SPC SPC` in Vim normal mode or `M-x` in any mode. 50 | 51 | Use a command when there is no menu item or keybinding. 52 | 53 | ## Classic Emacs Keybindings 54 | 55 | The keybindings used in Emacs (holy mode) are also available, many of which start with `C-c` or `C-x`. If you are familiar with these then its fine to stick with them. However, if you have trouble learning or remembering them, then switch to the Spacemacs mnemonic alternatives. 56 | -------------------------------------------------------------------------------- /keybindings-missing.org: -------------------------------------------------------------------------------- 1 | ;; keybindings changes 2 | 3 | 4 | 5 | ;; keybindings potentials 6 | 7 | 8 | k 'clojure-toggle-keyword-string - C-: 9 | 10 | or k t - keyword toggle 11 | or r c k 12 | 13 | 14 | 15 | 16 | ;;;;;;;;;;;;;;;; 17 | ;; missing 18 | 19 | cider-pprint-eval-defun-at-point 20 | 21 | C-c C-r n s clojure-sort-ns 22 | C-c C-r n u clojure-update-ns 23 | -------------------------------------------------------------------------------- /org-mode/get-things-done.md: -------------------------------------------------------------------------------- 1 | # Org-mode: Get Things Done 2 | 3 | > ####TODO::work in progress, sorry 4 | 5 | Get Things Done is a simple and effective way to manage tasks using Org-mode todo states. 6 | 7 | See the article: [Emacs - Get Things Done](https://orgmode.org/worg/org-gtd-etc.html) 8 | -------------------------------------------------------------------------------- /org-mode/todo-states-customise.md: -------------------------------------------------------------------------------- 1 | # Customise your own todo states 2 | 3 | You can also define your own todo states and workflow to support the way you work. 4 | 5 | > #### TODO::Check if there is a better approach 6 | > You can define `todo` states per `.org` file (to investigate). 7 | 8 | Define states and workflow for all `.org` files in the `.spacemacs` file, inside `dotspacemacs/user-config` as follows 9 | 10 | ```elisp 11 | (with-eval-after-load 'org 12 | (setq org-todo-keywords 13 | '((sequence "todo" "doing" "blocked" "review" "|" "done" "archived")))) 14 | ``` 15 | 16 | ## Setting colours (faces) for todo states to give clearer view of work 17 | 18 | Setting a different colour for each TODO state makes it easier to see the status at a glance. Using the [X11 color names](https://en.wikipedia.org/wiki/Web_colors) gives colours that are easy to notice but are not to strong. 19 | 20 | Add the following code to the `dotspacemacs\user-config` section of the `.spacemacs` file: 21 | 22 | ```elisp 23 | (with-eval-after-load 'org 24 | (setq org-todo-keyword-faces 25 | '(("todo" . "SlateGray") 26 | ("doing" . "DarkOrchid") 27 | ("blocked" . "Firebrick") 28 | ("review" . "Teal") 29 | ("done" . "ForestGreen") 30 | ("archived" . "SlateBlue")))) 31 | ``` 32 | 33 | >####HINT::Use simpler names or colour codes 34 | > If the above codes do not work for you, try simpler colour names such as `green`, `blue`, `yellow`. Alternatively, use the specific colour codes, such as `#242424`. 35 | 36 | ## Automatically log completion date-time 37 | 38 | When a heading status enters `DONE`, add a `closed:` property with current date-time stamp 39 | 40 | ```elisp 41 | (with-eval-after-load 'org 42 | (setq org-log-done 'time)) 43 | ``` 44 | -------------------------------------------------------------------------------- /pre-requisites.md: -------------------------------------------------------------------------------- 1 | # Pre-requisites 2 | 3 | * Emacs version 25.1 or greater 4 | 5 | * Leiningen version 2.7.1 6 | 7 | * Git client to clone Spacemacs or zip tool to unpack download 8 | 9 | * no `.emacs.d` directory in your home account 10 | 11 | 12 | ## Emacs 13 | 14 | [Spacemacs](http://spacemacs.org/) is a community curated set of configurations for the [Emacs editor](https://www.gnu.org/software/emacs/), so it requires a version of Emacs to be installed. 15 | 16 | It is highly recommended you install the latest stable version of Emacs, which as of January 2017 is version 25.1. 17 | 18 | Emacs uses a project called [CIDER](https://cider.readthedocs.io/en/latest/) to provide an excellent development environment for Clojure and due to dependency changes in the latest version of CIDER, support for Emacs versions earlier than 25.x is no longer provided. 19 | 20 | > CIDER is installed as part of the Clojure layer in Spacemacs, so we do not need to install CIDER ourselves. 21 | 22 | ## Leiningen 23 | 24 | [Leiningen](http://leiningen.org/) is the build automation tool for Clojure and you should install the latest version, currently version 2.7.1. 25 | 26 | Emacs (CIDER) commands for clojure such at `M-x cider-jack-in` call out to Leiningen to run Clojure REPL's 27 | 28 | 29 | ## Emacs / Spacemacs configuration 30 | 31 | Emacs configuration is typically stored in a series of files and directories under a directory called `.emacs.d`. This `.emacs.d` directory lives in the root of your user account, for example `/home/jr0cket/.emacs.d` on Linux / Unix systems. 32 | 33 | As Spacemacs is a community curiated collection of configuration files, then these are placed in the `.emacs.d` directory. Therefore you should remove any existing `.emacs.d` directory from your home account, or move that directory elsewhere should you wish to keep any previous configuration. 34 | 35 | 36 | -------------------------------------------------------------------------------- /refactor/clj-refactor/forms.md: -------------------------------------------------------------------------------- 1 | # Forms 2 | 3 | 4 | -------------------------------------------------------------------------------- /refactor/clj-refactor/reference.md: -------------------------------------------------------------------------------- 1 | # References 2 | 3 | http://endlessparentheses.com/a-small-improvement-to-clj-refactor.html 4 | 5 | ## Spacemacs clj-refactor configuration 6 | 7 | All functions in clj-refactor have a two-letter mnemonic shortcut. E.g. `rs` for `cljr-rename-symbol`. 8 | 9 | The configuration for clj-refactor is in the file `~/.emacs.d/layers/+lang/clojure/packages.el`. The specific `clj-refactor` configuratoin is in the `clojure/init-clj-refactor` function. 10 | 11 | The most relevant configuration is the keybindings prefix, which for spacemacs is `c-c C-f`. 12 | 13 | ```elisp 14 | (cljr-add-keybindings-with-prefix "C-c C-f") 15 | ``` 16 | 17 | The Spacemacs nemonic menu is defined in the ` clj-refactor--key-binding-prefixes` list. These are the menu options when you press `SPC` 18 | 19 | ```lisp 20 | (setq clj-refactor--key-binding-prefixes 21 | '(("mr" . "refactor") 22 | ("mra" . "add") 23 | ("mrc" . "cycle/clean") 24 | ("mrd" . "destructure") 25 | ("mre" . "extract/expand") 26 | ("mrf" . "find/function") 27 | ("mrh" . "hotload") 28 | ("mri" . "introduce/inline") 29 | ("mrm" . "move") 30 | ("mrp" . "project/promote") 31 | ("mrr" . "remove/rename/replace") 32 | ("mrs" . "show/sort/stop") 33 | ("mrt" . "thread") 34 | ("mru" . "unwind/update"))) 35 | ``` 36 | -------------------------------------------------------------------------------- /reference/hydra-menus.md: -------------------------------------------------------------------------------- 1 | # Hydra menus 2 | 3 | Some packages also include their own [hydra](https://github.com/abo-abo/hydra) menus. An example of this is the Clojure refactor hyrda menu. 4 | 5 | * `C-c C-f h h` - clj-refactor (hydra menu) 6 | 7 | 8 | > ####TODO::Transient state keybinding for Clojure layer - cljr-refactor 9 | > hydra-cljr-help-menu/body is an interactive compiled Lisp function in `clj-refactor.el'. 10 | > 11 | > This is probably irrelevant as clj-refactor is being merged into clojure-mode. 12 | 13 | ``` 14 | (hydra-cljr-help-menu/body) 15 | ``` 16 | > 17 | >For more information check the manuals. 18 | > 19 | >Call the body in the "hydra-cljr-help-menu" hydra. 20 | > 21 | > The heads for the associated hydra are: 22 | > 23 | > "n": ‘hydra-cljr-ns-menu/body’, 24 | > "c": ‘hydra-cljr-code-menu/body’, 25 | > "p": ‘hydra-cljr-project-menu/body’, 26 | > "t": ‘hydra-cljr-toplevel-form-menu/body’, 27 | > "s": ‘hydra-cljr-cljr-menu/body’, 28 | > "q": ‘nil’ 29 | > 30 | > The body can be accessed via ‘hydra-cljr-help-menu/body’. 31 | ``` 32 | -------------------------------------------------------------------------------- /reference/keybindings/cider-keybindings.md: -------------------------------------------------------------------------------- 1 | # Common CIDER default keybindings for Emacs 2 | 3 | There are a number of [Cider keyboard shortcuts (keybindings)](https://github.com/clojure-emacs/cider#keyboard-shortcuts) already defined that also work alongside the Spacemacs keybindings. 4 | 5 | > ####Hint::CIDER keybindings have more cognitive load 6 | > It is this authors opinion that the CIDER keybindings are harder to learn than the mnemonic keybindings of Spacemacs. 7 | 8 | 9 | * `C-c C-e` - evaluates the previous form to the current position of the cursor and shows the result in the minibuffer and inline with the code (until you move the cursor away). So place your cursor after the closing parentheses `)` of your expression or on the next line and hit the keybinding and see the result. 10 | 11 | * `C-c M-;` - evaluates previous form and prints the result as a comment on the following line. The keybinding `M-;` is a universal comment in all modes. With C-c as a prefix it evaluate the previous function before creating a comment of the return value. 12 | 13 | ![Emacs Live - CIDER eval form with result in minibuffer - C-c C-e](/images/emacs-cider-eval-expression-minibuffer.png) 14 | 15 | * `C-c M-e` - the same as above except the result is sent to the REPL 16 | 17 | ![Emacs Live - CIDER eval form with result in the REPL - C-c M-e](/images/emacs-cider-eval-expression-repl.png) 18 | 19 | * `C-c C-k` - evaluate the whole buffer. So with the cursor in a Clojure source file, all the forms / expressions are evaluate as if the code was loaded in from scratch. 20 | 21 | * `C-c C-d d` - show the documentaion as you would with `(doc function-name)`. Place the cursor over a function name, hit the keybinding and see the documenation for that funtion. This also works inside the REPL buffer, so no need to use `(doc)`, which is not loaded by default. 22 | 23 | * `C-c M-n` - switch to namespace of current Clojure buffer. So with the cursor in a Clojure source file, hit the keybinding and your REPL buffer will now be in the namespace for that Clojure code. 24 | 25 | ![Emacs Live - CIDER change to namespace of current Clojure code - C-c M-n](/images/emacs-cider-namespace-change.png) 26 | 27 | > Changing into a namespace does not automatically evaluate the code in that namespace, so evaluate the whole buffer `C-c C-k` or evaluate specific expressions (forms) `C-c M-e`. Once evaluated, you can evaluate that code in the REPL. 28 | 29 | * `M->` or `M-x cider-jump-to-var` prompts you for a var, a function `(defn)` or symbol name `(def)` and moves the cursor to its definition. If the cusor is already on a matching name the the cursor jumps straight to that definition. 30 | 31 | * `C-c C-q` or `M-x cider-quit` - close the REPL and its associated buffer. 32 | 33 | There are many more things you can do within Clojure files and the REPL, so take a look at the [Cider keyboard shortcuts (keybindings)](https://github.com/clojure-emacs/cider#keyboard-shortcuts) once you have the basics mastered. 34 | -------------------------------------------------------------------------------- /screencasts/02-starting-the-repl.org: -------------------------------------------------------------------------------- 1 | * Starting the repl 2 | 3 | 4 | * Adding an alias as a default 5 | 6 | `SPC p e` to create or edit the .dir-locals.el file for this project. 7 | This can be useful to define a default alias for CIDER when running deps.edn projects. 8 | The CIDER test runner needs the =test= directory in the classpath to run the tests, 9 | so you may need to include an alias from the tools.deps directory. 10 | Add as part of starting a REPL, as an additional step. 11 | -------------------------------------------------------------------------------- /screencasts/03-editing-refactoring.org: -------------------------------------------------------------------------------- 1 | * Editing and Refactoring 2 | 3 | > TODO split into several videos ?? 4 | 5 | 6 | * Pasting in the name of a file 7 | I can include the name of the current file as I edit the contents of its buffer. 8 | I find this useful for adding titles for articles and documentation. 9 | 10 | `SPC f y n` will copy (yank) the filename of the current buffer, 11 | then `p` to paste the filename into the buffer. 12 | 13 | I also find this useful for accurately adding the names of files, 14 | for example when creating links or including images. 15 | 16 | `SPC p f` or `SPC f f` to open the file, 17 | `SPC f y n` to copy (yank) the file name, 18 | `SPC b d` if I dont need to keep the file open 19 | and it returns to the previous buffer. 20 | Then `p` to paste in the filename. 21 | 22 | 23 | * Adding a namespace to a Clojure file 24 | 25 | With yasnippets configured and the Clojure REPL running, 26 | typing =ns= and selecting the =ns->ns= snippet 27 | will add a namespace declaration using the full namespace for the current file. 28 | 29 | This action is carried out automatically if you have the ~clj-refactor~ variable enabled in the clojure layer configuration in ~.spacemacs~ 30 | 31 | 32 | * Changing case of words 33 | =~= in Evil normal state will toggle the case of the current character under the point. 34 | -------------------------------------------------------------------------------- /screencasts/multiple-cursors.org: -------------------------------------------------------------------------------- 1 | * Convert Git log to org-mode links 2 | Open magit and copy 10 lines from the l l log 3 | Paste the lines into orgmode 4 | ~9 g r j~ to create 10 cursors 5 | Delte the sha numbers, replace the * with - and optinally add a checkbox [] 6 | -------------------------------------------------------------------------------- /shell.md: -------------------------------------------------------------------------------- 1 | # Command Line Shell withn Spacemacs 2 | 3 | No need to leave Spacemacs and open up a terminal window if you want to run commands. You can simply run a shell in a buffer. This can be the standard shell or the emacs shell, called `eshell` 4 | 5 | ## Adding the shell layer 6 | 7 | The shell & eshell commands are availble in the `shell` layer. Edit the `~/.spacemacs.el` file and in the function `dotspacemacs/layers` and the definition `dotspacemacs-configuration-layers` add the name `shell` 8 | 9 | 10 | ## Running a shell 11 | 12 | A simple shell can be run with the `shell` function. This `shell` function opens a new buffer with a shell prompt and displays that buffer, replacing the currently hightlighted buffer. 13 | 14 | 15 | ## Configuring the shell layer 16 | 17 | By default the `shell` commands will run the standard shell. You can add a variable to the shell layer to specify a default shell to run. 18 | 19 | ```elisp 20 | (shell :variables 21 | shell-default-shell 'eshell) 22 | ``` 23 | 24 | You can also specify variables to set a particular size and location for the shell buffer to open. In this example the shell will be 30 lines high and appear across the bottom of the current Spacemacs frame. 25 | 26 | ```elisp 27 | (shell :variables 28 | shell-default-shell 'eshell 29 | shell-default-height 30 30 | shell-default-position 'bottom) ;; SPC ' opens eshell in popup at bottom of Spacemacs 31 | ``` 32 | 33 | 34 | ## A shell pop-up 35 | 36 | You can also use a popup shell buffer that can be easily toggled to show and hide at the press of a keybindin, using the `spacemacs/shell-pop-default` fuction. This save you searching for your shell buffer and hides it away quickly when you dont need it. 37 | 38 | * `SPC '` - evil mode 39 | * `M-m '` - holy mode 40 | 41 | > I typicaly use the shell pop-up for actions such as cloning a new repository (could use the github layer for that), changing file permissions, **creating Leiningen projects for Clojure** 42 | 43 | 44 | -------------------------------------------------------------------------------- /spacemacs-basics/spacemacs-documentation.md: -------------------------------------------------------------------------------- 1 | # Spacemacs Documentation 2 | 3 | There is very comprehensive documentation on the [Spacemacs website](https://spacemacs.org) and that same information is also built in to Spacemacs itself, so you can always access it when you offline. 4 | 5 | The [Spacemacs Quick Start guide](http://spacemacs.org/doc/QUICK_START.html) gives an overview of how to configure and learn Spacemacs. The [Spacemacs documentation](http://spacemacs.org/doc/DOCUMENTATION.html) covers all aspects of Spacemacs in more detail. 6 | 7 | Spacemacs built in documentation is accessible via: 8 | 9 | | Spacemacs | Emacs | Command | 10 | |-------------|-------------|---------------------------| 11 | | `SPC h SPC` | `M-m h SPC` | `M-x helm-spacemacs-help` | 12 | 13 | > #### Comment::Keybinding guide 14 | > `SPC` means to press the spacebar 15 | > 16 | > A character by itself means press that key by itself, eg. `h` means press the h key 17 | > 18 | > `M-m` means to hold the meta key down and press the m key 19 | > 20 | > `M-x` means hold the meta key down and press the x key 21 | > 22 | > The meta key is typically Alt on Linux/PC, Opt on MacOSX 23 | 24 | ## Spacemacs in action 25 | 26 | If you like to see Spacemacs in action, then you should watch the series of [Spacemacs ABC]() videos on Youtube. These videos walk you thought the common features of Spacemacs in alphabetical order. 27 | 28 | There are also [short screencasts of Spacemacs]() that accompany this book (work in progress). 29 | 30 | 31 | ## Emacs Wiki 32 | 33 | Most of the classic documentation about Emacs is also relevant to Spacemacs, after all its Emacs underneath. Many of the packages used in Spacemacs are also documentation on the Emacs Wiki, so its devinately worth browsing (especially if you are going to customise Spacemacs). 34 | 35 | -------------------------------------------------------------------------------- /structural-editing/barf.md: -------------------------------------------------------------------------------- 1 | # Barf 2 | 3 | -------------------------------------------------------------------------------- /structural-editing/classic-emacs.md: -------------------------------------------------------------------------------- 1 | # Classic Emacs structural editing 2 | 3 | Developers using Emacs and Cider will probably be familiar with [paredit]() for their structural editing needs. 4 | 5 | Paredit is a very nice library, however, it was only created for Clojure / Lisp languages. 6 | 7 | Spacemacs uses [Smartparens](smartparens.html) which provides structural editing for all languages, so paredit is not required. 8 | 9 | Paredit is however part of the Clojure layer in Spacemacs, although there are no keybindings defined. 10 | -------------------------------------------------------------------------------- /structural-editing/lisp-state-splicing.md: -------------------------------------------------------------------------------- 1 | # Splicing 2 | 3 | Pull the content from one expression into another 4 | -------------------------------------------------------------------------------- /structural-editing/slurp.md: -------------------------------------------------------------------------------- 1 | # Slurp 2 | 3 | -------------------------------------------------------------------------------- /styles/ebook.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/styles/ebook.css -------------------------------------------------------------------------------- /styles/epub.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/styles/epub.css -------------------------------------------------------------------------------- /styles/mobi.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/styles/mobi.css -------------------------------------------------------------------------------- /styles/pdf.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/practicalli-johnny/spacemacs-manual-deploy-archive/43292b11cd18f3ee4bfc6e5105f5614638fa6b11/styles/pdf.css -------------------------------------------------------------------------------- /styles/website.css: -------------------------------------------------------------------------------- 1 | @import url(https://fonts.googleapis.com/css?family=Ubuntu); 2 | @import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono); 3 | 4 | /* Use Ubuntu font as default font for all content */ 5 | body { 6 | font-family: Ubuntu; 7 | font-size: 1.8rem; 8 | } 9 | 10 | .book-body h1,.book-body h2,.book-body h3,.book-body h4,.book-body h5,.book-body h6 { 11 | font-family : "Ubuntu", "Open Sans", "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 12 | } 13 | 14 | .book-body p, .book-body div, .book-body span, .summary, .book-body li, .summary li a { 15 | font-family : "Ubuntu", "Open Sans", "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 16 | font-size: 1.8rem; 17 | } 18 | 19 | /* .book .book-body .page-wrapper .page-inner section.normal code { */ 20 | /* } */ 21 | 22 | /* Center images and tables */ 23 | img, div, table { 24 | display: block; 25 | margin-left: auto; 26 | margin-right: auto; 27 | } 28 | 29 | /* Over-ride the wide-page plugin */ 30 | .book .book-body .page-wrapper .page-inner { 31 | max-width: 72%; 32 | } 33 | 34 | 35 | /* Style code blocks */ 36 | .markdown-section pre>code { 37 | font-family: "Ubuntu Mono", Consolas, Menlo, Courier, monospace; 38 | background-color: #fdf6e4; 39 | font-size: 1.1em; 40 | margin: 0; 41 | padding: 0.1em 0.1em; 42 | } 43 | 44 | /* Style pre-formatted section - surrounding code blocks */ 45 | .markdown-section pre { 46 | background-color: #fdf6e4; 47 | } 48 | 49 | 50 | /* Style inline blocks */ 51 | .markdown-section p>code { 52 | font-family: "Ubuntu Mono", Consolas, Menlo, Courier, monospace; 53 | background-color: #f7f7f7; 54 | /* background-color: #fdf6e4; */ 55 | color: #702b70; /* Spacemacs purple*/ 56 | font-size: 1.1em; 57 | margin: 0; 58 | padding: 0.1em 0.1em; 59 | } 60 | 61 | .CodeMirror pre { 62 | font-size: 1.8em; 63 | } 64 | 65 | 66 | /* Deprecated styles */ 67 | 68 | /* Show keybindings to look like keys on a keyboard */ 69 | kbd { 70 | display: inline-block; 71 | border: 1px solid #ccc; 72 | border-radius: 4px; 73 | padding: 0.1em 0.5em; 74 | margin: 0 0.2em; 75 | box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset; 76 | color: #000000; 77 | background-color: #f7f7f7; 78 | } 79 | -------------------------------------------------------------------------------- /test-file.md: -------------------------------------------------------------------------------- 1 | # This is just a test file 2 | Testing pr's 3 | -------------------------------------------------------------------------------- /testing/unit-testing/clojure-test-expectations.md: -------------------------------------------------------------------------------- 1 | # `clojure.test` Expectations 2 | Add expectation style unit testing to `clojure.test` based tests. 3 | 4 | `clojure.test.expectations` uses the same tooling as `clojure.test` and only depends on that library. 5 | 6 | ## Using a deps.edn alias 7 | 8 | [practicalli/clojure-deps-edn]({{ book.P9IClojureDepsEdn }}) 9 | 10 | ## Add dependency 11 | Edit the deps.edn file for the current project 12 | -------------------------------------------------------------------------------- /using-figwheel/chestnut-template.html: -------------------------------------------------------------------------------- 1 | # Chestnut Template 2 | 3 | -------------------------------------------------------------------------------- /using-figwheel/chestnut-template.md: -------------------------------------------------------------------------------- 1 | # Chestnut Template 2 | 3 | -------------------------------------------------------------------------------- /using-figwheel/index.html: -------------------------------------------------------------------------------- 1 | # Using Figwheel 2 | 3 | -------------------------------------------------------------------------------- /using-figwheel/index.md: -------------------------------------------------------------------------------- 1 | # Using Figwheel 2 | 3 | -------------------------------------------------------------------------------- /using-figwheel/starting-chestnut-emacs.html: -------------------------------------------------------------------------------- 1 | # Starting Figwheel (Emacs) 2 | 3 | -------------------------------------------------------------------------------- /using-figwheel/starting-chestnut-emacs.md: -------------------------------------------------------------------------------- 1 | # Starting Figwheel (Emacs) 2 | 3 | -------------------------------------------------------------------------------- /using-figwheel/starting-chestnut-terminal.html: -------------------------------------------------------------------------------- 1 | # Starting Figwheel (Terminal) 2 | 3 | -------------------------------------------------------------------------------- /using-figwheel/starting-chestnut-terminal.md: -------------------------------------------------------------------------------- 1 | # Starting Figwheel (Terminal) 2 | 3 | -------------------------------------------------------------------------------- /why-spacemacs/configuring-spacemacs.md: -------------------------------------------------------------------------------- 1 | # Configuring Spacemacs 2 | -------------------------------------------------------------------------------- /why-spacemacs/structured-editing.md: -------------------------------------------------------------------------------- 1 | # Structural Editing 2 | 3 | Structural editing is an invaluable tool when working with Lisp languages (elisp, lisp, clojure, etc) as it enables you to easily move code around without breaking the structural syntax of the language. 4 | 5 | Clojure has very precise syntax as everything is contained in a list or similar structure. It is very simple to navigate the structure of Clojure code by jumping from expression to expression. 6 | 7 | This well defined structure also makes it trivial to move expressions around, giving you a simple way to develop and refactor your code. 8 | 9 | {% youtube %} 10 | https://www.youtube.com/watch?v=PmSPKvlJk74 11 | {% endyoutube %} 12 | 13 | > ####Hint::Structural Editing Section 14 | > Read the [Structural editing section](/structural-editing/) for a detailed guide to using Lisp mode, Smartparens, Paredit and Evil mode to manage your Clojure (and elsip) code. 15 | 16 | 17 | ## Smartparents For Writing Structural Text 18 | 19 | Spacemacs uses [smartparens](https://github.com/Fuco1/smartparens) to help you write structural code really fast and also move expressions around. Smartparens is a newer implementation of the classic _paredit_ package. 20 | 21 | > ####HINT::Evil-cleverparens 22 | > [Evil-cleverparens](https://github.com/luxbock/evil-cleverparens) configures Vim states to respect smartparens rules. This ensures that you do not accidentally delete parenthesis and keeps the structure of your Clojure intact. 23 | > 24 | > See the section on [Evil Clojure Editing](/install-spacemacs/evil-structural-editing.html). 25 | 26 | ## Lisp State For Manipulating Structural Text 27 | 28 | Spacemacs includes **lisp-state**, `SPC k .` for refactoring Lisp base languages like Clojure. In this **lisp-state** you can use the normal Vim keys to navigate your code by its structure. You can also move symbols and expressions around without risking unmatched parenthesis or other structure characters (using `slurp`, `barf`, `wrap`, `unwrap`, etc.). 29 | -------------------------------------------------------------------------------- /why-spacemacs/why-evil.md: -------------------------------------------------------------------------------- 1 | # Evil Vim Style Editing 2 | Evil provide Vim style editing across all languages and modes in Emacs, simplifying the editing of files and keyboard shortcuts (keybindings) 3 | 4 | Vim is a language for manipulating text files that goes far beyond editing files. Learning this simple language removes cognitive load. Speak vim and your fingers efficiently make the changes you want. 5 | 6 | Multi-modal editing simplifies keybindings for everything, keeping your hands centered on the keyboard and increasing your productivity. Multi-modal approach minimizing the need for key chords that are slower and a common source of repetitive strain e.g. `C-c C-x M-j` 7 | -------------------------------------------------------------------------------- /workshop-agenda.org: -------------------------------------------------------------------------------- 1 | * Why Spacemacs 2 | ** Community support 3 | ** Mnemonic menu / keybindings 4 | ** Layers 5 | ** Navigating around 6 | ** Multi-model editing 7 | ** Manipulating text 8 | ** Buffers, Windows, Layouts 9 | * Clojure Layer 10 | ** dotspacemacs 11 | ** Build tool support 12 | * Clojure REPL 13 | ** Starting the repl 14 | ** Showing the repl buffer 15 | ** Switching namespaces 16 | ** REPL command menu 17 | * Vim in Emacs 18 | this is vim insert mode and this is where you do al the creative writing. 19 | * Evaluating Clojure 20 | ** Inline or In REPL 21 | * Code snippets 22 | * Structural Editing 23 | * Clojure Refactor 24 | * Testing 25 | * Clojure inspection / debugging 26 | * Magit - version control 27 | * Github 28 | ** Gists 29 | * Org-mode 30 | ** `, RET` - new 31 | * Vim in Emacs 32 | --------------------------------------------------------------------------------