Commit Graph

252 Commits

Author SHA1 Message Date
9929883bf9 Merge pull request #4001 from akirabaruah/emojify
ui/emojis: New module for inserting/displaying emojis
2020-10-19 01:25:47 -04:00
813804066d ui/emojis: New module for inserting emojis
Uses the emojify package to enable displaying and inserting emojis. Also
adds a new binding "SPC i e" to insert an Emoji. Includes basic docs.
2020-10-11 20:37:19 -07:00
c2704dc6e6 Merge pull request #3810 from samwdp/develop
Add +powershell to lang/sh module
2020-10-08 13:56:59 -04:00
6445fbf732 Fix #3381: make documentation read-only 2020-10-06 14:33:14 -04:00
7c5fe3cf30 Completed PR changes 2020-10-06 08:34:15 +01:00
028c682047 Merge pull request #3906 from Jonta/patch-1
Larger link. Fitt's law
2020-10-05 21:06:11 -04:00
4d42347032 Merge pull request #3841 from Ban3/enchant-spell
checkers/spell: add support for using enchant
2020-10-04 20:24:57 -04:00
eb720c86d6 Merge pull request #4016 from harryvederci/patch-1
Fix conflicting text formats in "getting started" steps.
2020-10-04 20:00:01 -04:00
3fef7471fa Merge pull request #3878 from smsegal/patch-1
Fix link in gettting_started.org
2020-10-04 19:54:31 -04:00
19811b1dce minor fixes (#3957)
* minor typo fixes

* Refill corrected paragraph

Co-authored-by: Henrik Lissner <accounts@v0.io>
2020-10-04 16:34:54 -04:00
40898b34bf Remove conflicting formats
Remove fat formatting that interferes with inner monospace/code formatted text.

This caused "=" and "~" signs to be displayed (at least in the browser, on the github readme page).
2020-10-03 17:49:19 +01:00
273b5370a5 Larger link. Fitt's law
Works grammatically too
2020-09-07 13:53:04 +02:00
c849db6417 Fix link in gettting_started.org
Original link to company module in section "Writing your own modules" was pointing to a malformed path. This changes it to point to the correct path of the company module readme.
2020-09-01 12:27:14 -04:00
791ab1a1db Fix typo in faq.org 2020-08-27 06:44:14 +01:00
ed2c750023 docs/getting_started: clarify "using local packages" #3842 2020-08-26 14:25:46 -04:00
1a3326be53 checkers/spell: add support for using enchant 2020-08-26 13:57:06 +03:00
9e43b69664 docs/api: correct custom-theme-set-faces! example 2020-08-25 05:12:54 -04:00
98283d302b docs/faq: minor corrections 2020-08-24 23:00:32 -04:00
e54bb170c3 docs/modules: fix os/macos & ui/ligatures links 2020-08-21 01:26:42 -04:00
22ece336fe Merge pull request #3786 from axelson/arch-linux-emacs-version
ArchLinux packages now have 27.1 as default
2020-08-20 21:37:45 -04:00
f4ec42ae5c Move :tools macos to :os macos 2020-08-20 02:14:32 -04:00
7081d833f6 Move :ui pretty-code to :ui ligatures
Includes a major refactor of the module.
2020-08-20 02:14:32 -04:00
7c69c7b7b5 ArchLinux packages now have 27.1 as default
https://www.archlinux.org/packages/extra/x86_64/emacs/

We could point to emacs-git AUR package for emacs 28:
https://aur.archlinux.org/packages/emacs-git/

But I think the reference to emacs 27 was there simply because emacs 27
is the recommended version so I didn't include a replacement AUR link in
this PR.
2020-08-19 15:37:58 -10:00
6510c13136 Updates getting_started.org.
Emacs 27.1 has been released & emacs-plus now installs 27.x by default:

  https://github.com/d12frosted/homebrew-emacs-plus
2020-08-11 19:15:42 +01:00
0a4841b247 Add :os tty module
- Moves clipetty to its own, opt-in module (#2671, #3195, #3498)
- Fix cursor shape changing between evil states (#1994)
- Moves `xterm-mouse-mode` and `visible-cursor` config out of core.
2020-08-07 23:44:39 -04:00
73cb463bdf doc/faq: expand on "which terminal should I use?" 2020-08-07 20:15:14 -04:00
39344dee79 lang/python: update & correct README
Corrected typos and misinformation, also mentioned new +pyright flag.
2020-08-07 19:05:49 -04:00
f0ad8cca25 docs/api: fix keymap in map! examples 2020-08-06 14:22:41 -04:00
68136f7ff9 lang/org: add +pretty flag; move org-superstar
org-superstar is no longer enabled by default, due to unicode-related
crashes and general slowness betraying our "gotta go fast" mantra.
2020-08-05 18:31:01 -04:00
e07cc77c19 docs/getting_started: clarify ~/.emacs.d/bin entry in PATH
I took this for granted:

Works:
  export PATH=~/.emacs.d/bin:$PATH
  export PATH="$HOME/.emacs.d/bin:$PATH"

Does not work:
  export PATH="~/.emacs.d/bin:$PATH"
2020-07-31 18:18:07 -04:00
e01a9e8173 docs/modules.org: minor revisions 2020-07-31 16:03:36 -04:00
2e1775c472 docs/api: fix inline command in map! example 2020-07-28 15:50:25 -04:00
8dfe8840a6 docs/faq: add "My keybinds don't work" 2020-07-26 18:50:16 -04:00
69ce5d5ea0 docs/getting_started: update ToC 2020-07-26 02:59:05 -04:00
135929d4ae docs/getting_started: fix heading hierarchy 2020-07-26 02:58:15 -04:00
8c2026b4ab docs/getting_started: revise & expand "Writing your own modules" 2020-07-26 02:56:27 -04:00
807eb82bde docs/faq: add "How to make a new theme" 2020-07-25 02:22:41 -04:00
976a601750 docs/getting_started: add install guides for Windows
Closes #3444
Closes #2575
2020-07-24 01:49:59 -04:00
87d17fab8c docs/getting_started: general revision
An effort to make our documentation clearer, more concise in places,
simpler where possible and highlight caveats so folks aren't caught by
surprise by strange behavior.

- Remove --with-modern-cg433n-icon (#3554), as the default icon is a
  reasonable default, and I'd like to keep things simple.
- Mention "could not find package in recipe repositories" error and what
  to do about it.
- Mention that 'doom sync -u' is necessary for Doom's package manager to
  see recipe changes.
- Mention :no-byte-compile for installing local packages; to save you
  the hassle of running 'doom sync' every time you change them.
- Clarify Emacs 27 install instructions where possible (particularly for
  nixOS and Ubuntu)
2020-07-24 01:49:58 -04:00
d2117b7879 docs/faq: add "How to share/sync config between computers" 2020-07-24 01:49:58 -04:00
2bb88e24d4 docs/faq: Add "~/.emacs.d/server is unsafe" error 2020-07-24 01:28:06 -04:00
cd40d45cec docs/faq: minor corrections & revision 2020-07-24 00:41:39 -04:00
091635d589 docs/api: add missing TOC entry 2020-07-23 21:45:54 -04:00
e517da66a7 docs/api: fix "Centered frame" snippet 2020-07-23 21:45:54 -04:00
e6221844fd docs/faq: general revision & reformatting 2020-07-23 21:45:54 -04:00
f99c3fb3a0 docs/faq: "Why is scrolling slow"->"Why is Emacs slow"
Expand on this question and mention Emacs 27 and gccemacs as solution.
2020-07-23 21:45:53 -04:00
1e0cd6ddce docs/faq: add "Is Doom a fork of spacemacs/prelude/etc?" 2020-07-23 21:45:53 -04:00
0ebb5cf35d docs/faq: add "Why sharp-quote functions" 2020-07-23 21:45:53 -04:00
316a9b871b docs/faq: add "How to maximize/fullscreen at startup" 2020-07-23 21:45:50 -04:00
d70b2ff776 docs/faq: add "How to disable smartparens" #3609 2020-07-23 19:11:50 -04:00