4A3FW2VDYDAXR74HTARJGTV46CJPBY4FCSY7OOBXLRJEQFA5WISAC
;;; packages.el --- misc_layer layer packages file for Spacemacs.
;;
;; Copyright (c) 2012-2017 Sylvain Benner & Contributors
;;
;; Author: Chris Cummings <chris@thesogu.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;;; Commentary:
;; (defun python/post-init-company ()
;; (spacemacs|add-company-hook python-mode)
;; (spacemacs|add-company-hook inferior-python-mode)
;; (push '(company-files company-capf) company-backends-inferior-python-mode)
;; (add-hook 'inferior-python-mode-hook (lambda ()
;; (setq-local company-minimum-prefix-length 0)
;; (setq-local company-idle-delay 0.5))))
(defconst misc_layer-packages
'(company-mode)
)
(defun misc_layer/post-init-company ()
(push))
(spacemacs|defvar-company-backends misc_layer-mode)
#+TITLE: misc_layer layer
# The maximum height of the logo should be 200 pixels.
[[img/misc_layer.png]]
# TOC links should be GitHub style anchors.
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer does wonderful things:
- thing01
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =misc_layer= to the existing =dotspacemacs-configuration-layers= list in this
file.
* Key bindings
| Key Binding | Description |
|-------------+----------------|
| ~SPC x x x~ | Does thing01 |
# Use GitHub URLs if you wish to link a Spacemacs documentation file or its heading.
# Examples:
# [[https://github.com/syl20bnr/spacemacs/blob/master/doc/VIMUSERS.org#sessions]]
# [[https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Bfun/emoji/README.org][Link to Emoji layer README.org]]
# If space-doc-mode is enabled, Spacemacs will open a local copy of the linked file.
# Private directory for Yasnippets snippets
The content of this directory is ignored by Git. This is the default place
where to store your private yasnippets.
This path will be loaded automatically and used whenever Yasnippets loads.