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
6b4af6d544
Remove unused package API functions
...
We'll see no changes to this API until the CLI rewrite is done, so
remove these unused and unfinished function definitions.
2020-07-17 23:22:48 -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
fc2634d67b
docs/getting_started: fix doom/help-{modules,autodefs} keybinds
...
Relevant to #3580
2020-07-17 20:13:14 -04:00
Henrik Lissner
9518852597
docs/getting_started: update help keybinds
...
Closes #3580
Co-authored-by: Logan Barnett <logustus@gmail.com>
2020-07-17 19:40:24 -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
Henrik Lissner
aeda4b3b3e
Merge pull request #3557 from johanthoren/develop
...
Set company-capf as backend for ledger-mode.
2020-07-14 21:49:30 -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
Henrik Lissner
578e7f0685
Merge pull request #3551 from ralacerda/fix_dead_links
...
Fix deadlinks on "Getting Started" documentation file
2020-07-14 00:08:27 -04:00
Renato Lacerda
c280480262
Fix links to work on github and on code
2020-07-13 20:24:35 -03: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
c348b51e5f
Fix typo regression from 8e83a8e84
2020-07-13 17:14:57 -04:00
Henrik Lissner
cf39d7ed59
Fix #3532 : file API wouldn't work with TRAMP
2020-07-13 17:14:12 -04:00
Henrik Lissner
8e83a8e842
Fix #3491 : void-function doom-set-jump-h
2020-07-13 17:10:30 -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
1cec7bf8be
Bump :core
...
bbatsov/projectile@95bcc7d -> bbatsov/projectile@bbcf781
justbur/emacs-which-key@8b49ae9 -> justbur/emacs-which-key@8f2427a
jwiegley/use-package@2b8f8a3 -> jwiegley/use-package@bfc5ecd
raxod502/straight.el@59c92dd -> raxod502/straight.el@621ab2c
2020-07-12 22:48:47 -04: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
Henrik Lissner
b28a14cf90
Merge pull request #3518 from MarkPochert/patch-1
...
Update Mac Install for emacs-plus
2020-07-12 22:10:34 -04:00
Henrik Lissner
7b39211f2b
Merge pull request #3539 from peterwvj/patch-1
...
Fix typo in README
2020-07-12 22:10:24 -04:00
Henrik Lissner
be53fe1a58
Merge pull request #3543 from jtpavlock/patch-1
...
Remove doctor warning message for optional vterm dependency
2020-07-12 22:10:08 -04:00