Commit graph

7914 commits

Author SHA1 Message Date
Henrik Lissner
45cdfb1258
Bump :core
spudlyo/clipetty@7ee3f9c -> spudlyo/clipetty@01b3904
bbatsov/projectile@eec569d -> bbatsov/projectile@5cd261d
noctuid/general.el@14ad4c8 -> noctuid/general.el@42e3803

We're also transitioning from abbreviated SHA1 hashes to full ones,
because underlying git machinery in future updates of straight will
require it (e.g. to obtain shallow clones of pinned packages).
2020-04-29 23:48:21 -04:00
Henrik Lissner
d12752324a
Introduce letf! convenience macro
A more succinct cl-letf, which allows for local functions and macros.
2020-04-29 23:48:21 -04:00
Henrik Lissner
91c00d4756
Use +word-wrap-mode instead of visual-line-mode default
If the word-wrap module is enabled.
2020-04-29 15:54:21 -04:00
Henrik Lissner
f5858a1a6c
Add org-journal-mode to +zen-mixed-pitch-modes 2020-04-29 15:49:30 -04:00
Henrik Lissner
db16b12633
persp-reset-windows-on-nil-window-conf = nil
Do nothing when opening a perspective with no window conf; this is
particularly useful for emacsclient frames that are opened without a
dedicated workspace.
2020-04-29 14:44:51 -04:00
Henrik Lissner
f28a972861
Disable org-highlight-latex-and-related
It is far too slow to enable by default.

