Commit Graph

40 Commits

Author SHA1 Message Date
bd3f3d708a Merge pull request #1987 from rprimus/fix-typos
Correct some typos across the board
2019-11-01 13:14:25 -04:00
8a999c6ae1 Merge pull request #1999 from randomizedthinking/develop
docs/api: add terminal-cursor-change snippet
2019-11-01 13:09:09 -04:00
3cf5183191 [docs] correct some links 2019-11-01 11:50:38 +01:00
752a34b17b Add terminal-cursor-change snippet. 2019-10-31 20:16:03 -07:00
0b8e7a27b6 Minor refactoring/reformatting across the board 2019-10-31 14:35:07 -04:00
a7e8e50c40 Correct some typos 2019-10-30 14:41:10 +00:00
412674b165 docs/getting_started: remove redundant section
And mark unfinished sections with TODO.
2019-10-29 23:44:45 -04:00
3f6decfe04 Add docs/contributing.org
Closes #1962
Relevant to #1771, #1755, #839, #372
2019-10-29 01:10:25 -04:00
c719e02e9a Add docs/workflow.org (skeleton)
Relevant to #174
2019-10-29 01:10:24 -04:00
73e50e1bcb Add docs/getting_started.org 2019-10-29 01:10:24 -04:00
527df08373 docs/faq.org: #+STARTUP: nofold 2019-10-29 01:10:24 -04:00
e98a0ca14a docs/faq: clarify package installation & configuration 2019-10-28 23:23:12 -04:00
3e5ad49df1 docs/faq: mention lispy/parinfer modules wrt smartparens 2019-10-28 23:23:11 -04:00
38bed2db65 Add docs/index.org; move modules/README.org
Fixes #1968
Relevant to #1771, #1795, #1755, #372, #174
2019-10-28 23:20:52 -04:00
311bdf100e docs/faq: mention 'doom refresh' under enable/disable modules 2019-10-26 13:30:53 -04:00
0fd21c2064 Fix paths in the FAQ 2019-10-25 18:43:23 +02:00
a531955dad docs/faq: mention package! recipe inheritance 2019-10-23 22:11:28 -04:00
391c8305a6 docs/faq: expand "how to change line numbers" 2019-10-20 10:58:54 -04:00
b45a9c5e03 docs/faq: general revision 2019-10-20 10:58:52 -04:00
5fa746e27c docs/faq: "why wsbutler?" 2019-10-20 10:58:52 -04:00
323e0adf45 Minor refactors & reformatting across the board 2019-10-17 01:47:58 -04:00
f1324172d3 docs/faq: update leader key defaults 2019-10-13 01:18:52 -04:00
9f1936ae3a Revise docs/faq 2019-10-12 14:55:16 -04:00
ec330e6348 Add docs/faq.org
Relevant to #1771, #372, #174
2019-10-08 20:11:21 -04:00
dea5d84069 Add more api demos (#1845)
* Added function Demos
* Added use-package demos
* Some corrections
* Fix duplicated use-package! type
2019-10-03 14:51:08 -04:00
0e1bbc4499 Expand custom{-theme,}-set-faces! example in docs/api.org
To include usage of doom-themes' api
2019-09-09 23:04:07 -04:00
49b527475d Add after! example to docs/api.org 2019-09-09 23:04:07 -04:00
1eb8be9875 Add load! example to docs/api.org 2019-09-09 23:04:07 -04:00
4ebb7df433 Add package! example to docs/api.org 2019-09-09 23:04:07 -04:00
1539387747 Reformat docs/api.org 2019-09-07 19:57:58 -04:00
a365b1cf9d docs/api: fix quoting for custom-(theme-)?set-faces! 2019-08-18 14:38:45 -04:00
b2b87aacba docs/api: minor comment corrections 2019-07-29 18:56:49 +02:00
a3e262c7ac 💥 Refactor add-hook! macro & change arg order
This update may potentially break your usage of add-hook! if you pass
the :local or :append properties to it. This is how they used to work:

  (add-hook! :append 'some-mode-hook #'do-something)

Thsoe properties must now follow the hooks, e.g.

  (add-hook! 'some-mode-hook :append #'do-something)

Other changes:
- Various add-hook calls have been renamed to add-hook! because I
  incorrectly assumed `defun` always returned its definition's symbol,
  when in fact, its return value is "undefined" (so sayeth the
  documentation). This should fix #1597.
- This update adds the ability to add multiple functions to hooks
  without a list:

    (add-hook! 'some-mode-hook
               #'do-something
               #'do-something-else)

- The indentation logic has been changed so that consecutive function
  symbols at indented at the same level as the first argument, but forms
  are indent like a defun.

    (add-hook! 'some-mode-hook
               #'do-something
               #'do-something-else)

    (add-hook! 'some-mode-hook
      (message "Hello"))
2019-07-26 20:17:29 +02:00
e6201ca952 Add :if, :when, :unless & :cond support to doom! macro
Now you can conditionally enable/disable modules.
2019-07-26 12:05:13 +02:00
7d9e844e35 docs/api: add custom{,-theme}-set-faces! entry 2019-07-26 03:12:06 +02:00
d55f284386 Refactor file-exists-p macro
And refactor too doom--resolve-path-forms
2019-07-23 20:43:24 +02:00
be789caa04 Add elisp demos for Doom API in helpful buffer 2019-07-22 02:30:40 +02:00
ead07dea83 Fix issue/PR templates & add sponsor button
Referenced in #1554, #1532, #1051
2019-07-10 21:13:41 +02:00
9fc87049ab Add new Issue & PR templates 2019-05-01 21:02:29 -04:00
59d37334e3 Move issue/PR templates to docs/ 2019-01-03 01:28:49 -05:00