Henrik Lissner
89915715a6
Fix #3586 : truncated filenames from counsel-file-jump
...
When using ripgrep instead of fd.
2020-07-18 19:40:01 -04:00
Henrik Lissner
63a94698a2
Fix #3509 : add swiper-mc to mc/cmds-to-run-once
2020-07-18 16:59:54 -04:00
Henrik Lissner
77f554c63d
Prevent evil-collection loading too early
...
A recent update causes evil-collection-process-menu to load immediately
at startup (because `simple` is loaded immediately), so we defer it
until process-menu-mode is called.
Loading process-menu so early pulls in evil far too early, causing other
issues, like undoing all of evil's prior-to-loading keybindings.
2020-07-17 23:34:44 -04:00
Henrik Lissner
8ba7699af5
Merge pull request #3571 from tylerware/feat/disable-undo-fu-session-for-gpg
...
Make gpg files incompatible with undo-fu session
2020-07-17 20:16:18 -04:00
Henrik Lissner
8d78c79562
Merge pull request #3570 from Bounga/fix-org-slide-emacs-binding
...
Fix emacs binding for toggling org-tree-slide-mode
2020-07-17 20:16:07 -04:00
Henrik Lissner
fc65cd83e8
Merge pull request #3562 from gagbo/feature/lsp-mode-lua-langserver
...
Add support for lua-langserver in lsp-mode
2020-07-17 20:15:53 -04:00
Johan Thorén
a0b85e522a
Added clojure to list of supported lsp languages. ( #3561 )
2020-07-17 20:15:33 -04:00
Henrik Lissner
e567cc56f2
Support fcitx5
...
Closes #3574
Co-authored-by: BenYip <yebenmy@protonmail.com>
2020-07-17 19:40:19 -04:00
Henrik Lissner
72c03965cc
Bump :editor evil
...
emacs-evil/evil@25fc5c6 -> emacs-evil/evil@017b442
emacs-evil/evil-collection@e065da3 -> emacs-evil/evil-collection@3e62b6b
emacs-evil/evil-surround@1c34944 -> emacs-evil/evil-surround@346d4d8
redguardtoo/evil-nerd-commenter@1bd2de5 -> redguardtoo/evil-nerd-commenter@87734b9
Some functionality has been upstreamed into evil-collection and thus
removed from their respective modules.
Closes #3577
2020-07-17 19:40:19 -04:00
Henrik Lissner
2261bd5819
Fix #3578 : wrong-type-arg error on empty org heading
...
Due to non-string in list while iterating over org heading breadcrumbs.
Closes #3579
2020-07-17 19:40:18 -04:00
Henrik Lissner
523e945a3a
Fix #3215 : ripgrep reporting error code 2 on Windows
...
Closes #3512
2020-07-17 19:24:26 -04:00
Henrik Lissner
576eb40b50
Fix #3555 : jinja2-mode reindenting on save
2020-07-16 17:38:43 -04:00
Tyler Ware
d25da7185c
Making gpg files incompatible with undo-fu session
2020-07-16 08:43:21 -06:00
Nicolas Cavigneaux
ab93f61df3
Fix emacs binding for toggling org-tree-slide-mode
...
org-tree-slide-mode toggling binding was calling a
non-existing (obsolete?) function.
2020-07-16 16:07:16 +02:00
Henrik Lissner
2cedf150ec
Fix #3268 : overeager deletion of closing parens
...
Close #3566
2020-07-15 15:17:55 -04:00
Gerry Agbobada
c97d0fe9c9
Add support for lua-langserver in lsp-mode
2020-07-15 10:42:17 +02:00
Henrik Lissner
af76c873aa
Fix "no org-babel-execute function for rust"
...
Mentioned in #3140
2020-07-15 01:11:01 -04:00
Johan Thoren
bce184d5cc
Set company-capf as backend for ledger-mode.
...
This provides pretty, and very useful completion of accounts.
Inspired by the Finance layer for Spacemacs.
Signed-off-by: Johan Thoren <johan@thoren.dev>
2020-07-14 23:36:10 +02:00
M. Yas. Davoodeh
ff0b78e0b6
Add pretty symbols to php-mode ( #3513 )
...
* Add pretty symbols to php-mode
I'm not pretty sure if Types are redundant or not since Php is not so much around types... But I added them just in case.
* Remove dot from Php pretty symbols
* Sort php/config.el
2020-07-13 17:18:19 -04:00
M. Yas. Davoodeh
60f8cc7f8a
Add pretty-symbols for Shell-mode ( #3538 )
...
* Add pretty-symbols for Shell-mode
* Sort sh/config.el
2020-07-13 17:18:06 -04:00
Henrik Lissner
0bb5024993
Merge pull request #3544 from panchoh/spell-doc-typo
...
Fix typo in modules/checkers/spell/README.org
2020-07-13 17:17:54 -04:00
Henrik Lissner
228ed9ee11
Merge pull request #3548 from MYDavoodeh/patch-5
...
Add the BUG and XXX tags to hl-todo
2020-07-13 17:17:43 -04:00
Henrik Lissner
946852fe6b
Fix #3545 : overzealous :pin truncation
2020-07-13 15:51:28 -04:00
M. Yas. Davoodeh
77e329f9b3
Add the BUG and XXX tags to hl-todo
2020-07-13 19:48:56 +04:30
Henrik Lissner
be8455d67c
Load tramp after ob-jupyter
...
To prevent a void-function tramp-tramp-file-p error due to an oversight
upstream. i.e. jupyter-tramp-file-name-p is inlined at compile time in
ob-jupyter.el, which calls tramp-tramp-file-p but doesn't load tramp,
resulting in the missing function error.
2020-07-13 01:46:15 -04:00
pancho horrillo
bd3f89ab3c
Fix typo in modules/checkers/spell/README.org
2020-07-13 07:30:47 +02:00
Henrik Lissner
5003b700dd
Bump :ui treemacs
...
Alexander-Miller/treemacs@327bf63 -> Alexander-Miller/treemacs@399e82b
2020-07-12 22:46:16 -04:00
Henrik Lissner
8ad7f64119
Bump :ui modeline
...
seagle0128/doom-modeline@2b30885 -> seagle0128/doom-modeline@1c4711c
Closes #3526
2020-07-12 22:46:16 -04:00
Henrik Lissner
251561aa0f
Bump :ui doom
...
hlissner/emacs-doom-themes@b1c43a3 -> hlissner/emacs-doom-themes@7307dc6
2020-07-12 22:46:15 -04:00
Henrik Lissner
16d50ddad0
Bump :lang org
...
Kungsgeten/org-brain@6b2ec93 -> Kungsgeten/org-brain@671db0e
bastibe/org-journal@24b5879 -> bastibe/org-journal@b4b3b2d
emacs-straight/org-mode@b76ed65 -> emacs-straight/org-mode@95eaab7
jkitchin/ox-clip@bd36f9f -> jkitchin/ox-clip@f5eac28
magit/orgit@9f09553 -> magit/orgit@a4e689f
oer/org-re-reveal@a9e9d4e -> oer/org-re-reveal@a786188
org-roam/company-org-roam@674c2bd -> org-roam/company-org-roam@5d7ccd9
org-roam/org-roam@c59d6c4 -> org-roam/org-roam@7a4b15f
Closes #3483
2020-07-12 22:46:15 -04:00
Henrik Lissner
c73102dc3f
Bump :lang java
...
mopemope/meghanada-emacs@70bfbf5 -> mopemope/meghanada-emacs@e119c7b
emacs-eclim/emacs-eclim@23f5b29 -> emacs-eclim/emacs-eclim@222ddd4
emacs-lsp/lsp-java@fe11824 -> emacs-lsp/lsp-java@811760a
We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125
for why.
2020-07-12 22:46:15 -04:00
Henrik Lissner
129566e817
Bump :lang cc
...
MaskRay/emacs-ccls@0fd0b41 -> MaskRay/emacs-ccls@b8e2f4d
Andersbakken/rtags@3a12552 -> Andersbakken/rtags@080cb0e
2020-07-12 22:46:15 -04:00
Henrik Lissner
754ac13cae
Bump :tools magit
...
charignon/github-review@50c6bcc -> charignon/github-review@fab440a
magit/forge@048efbb -> magit/forge@d1346f4
magit/magit@0746bf1 -> magit/magit@312791e
2020-07-12 22:46:15 -04:00
Henrik Lissner
741f428b5d
Bump :tools lsp
...
emacs-lsp/helm-lsp@5018af9 -> emacs-lsp/helm-lsp@5c960e7
emacs-lsp/lsp-ivy@1f6d877 -> emacs-lsp/lsp-ivy@4cdb739
emacs-lsp/lsp-mode@029ec54 -> emacs-lsp/lsp-mode@5ef8c1f
emacs-lsp/lsp-ui@1ee113c -> emacs-lsp/lsp-ui@7d53264
joaotavora/eglot@ac9239b -> joaotavora/eglot@6d96601
2020-07-12 22:46:15 -04:00
Henrik Lissner
e5862c6971
Bump :tools debugger
...
emacs-lsp/dap-mode@f52fa43 -> emacs-lsp/dap-mode@f0ed63e
realgud/realgud@24c02f0 -> realgud/realgud@f0a3676
tumashu/posframe@c445902 -> tumashu/posframe@922e4d2
2020-07-12 22:46:15 -04:00
Renato Lacerda
a0e4219a32
:checkers spell documentation ( #3462 )
...
* :checkers spell documentation
* Fix based on changes
Fix date and version
Create TOC
Remove indentation
Remove blank lines
Hard-wrapped paragraphs
Remove comments
2020-07-12 22:11:39 -04:00
Matthew Leach
3ccada7150
Switch to emacs mode in mu4e view mode ( #3464 )
...
* email/mu4e: use Emacs mode when viewing mail
Evil masks most of the keybindings that are set by mu4e-view-mode. Since
this is a read-only buffer anyway use Emacs for that mode.
* email: mu4e: replace `add-hook!' with `add-hook'
2020-07-12 22:11:21 -04:00
Henrik Lissner
22fda9b37e
Merge pull request #3481 from vednoc/add-z-motions-to-magit
...
tools/magit: map zt/zb motions in magit-mode
2020-07-12 22:10:52 -04:00
jtpavlock
6cd601cf0f
remove warning message of optional vterm dependency
...
libvterm is an optional dependency per emacs-libvterm
2020-07-12 14:24:44 -05:00
Henrik Lissner
6b781c55c2
Make org-yt respect org-display-remote-inline-images
2020-06-28 01:17:53 -04:00
Henrik Lissner
25b240b9b0
Respect org-display-remote-inline-images
...
Don't download inline previews of URLs if
org-display-remote-inline-images is set to 'skip (its default).
2020-06-28 01:09:54 -04:00
vednoc
cc36ff1223
tools/magit: map zt/zb motions in magit-mode
2020-06-27 23:48:29 +02:00
Saúl Germán Gutiérrez Calderón
1b49964fc2
Add terminal-notifier support for org-pomodoro
2020-06-27 14:52:54 -05:00
Henrik Lissner
fa24c8311a
Bump :tools debugger
...
realgud/realgud@1238d8e -> realgud/realgud@24c02f0
emacs-lsp/dap-mode@554f7ca -> emacs-lsp/dap-mode@f52fa43
tumashu/posframe@6285217 -> tumashu/posframe@c445902
2020-06-27 14:09:11 -04:00
Henrik Lissner
fe37bfc8e9
Bump :tools lsp
...
emacs-lsp/lsp-mode@7b0b9c3 -> emacs-lsp/lsp-mode@029ec54
emacs-lsp/lsp-ui@ce997c4 -> emacs-lsp/lsp-ui@1ee113c
emacs-lsp/lsp-ivy@f6e3211 -> emacs-lsp/lsp-ivy@1f6d877
Closes #3473
2020-06-27 14:09:11 -04:00
Henrik Lissner
5ec6820f02
Merge pull request #3466 from carloscheddar/patch-1
...
Clarify ace-window font size and add example
2020-06-27 14:09:00 -04:00
Henrik Lissner
5ffba49bed
Merge pull request #3470 from tprk77/conditional-workspace-key-bindings
...
Emacs bindings: Conditionally bind workspace keys
2020-06-27 14:08:33 -04:00
brotzeit
d94591b7f0
Bump :lang rust
...
brotzeit/rustic@f7a94c4 -> brotzeit/rustic@7c0e113
2020-06-27 14:48:52 +02:00
Tim Perkins
20c617bc30
Only bind keys when workspaces module enabled
2020-06-26 01:48:39 -04:00
Carlos Feliciano Barba
2db39eafa1
Use custom-set-faces! instead and update the cons message
2020-06-25 22:43:37 -04:00