Fixes #2998
2020-04-29 02:42:45 -04:00
Henrik Lissner
2deaafd03a
Fix #2990: C-j/C-k in minibuffer w/ evil-collection 2020-04-29 00:20:01 -04:00
Henrik Lissner
7a73bb7ce7
Refactor ruby hooks 2020-04-29 00:09:12 -04:00
fabio-oesch
8cc8033a06
First draft for java documentation (#2713)
* Added template and description for module flags

Because +lsp and +meghanada are mutually exclusive I thought I would
create a separate section for each feature and add descriptions what
they each offer. So far only +lsp is done.

* First draft for java documentation

The second plugin +meghanada is explained as well as some instructions
how to install JDK 11 and OpenJDK 11.

* Do requested edits to README

* Regenerate TOC in readme

* Reformat README

Co-authored-by: Henrik Lissner <accounts@v0.io>
2020-04-29 00:05:13 -04:00
Henrik Lissner
1a376d45c6
Merge pull request #2994 from jsravn/fix-langtool-on-linux
Fix langtool config for Linux
2020-04-28 23:56:31 -04:00
Henrik Lissner
55e3000ce4
Merge pull request #2996 from otavioschwanck/feature/add-rails-to-buffer-list
Add Rails Server and console to buffer list
2020-04-28 23:56:17 -04:00
Otávio Schwanck
6d8811d70c Add Rails Server and console to buffer list 2020-04-28 19:58:11 -03:00
Henrik Lissner
0e50db55a0
Fix #2972: infinite recursion in org + python src blocks 2020-04-28 18:43:15 -04:00
Henrik Lissner
bd58f0ae71
Fix #2995: doom-modeline save icon & ligature conflict
There is no good solution to this. I've decided the ligatures should
lose a character, instead of the modeline losing an icon.
2020-04-28 17:29:11 -04:00
Henrik Lissner
d34633cb0a
Bump to emacs-straight/org-mode@e68ae40
From emacs-straight/org-mode@3106837

Fixes #2993
2020-04-28 14:39:10 -04:00
James Ravn
d95d63da93
Fix langtool config for Linux
Fixes https://github.com/hlissner/doom-emacs/issues/2072.

I have left the mac portion alone as I don't have a mac handy to test this.
2020-04-28 11:22:43 +01:00
Henrik Lissner
82f9dc2566
Fix #2972: infinite recursion in org src blocks 2020-04-27 17:43:29 -04:00
Henrik Lissner
3e67f8f801
Fix C-{S,M}-RET in tty Emacs 2020-04-27 17:30:23 -04:00
Henrik Lissner
e9b288744d
Support evil-collection-setup-minibuffer 2020-04-27 16:32:21 -04:00
Henrik Lissner
0c80ba1221
Update plugin list in email/mu4e readme 2020-04-27 14:09:06 -04:00
Henrik Lissner
b681940cce
Prevent 'cannot find file: mu4e-meta' error
For users with older versions of mu4e installed.
2020-04-27 14:08:36 -04:00
Henrik Lissner
019e988b8d
org-roam-graph-show -> org-roam-graph
org-roam-graph-show is deprecated

Closes #2987
2020-04-27 13:33:00 -04:00
Henrik Lissner
01ab30adeb
Flip C-f/C-b and M-f/M-b back to their defaults
To stay consistent with Emacs' keybinds.
2020-04-27 01:51:18 -04:00
Henrik Lissner
c1127a5bde
Rewrite move/copy/delete file commands
To use rename-file, copy-file and delete-file, so these commands can
enjoy the benefits of any plugins that have advised these, like org-roam
does for rename-file.
2020-04-27 01:51:18 -04:00
Henrik Lissner
64f15bfe3c
Fix getting started link in readme 2020-04-27 01:47:20 -04:00
Henrik Lissner
d6c5d18a87
Bump to emacs-straight/org-mode@3106837
From emacs-straight/org-mode@14d6f95

Fixes void-function org-get-outline-path when invoking eldoc, because
org-get-outline-path was moved to org-refile in a recent refactor
upstream.
2020-04-26 20:42:57 -04:00
Henrik Lissner
9509897db1
dumb-jump-prefer-searcher = rg 2020-04-26 19:21:51 -04:00
Henrik Lissner
a21b6d35a4
Make C-` & C-~ available outside of normal mode 2020-04-26 19:21:51 -04:00
Gennady Uraltsev
681851dd85 Make rg --path-separator argument work under Windows 2020-04-26 16:52:41 -04:00
Axel Soll
3f6cf65c14
Add .jinja2 file extension to supported web files. (#2977) 2020-04-26 15:51:01 -04:00
Henrik Lissner
4d8ab273d5
Remove duplicate latex entry in docs/modules.org 2020-04-26 04:47:26 -04:00
Henrik Lissner
146c099eae
Merge pull request #2743 from MYDavoodeh/lsp-tex
Added +lsp to Tex-Mode.
2020-04-26 04:44:32 -04:00
Henrik Lissner
6520a4b45d
Merge pull request #2956 from tokilone/add-poetry-suport
Add Poetry support
2020-04-26 04:42:12 -04:00
Henrik Lissner
b27732727b
Merge pull request #2957 from agraul/mu4e-1.4
mu4e: Adjust config to mu4e 1.4
2020-04-26 04:41:48 -04:00
Henrik Lissner
fad164bc01
Merge pull request #2970 from ineu/fix-typo
Fix typo in key bindings
2020-04-26 04:23:42 -04:00
Henrik Lissner
50ff934ff2
Fix #2832: filename modifiers replaced with empty strings 2020-04-26 04:12:33 -04:00
Henrik Lissner
077b6f00d4
Swap C-j/C-k history keys in evil-ex
Typo reported by @howsiwei in hlissner/doom-emacs@77542bc
2020-04-26 04:09:46 -04:00
Henrik Lissner
e1a9bf234f
Minor refactors 2020-04-26 02:33:37 -04:00
Henrik Lissner
fe5e6fff9a
Remove redundant yasnippet keybinds 2020-04-26 02:33:06 -04:00
M. Yas. Davoodeh
96276a688d
Merge branch 'develop' into lsp-tex 2020-04-26 10:40:34 +04:30
M. Yas. Davoodeh
e4b570c9ae Fix tex-lsp related commented issues 2020-04-26 10:37:35 +04:30
Henrik Lissner
8532aa8dbe
Don't null-byte delimit ripgrep file list 2020-04-26 02:01:10 -04:00
Henrik Lissner
3202b68b01
Fix "Found argument '--glob ...' which wasn't expected" error
When using +ivy/projectile-find-file.
2020-04-26 01:52:09 -04:00
Henrik Lissner
c68ca95dad
Bump :ui modeline
seagle0128/doom-modeline@0ce0acd -> seagle0128/doom-modeline@c177959
2020-04-25 21:59:02 -04:00
Henrik Lissner
90197eed70
Bump :ui treemacs
Alexander-Miller/treemacs@2bb14ac -> Alexander-Miller/treemacs@ee1b523
2020-04-25 21:58:42 -04:00
Henrik Lissner
f2813a35d7
Bump :tools lookup
abo-abo/define-word@d8c76d5 -> abo-abo/define-word@08c71b1
jacktasia/dumb-jump@73b2b48 -> jacktasia/dumb-jump@d760aa8
2020-04-25 21:52:49 -04:00
Henrik Lissner
217a032035
Bump :tools magit
magit/magit@0f1234e -> magit/magit@8de6ecf
magit/forge@2e2d26c -> magit/forge@e2da806
2020-04-25 21:52:10 -04:00
Henrik Lissner
740b16a33f
Bump :tools lsp
emacs-lsp/helm-lsp@46a72f5 -> emacs-lsp/helm-lsp@db24399
emacs-lsp/lsp-ivy@a6b7841 -> emacs-lsp/lsp-ivy@81e81ce
emacs-lsp/lsp-mode@e8e52fd -> emacs-lsp/lsp-mode@4898d35
2020-04-25 21:50:03 -04:00
Henrik Lissner
55d3417482
Remove unused autodefs for :ui modeline #2971 2020-04-25 21:47:07 -04:00
Henrik Lissner
bba82465a0
Bump :lang org
hlissner/evil-org-mode@4d44e9b -> hlissner/evil-org-mode@9cf661a
2020-04-25 21:45:31 -04:00