Commit Graph

12908 Commits

Author SHA1 Message Date
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
c601382a55
Add EMACS28+ const 2020-04-27 02:12:47 -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
Henrik Lissner
8f76ed93f9
Merge pull request #2983 from guraltsev/develop
Make rg --path-separator argument work under Windows
2020-04-26 17:03:36 -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
869dff09e1
Merge pull request #2980 from tecosaur/patch-1
Oooops, I did a boo-boo
2020-04-26 14:23:55 -04:00
tecosaur
0bb2dc129a
Oooops, I did a boo-boo
Abbrev-mode betrayed me :( for that you get two commits for the price of one.
2020-04-26 17:47:43 +08:00
Henrik Lissner
b719f1917c
Reflow long text in readme 2020-04-26 04:48:24 -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
cf9d588990
Merge pull request #2979 from tecosaur/patch-1
Critical bugfixes! Momentus edits of paramount importance crucial to …
2020-04-26 04:21:35 -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
tecosaur
5edfcec2df
Critical bugfixes! Momentus edits of paramount importance crucial to the long-term success of the project
A few tweaks to the readme:
 1. Replaced typographic approximation of em dashes with … em dashes
 2. Made parenthesis surrounding italic text non-italic (yes, it's an improvement — Robert Bringhurst agrees with me [5.3.2 of his book])
 3. Made `project/?` links actually link to the project pages (relative links like `/?` resolve to `/blob/?`)
 4. Replaced code blocks around keypresses with `<kbd></kbd>` as is used earlier in the readme
 5. Fixed new issue link, as in (3)
2020-04-26 15:35:04 +08: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
Henrik Lissner
e4001ebcae
Remove website link from readme
It's not up yet!
2020-04-26 02:31:52 -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
edef4d6c7d
Fix documentation links in readme 2020-04-26 01:54:44 -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
2ae397b885
Redesign project readme 2020-04-26 01:48:07 -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
Henrik Lissner
993888cd2b
Enable hl-line-mode in special-mode buffers 2020-04-25 21:23:13 -04:00
Henrik Lissner
db03746daf
editor/evil: mention vim-unimpaired in ported plugins 2020-04-25 18:36:51 -04:00
Henrik Lissner
632175d1e2
Fix #2322: delete open posframes on doom/reload 2020-04-25 17:02:47 -04:00
Henrik Lissner
91cf27939c
Fix void-function set-modeline! errors
When `:ui (modeline +light)` is enabled.
2020-04-25 17:01:15 -04:00
Henrik Lissner
aff4a337ac
Fix #2971: void-function doom-modeline-update-env errors 2020-04-25 17:00:57 -04:00
Henrik Lissner
a16b305c0f
Add REVIEW comment for org-roam symlink advice
See jethrokuan/org-roam#518
2020-04-25 16:24:31 -04:00
Henrik Lissner
afe3033627
Bump :lang org
Kungsgeten/org-brain@3630eb8 -> Kungsgeten/org-brain@7ffbf68
bastibe/org-journal@3fdb5b3 -> bastibe/org-journal@8bf06b2
dzop/emacs-jupyter@62ad054 -> dzop/emacs-jupyter@785edbb
emacs-straight/org-mode@9994e8e -> emacs-straight/org-mode@14d6f95
fuxialexander/org-pdftools@22d9a36 -> fuxialexander/org-pdftools@8cc15bb
jethrokuan/org-roam@6175739 -> jethrokuan/org-roam@963692f
kaushalmodi/ox-hugo@b6f4142 -> kaushalmodi/ox-hugo@5106b43
2020-04-25 16:10:02 -04:00
Henrik Lissner
b93e3e41ed
Fix duplicate files in org-roam db due to symlinks 2020-04-25 16:07:20 -04:00
Henrik Lissner
e68e68755b
Don't auto-open roam buffer in capture popups 2020-04-25 15:52:38 -04:00
Henrik Lissner
6cb1390fac
Fix #2968: refactor how org-directory default is set 2020-04-25 15:43:05 -04:00
Henrik Lissner
77542bcccc
Bind C-j/C-k to next/prev history in evil-ex 2020-04-25 14:04:09 -04:00