Itai Y. Efrat
969c6ae8aa
docs(tree-sitter): document +tree-sitter flag in :lang readmes
...
Co-authored-by: Jeetaditya Chatterjee <jeetelongname@gmail.com>
2022-06-18 00:16:31 +02:00
noisycomputation
b21de24311
docs(latex): add texlive-latexextra dependency for pdflatex exports
...
Exporting an org file to pdf via LaTeX (org-export-dispatch or 'SPC m
e', then 'l p') requires texlive-latexextra (Arch package name) to be
installed on the system.
For reference, the error raised when texlive-latexextra was missing was
that the file 'wrapfig.sty' was not found. The specific error likely
depends on the contents of the exported file. Internet searches reveal
that pdflatex may also complain about 'utf8x.def' being missing; this
file is also provided by texlive-latexextra.
2022-04-12 02:36:35 +02:00
Itai Y. Efrat
8d8ec41c5c
docs(agda): document +local flag
2022-04-12 02:31:50 +02:00
Henrik Lissner
7246db457c
docs: replace doom-source with doom-repo links
...
I will later use "source" to refer to module sources, so better we avoid
the terminology for now.
2022-02-01 18:55:27 +01:00
Henrik Lissner
1fb67e3cf7
docs(org): remove org-pretty-table
...
Package was removed in hlissner/doom-emacs@db7696b661 .
Ref: hlissner/doom-emacs#6033
2022-02-01 18:55:27 +01:00
Prashant Tak
4bdcf48a0b
docs(org): add org-pretty-table to readme
...
Ref: #6033
Amend: 53ea2e4ce2b8
2022-01-27 16:30:47 +01:00
Kiran Shila
71535d7ffc
docs(julia): update lsp environment to recent LTS
...
As of 1 Dec, Julia v1.6 is the new LTS release.
Ref: #6010
2022-01-27 03:37:26 +01:00
Nicolas Cavigneaux
b2c366d946
docs(org): fix typo in capture example
2022-01-13 21:49:34 +01:00
Carlos D'Agostino
23503cfb44
docs(haskell): fix docs for alternative formatter
...
Small fixup to use the proper form when setting an alternative
formatter using the `after!` macro
2022-01-05 15:08:29 +01:00
Michalis Pardalos
c9399c1a19
docs(coq): expand README
...
+ Hack: Abbrevs are replaced with snippets
+ Installation: To enable completion you also need :completion company
+ Installation: coqtop is required, link to coq download site
+ Troubleshooting: Link to related github issues
2022-01-05 04:04:21 +01:00
Henrik Lissner
2236c3bcda
docs(rust): rustic-format-{on-save,trigger}
...
Ref: #5800
Co-authored-by: brotzeit <brotzeitmacher@gmail.com>
2021-11-21 20:04:28 +01:00
Henrik Lissner
88844e9cec
docs: simplify internal docs links
...
Fewer links means less confusion.
- Merge doom-issue and doom-commit links into doom-ref (for auto-linking
Issue/PR/commit references).
- Merge doom-module-source and doom-docs-source links into doom-source.
- Rename doom-report-issue to doom-report.
- Use '!' as the icon for module issues link.
- Remove doom-repo (replaced with "doom:*" in :lang org module).
- Add doomdir and emacsdir links to :lang org module.
2021-11-21 20:04:28 +01:00
Henrik Lissner
1decc38237
docs: fix module readme CREATED & SINCE attrs
...
Some were missing PR references, others had incorrect values for SINCE
and CREATED attributes. Also corrects the capitalization in some
SUBTITLEs.
2021-11-21 20:04:28 +01:00
Henrik Lissner
7bc0033d0a
docs: add doom-docs-mode & doom-docs-org-mode
...
These two modes exist to provide a nicer reading experience while
viewing Doom's org documentation from within Emacs; they hide
meta-lines, comments, markup, and more.
They also enable our docs to use IDs for links and keep our ID db
separate from any user ID dbs.
2021-11-21 20:04:28 +01:00
Henrik Lissner
20cac97c08
docs(:lang): update READMEs to new format
2021-11-21 20:04:28 +01:00
Henrik Lissner
0aad1399cc
refactor(file-templates): doom readme templates
...
Including readme template for categories.
2021-11-21 20:04:28 +01:00
Henrik Lissner
df62fcba26
docs: add category readmes
2021-11-21 20:04:28 +01:00
Luis
3231db863c
fix(dart): remove hardcoded path to flutter SDK
...
Instead, flutter.el looks for the executable in PATH.
2021-11-21 19:05:38 +01:00
Henrik Lissner
80cb57d513
bump: :tools debugger lsp :lang java
...
emacs-lsp/dap-mode@a18f29e3d1 -> emacs-lsp/dap-mode@76cad34de8
emacs-lsp/lsp-java@2a7d27e899 -> emacs-lsp/lsp-java@3246272b43
emacs-lsp/lsp-mode@f72278c660 -> emacs-lsp/lsp-mode@9865d31512
gagbo/consult-lsp@b9aa9617f1 -> gagbo/consult-lsp@aaa9a31bc8
joaotavora/eglot@9665359bb6 -> joaotavora/eglot@55c13a9137
realgud/realgud@7a70b27614 -> realgud/realgud@978b455d7d
Fix : #5765
2021-11-21 16:10:49 +01:00
Henrik Lissner
a3d040bcd7
bump: :lang org
...
emacs-straight/org-mode@2e99997830 -> emacs-straight/org-mode@27edae8ced
emacsorphanage/ox-pandoc@aa37dc7e94 -> emacsorphanage/ox-pandoc@e76324ecf1
hakimel/reveal.js@1ce77db3d0 -> hakimel/reveal.js@c79f4b5a4f
kaushalmodi/ox-hugo@9438efc34f -> kaushalmodi/ox-hugo@3442d8cf1f
nnicandro/emacs-jupyter@20e68a6836 -> nnicandro/emacs-jupyter@162d047e62
oer/org-re-reveal@ee0417aac3 -> oer/org-re-reveal@55fca47c74
org-roam/org-roam@3e47f198c7 -> org-roam/org-roam@a2e46db808
Fix : #5520
Fix : #5784
2021-11-21 16:10:49 +01:00
Henrik Lissner
616956ac94
fix(haskell): remove evil-digit-argument-evil-beginning-of-line call
...
evil-digit motions were refactored in emacs-evil/evil#1519 (where
evil-digit-argument-evil-beginning-of-line was removed), which was
pulled in during 8645634608
.
Fix : #5731
Ref: 8645634608
Ref: emacs-evil/evil#1519
2021-11-21 16:10:49 +01:00
Henrik Lissner
cd206ad1c7
bump: :lang coq
...
ProofGeneral/PG@e2b4227e1f -> ProofGeneral/PG@2145c23f44
Fix : #5742
2021-11-20 00:55:24 +01:00
Manjinder Singh
e303be6951
fix(org): show outline path on refile to current file
...
Before this change, the +org/refile-to-current-file command would
display a flat list of tail headings in the current file, without
context, which can result in duplicates and can make it difficult to
tell where you're refiling a heading to.
This changes each heading to be a full path.
2021-11-19 23:44:28 +01:00
Valentin Herrmann
53fcce8187
fix(org): no roam buffer for capture buffers
2021-11-18 19:06:23 +01:00
Vu Quoc Huy
c247f9aabd
fix(latex): run AUCTeX folding after font locking
...
This guarantees that `TeX-fold-buffer` is run after the style
hooks and not before. Otherwise, it looks like they may
reset/erase font-lock stuff you have set up.
2021-11-18 19:05:36 +01:00
Eric Dallo
7b07c620e7
bump: :lang clojure
...
clojure-emacs/cider@0a9d0ef429 -> clojure-emacs/cider@7228402c09
Bump cider to has new hooks used by new feature
2021-11-18 19:05:02 +01:00
Eric Dallo
8f816cf8b9
feat(clojure): improve cider repl icon state
2021-11-18 19:05:02 +01:00
Henrik Lissner
a4695b6b4b
bump: :lang org
...
emacs-straight/org-mode@d4e1925147 -> emacs-straight/org-mode@2e99997830
https://git.sr.ht/~bzg/org-contrib@56a3bbbd486c -> emacsmirror/org-contrib@0231706232
kaushalmodi/ox-hugo@14723c3cb9 -> kaushalmodi/ox-hugo@9438efc34f
nnicandro/emacs-jupyter@1f0612eb93 -> nnicandro/emacs-jupyter@20e68a6836
org-roam/org-roam@c789531e36 -> org-roam/org-roam@3e47f198c7
Switching to emacs-mirror/org-contrib resolves SSL issues (see #5655 ).
Fix : #5655
Close : #5719
Co-authored-by: Stefan Lendl <stfl@users.noreply.github.com>
2021-11-04 01:13:28 +01:00
Henrik Lissner
0adaf03088
fix(org): prematurely terminated string in org-version.el
...
Amend: 935ed860a1
2021-11-01 02:17:34 +01:00
Henrik Lissner
935ed860a1
bump: :lang org
...
emacs-straight/org-mode@1b2d06880f -> emacs-straight/org-mode@d4e1925147
org-roam/org-roam@1b221a1d4a -> org-roam/org-roam@c789531e36
- An unguarded native-comp-available-p call was fixed upstream (in org),
which caused void-function errors for non-native-comp users (#5706 ).
- org-version.el is now generated with the correct version, so we don't
have to update it ourselves.
Fix : #5706
2021-11-01 02:14:22 +01:00
Henrik Lissner
20b74b7951
bump: :lang org
...
hakimel/reveal.js@05e57dea66 -> hakimel/reveal.js@1ce77db3d0
https://git.savannah.gnu.org/git/emacs/org-mode.git@cc2490a70619 -> emacs-straight/org-mode@1b2d06880f
kaushalmodi/ox-hugo@f0357fa744 -> kaushalmodi/ox-hugo@14723c3cb9
org-roam/org-roam@54d17cc50f -> org-roam/org-roam@1b221a1d4a
takaxp/org-tree-slide@571ff33308 -> takaxp/org-tree-slide@27f8bb6a96
Move from git.savannah.gnu.org to emacs-straight/org-mode mirror due to
SSL, uptime, download time, and lack of shallow clone support. Plus, the
straight mirror is now up-to-date with 9.5.
Fix : #5655
Close : #5703
2021-10-29 14:48:32 +02:00
Henrik Lissner
faceb8cef6
bump: :lang clojure
...
clojure-emacs/clj-refactor.el@a5e1953753 -> clojure-emacs/clj-refactor.el@4cb75bd6a2
Error introduced in clojure-emacs/clj-refactor.el@a5e1953 was fixed in
clojure-emacs/clj-refactor.el@4cb75bd .
Ref: clojure-emacs/clj-refactor.el@a5e1953753
Ref: clojure-emacs/clj-refactor.el@4cb75bd6a2
2021-10-19 22:24:40 +02:00
Henrik Lissner
7034378968
nit: s/#+BEGIN_SRC/#+begin_src, s/elisp/emacs-lisp/
...
From now on Doom will enforce two conventions for its org files for
consistency's sake:
- Lower-case meta-lines in org files, like #+begin_src, #+name, or
#+end_quote (only exception are the top-level ones, like #+TITLE and
#+STARTUP).
- Use 'emacs-lisp' as the lang specifier for elisp blocks rather than
'elisp'. Emacs doesn't natively recognize the latter.
This will be reflected in our rewritten docs/*.org and module
README.org's.
2021-10-18 12:09:42 +02:00
Henrik Lissner
376f9b797c
feat(ess): add +stan
...
Docs will be updated later, along with the rest of the pending docs
rewrite.
2021-10-18 12:09:42 +02:00
Henrik Lissner
388f59d9e0
refactor(solidity): tidy module
2021-10-18 12:09:42 +02:00
Henrik Lissner
f65439310f
fix(solidity): install company/flycheck packages conditionally
2021-10-18 12:09:42 +02:00
Henrik Lissner
4b9c0e8df8
bump: :lang clojure
...
clojure-emacs/cider@2b8bde3580 -> clojure-emacs/cider@0a9d0ef429
clojure-emacs/clj-refactor.el@9e1f920334 -> clojure-emacs/clj-refactor.el@a5e1953753
clojure-emacs/parseclj@fcebf65075 -> clojure-emacs/parseclj@a8c4cf30fb
clojure-emacs/parseedn@b00eb42a1c -> clojure-emacs/parseedn@e5ba280d1f
Includes a fix for 'void-variable: xref-etags-location' errors.
Close #5656
2021-10-18 12:09:42 +02:00
Ellis Kenyő
9aba0aea23
fix(php): let +phpunit-docker-compose-mode be disabled ( #5648 )
2021-10-18 01:37:32 +02:00
Karthik Nayak
3e89872e8c
docs(go): use go install
instead of go get
( #5638 )
...
Currently the dependencies listed use `go get`, but this is
soon to be deprecated. Replace the `go get` commands with
`go install` command.
2021-10-18 01:37:03 +02:00
Henrik Lissner
06dc65f906
merge: pull request #5292 from elken/feature/php-improvements
...
Improve `:lang php`
2021-10-12 23:24:12 +02:00
Dominik Schrempf
316209ea61
feat(latex): add keybinds for compilation ( #5585 )
2021-10-11 00:18:51 +02:00
marienz
a17e06283e
bump: :lang go
...
mdempsky/gocode@4acdcbdea7 -> emacsattic/company-go@31948b463f
melpa/melpa@552d033e57 updated the recipe for company-go to pull from
emacsattic instead of mdempsky/gocode, which does not contain the commit
Doom pins company-go to.
Pin to the latest commit in the new repository instead, which is one
commit behind the previous repo (it does not have
mdempsky/gocode@f531cad262 , but it looks like this does not matter for
Doom).
Ref melpa/melpa@552d033e57
2021-10-10 18:30:50 +02:00
Mikko Koski
a433242509
bump: :lang clojure
...
clojure-emacs/clj-refactor.el@23743432c3 -> clojure-emacs/clj-refactor.el@9e1f920334
Fix #5593
2021-10-10 18:24:57 +02:00
Henrik Lissner
e3d4e05fbd
bump: :lang org
...
bastibe/org-journal@9757996ca0 -> bastibe/org-journal@71e8b10088
emacs-straight/org@888aaa97c0 -> https://git.savannah.gnu.org/git/emacs/org-mode.git@cc2490a70619
hakimel/reveal.js@abe9abbed7 -> hakimel/reveal.js@05e57dea66
integral-dw/org-superstar-mode@2cd3f1e74b -> integral-dw/org-superstar-mode@03be6c0a30
kaushalmodi/ox-hugo@1b8f2627cd -> kaushalmodi/ox-hugo@f0357fa744
oer/org-re-reveal@e1bb2213d6 -> oer/org-re-reveal@36d0973c6c
org-roam/org-roam@1795039ab9 -> org-roam/org-roam@54d17cc50f
takaxp/org-tree-slide@9d2ba1df45 -> takaxp/org-tree-slide@571ff33308
Install org from savannah repo, so we have access to 9.5+.
2021-10-06 01:30:45 +02:00
Henrik Lissner
704957437c
revert: Ignore unsafe local variables, but log them
...
This behavior was too non-standard and invited more confusion than it
helped.
Ref #4070
Revert 5e7864838a
2021-10-06 01:30:45 +02:00
Henrik Lissner
62c25afd0f
bump: :lang clojure
...
clojure-emacs/cider@d8fd5794c9 -> clojure-emacs/cider@2b8bde3580
clojure-emacs/clj-refactor.el@466822ff6f -> clojure-emacs/clj-refactor.el@23743432c3
clojure-emacs/parseclj@HEAD -> clojure-emacs/parseclj@fcebf65075
clojure-emacs/parseedn@HEAD -> clojure-emacs/parseedn@b00eb42a1c
https://mumble.net/~campbell/git/paredit.git@HEAD -> emacsmirror/paredit@8330a41e81
Fix #5577
Ref #5537
2021-10-05 02:01:15 +02:00
Ethan Leba
0ca2e791f7
feat(org): add binding for org-clone-subtree-with-time-shift
2021-10-03 20:40:55 +02:00
Henrik Lissner
c0d988fe0d
fix(org): recognize python-shell-interpreter-args
...
Also does not tamber with org-babel-python-command if the user has
changed it.
Fix #5569
2021-10-03 20:40:00 +02:00
Colin Woodbury
b3d1c72b6e
docs(common-lisp): add a README
2021-10-03 12:48:41 +02:00
Tuomo Virolainen
7b325e65f0
docs(javascript): fix tide-rename-symbol binding
2021-10-03 12:47:39 +02:00