Commit graph

12965 commits

Author SHA1 Message Date
Keating950
8535318cf4 Update docstring 2020-04-16 19:05:23 -04:00
Keating950
3be5692c77 Respect global whitespace mode config, if set 2020-04-16 19:00:23 -04:00
Henrik Lissner
ccec354739
Prevent infinite recursion opening legacy pdf links 2020-04-16 18:28:14 -04:00
Henrik Lissner
f532019b1f
Restore file-name-handler-alist non-destructively
And in reverse order, so new rules correctly shadow old ones.
2020-04-16 18:17:36 -04:00
Henrik Lissner
2a93ff6ad4
Bump :tools lsp
emacs-lsp/lsp-mode@401d724 -> emacs-lsp/lsp-mode@6671128
emacs-lsp/helm-lsp@6f62659 -> emacs-lsp/helm-lsp@46a72f5

Possibly relevant to #2911
2020-04-16 15:38:56 -04:00
Henrik Lissner
bf657406b2
lsp-enable-links = nil #2911 2020-04-16 15:37:57 -04:00
Henrik Lissner
166d1ecabc
Hide mode-line in org-roam buffer 2020-04-16 15:19:06 -04:00
Henrik Lissner
2de08ef4d6
Bump :lang org
bastibe/org-journal@8a844de -> bastibe/org-journal@3fdb5b3
dzop/emacs-jupyter@97c421a -> dzop/emacs-jupyter@62ad054
emacs-straight/org-mode@0fadd06 -> emacs-straight/org-mode@9994e8e
fuxialexander/org-pdftools@4f22e13 -> fuxialexander/org-pdftools@4156b67
jethrokuan/org-roam@a71176e -> jethrokuan/org-roam@e33c144
2020-04-16 15:19:05 -04:00
Henrik Lissner
3efef6e38f
Fix void-variable link when opening legacy pdf links 2020-04-16 14:52:06 -04:00
Henrik Lissner
002b86b559
Merge pull request #2907 from brianmcgillion/helm-bibtex
Bump helm-bibtex and ivy-bibtex
2020-04-16 14:09:26 -04:00
Henrik Lissner
fcb2612d3a
Fix wrong-number-of-arguments error when opening org links 2020-04-16 12:59:40 -04:00
Brian McGillion
0d2096ef47 Bump :tools biblio
tmalsburg/helm-bibtex@3cff6bd -> tmalsburg/helm-bibtex@b14b628
2020-04-16 13:58:37 +04:00
Brian McGillion
088db18c6d Add bibtex-completion
Helm-Bibtex was split to extract bibtex-completion into a standalone
MELPA package. Adding the functionality here to account for the
changes in the packaging.
2020-04-16 13:53:39 +04:00
Henrik Lissner
10031153b7
Merge pull request #2908 from Yul3n/develop
Added details to the mu4e documentation.
2020-04-16 03:37:19 -04:00
Yul3n
381e291e23 Added details to the mu4e documentation. 2020-04-16 09:24:54 +02:00
Henrik Lissner
d3aa59586f
Merge pull request #2885 from brianmcgillion/org-roam
Align org-roam emacs-bindings with evil-bindings
2020-04-15 23:59:17 -04:00
Henrik Lissner
d754d68f2b
Merge pull request #2898 from darth10/update-god-mode
Use default god-exempt-major-modes in :editor god module
2020-04-15 23:58:32 -04:00
Henrik Lissner
afca8f14a1
Fix image previews for download:* org links 2020-04-15 23:47:14 -04:00
Henrik Lissner
582fb285bc
Fix pdf(view|tools)?: org links
org-pdftools now uses a more generic "pdf:*" for its links, so that
users don't have to worry about the backend.

