#+TITLE: chicken-dotfiles layer # The maximum height of the logo should be 200 pixels. [[img/chicken-dotfiles.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 : - Setup org-mode + Disabling face cycling + Adding a few modules over the default set - Setup org for a GTD structure stored in ~/Notes + The structure is directly taken from [[https://emacs.cafe/emacs/orgmode/gtd/2017/06/30/orgmode-gtd.html][Nicolas Petton]]'s with a slight change: someday.org is renamed into "backlog.org" + It also adds to agenda list a birthday list file at (~/Notes/Agenda). Tht folder being a part of non task-realted files, it doesn't have a lot of confugration yet. + Adding the diaries and appointments to the agenda list. + Setup a bigger default todo keyword list - Setup org-bullet with a bigger set of bullets * Install To use this configuration layer, add it to your =~/.spacemacs=. You will need to add =chicken-dotfiles= to the existing =dotspacemacs-configuration-layers= list in this file. * Key bindings None yet # | 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.