Also, pdf(view|tools) links should now work for backward compatibility.
2020-04-15 23:46:58 -04:00
Brian McGillion
3cf6e56e3e Align emacs-bindings and evil-bindings 2020-04-16 07:02:38 +04:00
Akhil Wali
045e893e97
Use default god-exempt-major-modes 2020-04-16 13:46:26 +12:00
Akhil Wali
88507a0319
Bump :editor god
emacsorphanage/god-mode@b82ce18 -> emacsorphanage/god-mode@1eb6ef3
2020-04-16 13:46:21 +12:00
Henrik Lissner
07350731ad
Update comment re:soft line wrapping 2020-04-15 18:22:59 -04:00
Henrik Lissner
f02d28543b
Remove reference to org-bullets
Package was replaced in 5c4f3c62a
2020-04-15 18:21:50 -04:00
Henrik Lissner
2b67d958e6
Fix lsp-restart-workspace not working
Because I forgot to forward the RESTART argument for lsp--shutdown-workspace.
2020-04-15 15:54:05 -04:00
Henrik Lissner
b88822f641
Merge pull request #2906 from rushsteve1/patch-1
Add set -euo pipefail to sh-mode file template
2020-04-15 14:52:03 -04:00
Steven vanZyl
ce2fee138a
Add set -euo pipefail to sh-mode file template
Adds a line with set -euo pipefail to the sh-mode file template, which improves the erroring of bash scripts
As described by https://ashishb.net/all/the-first-two-statements-of-your-bash-script-should-be/
2020-04-15 14:39:47 -04:00
Henrik Lissner
dad93db56e
Merge pull request #2861 from bdarcus/biblio-module
adding new biblio module
2020-04-15 14:28:40 -04:00
Henrik Lissner
9e5dd51ca4
doom env: ignore SSH_TTY 2020-04-15 14:20:00 -04:00
Henrik Lissner
7a4ad7d343
Disable blink-cursor-mode again #2903
New issues with blinking cursors surfaced (see comments), so I am
reverting the second half of be412c8630.
2020-04-15 14:20:00 -04:00
Henrik Lissner
1e3a97d11b
docs/faq: minor revision & reformatting 2020-04-15 14:11:41 -04:00
Henrik Lissner
333257b45f
Clarify "Which terminal should I use?" in faq 2020-04-15 14:09:24 -04:00
Henrik Lissner
46b99567de
Make soft-wrapping the default in text modes 2020-04-15 13:12:10 -04:00
Bruce D'Arcus
0c2cebadca adding new biblio module 2020-04-15 12:06:22 -04:00
Henrik Lissner
e4110e01b9
confirm-nonexistent-file-or-buffer = nil 2020-04-15 00:17:16 -04:00
Henrik Lissner
c095e7279a
Update 'doom env' docs #2835 2020-04-15 00:14:08 -04:00
Henrik Lissner
ce333dd178
visible-cursor = nil
Half reverts be412c8630, now that I better understand what it was
for (and have, through some tinkering, managed to reproduce its effect).
2020-04-15 00:13:35 -04:00
Henrik Lissner
abfa09f86d
Focus lsp doc popup after +lookup/documentation 2020-04-15 00:13:35 -04:00
Henrik Lissner
963d3695b9
Clarify "How do I customize a theme or face(s)" in faq 2020-04-15 00:13:34 -04:00
Henrik Lissner
b78c862e98
Refactor compile macro in doom/reload-* commands 2020-04-14 19:49:20 -04:00
Henrik Lissner
1cb753cbb1
lang/haskell: remove intero support
The package was deprecated and abandoned upstream since November 2019.

Closes #2121
2020-04-14 19:27:33 -04:00
Henrik Lissner
31a31fff46
Bump :tools magit
emacs-evil/evil-magit@0b79aa3 -> emacs-evil/evil-magit@253c644
magit/magit@68b5a13 -> magit/magit@0f1234e
2020-04-14 19:18:49 -04:00
Henrik Lissner
93ff95c06e
Refactor sudo commands 2020-04-14 19:13:56 -04:00
Henrik Lissner
61b3cd8818
Fix doom/sudo-save-buffer not writing changes 2020-04-14 19:12:52 -04:00
Henrik Lissner
2f380e8dd0
Bump :tools ein
millejoh/emacs-ipython-notebook@57e84c6 -> millejoh/emacs-ipython-notebook@c0147f6
2020-04-14 18:55:47 -04:00
Henrik Lissner
de330376f0
Bump :lang org
Kungsgeten/org-brain@ec4bd9d -> Kungsgeten/org-brain@3630eb8
abo-abo/org-download@b96fd7b -> abo-abo/org-download@46417e2
bastibe/org-journal@664c08e -> bastibe/org-journal@8a844de
dzop/emacs-jupyter@587ed4e -> dzop/emacs-jupyter@97c421a
emacs-straight/org-mode@b993576 -> emacs-straight/org-mode@0fadd06
jethrokuan/org-roam@6e97003 -> jethrokuan/org-roam@a71176e
kaushalmodi/ox-hugo@1c1e3ec -> kaushalmodi/ox-hugo@b6f4142
magit/orgit@e7cddf3 -> magit/orgit@0242088
oer/org-re-reveal@e4460a9 -> oer/org-re-reveal@61549f4
2020-04-14 18:25:09 -04:00
Henrik Lissner
c23f00b9ca
Update package list in lang/org readme 2020-04-14 18:01:44 -04:00
Henrik Lissner
5c4f3c62a7
Replace org-bullets w/ org-superstar
org-superstar is a little faster, better written and still maintained.
It also has a few more features which I've made opt-in because they are
relatively expensive in larger buffers.

Folks that don't care for the differences just have to replace
`org-bullets-bullet-list` in their configs with
`org-superstar-headline-bullets-list`.
2020-04-14 18:00:43 -04:00
Henrik Lissner
3ce752a227
Generalize +org-capture-frame-p
Plus minor refactor of +org-capture/open-frame.
2020-04-14 15:42:24 -04:00
Henrik Lissner
bce0cc2152
Change how evil-easymotion is lazy loaded
Fixes an issue where gs wouldn't work after an operator.
2020-04-14 15:41:54 -04:00