Commit graph

9281 commits

Author SHA1 Message Date
Henrik Lissner
a9f57f14ac
Fix #4355: trigger eldoc after company completions 2020-12-02 17:58:10 -05:00
Henrik Lissner
6e6b5d9326
Merge pull request #4348 from stfl/develop
counsel-bookmark use filename only if available
2020-12-01 13:55:56 -05:00
Kirill A. Korinsky
312ae37d91
grammar: macports compatibility
Macports is quite popular a way to install some application to macOS and
it is shame that it doesn't support such way by default.
2020-12-01 16:24:33 +01:00
Stefan Lendl
7b11f67c76 counsel-bookmark use filename only if available
fixes #4344
2020-12-01 16:14:49 +01:00
Henrik Lissner
7038c2e800
Fix #3244: rewrite how pdf-tools builds epdfinfo 2020-11-30 23:35:03 -05:00
Jed Brown
87d8457927 magit: fix mismatched paren in parent
"Fix blacklisted evil-collection-magit keybinds" had one too many
closing parens.
2020-11-29 14:51:08 -07:00
Henrik Lissner
2828281af7
Fix blacklisted evil-collection-magit keybinds
Now that evil-magit's been moved to evil-collection, its keybinds are
subject to our blacklist. There must be a better way to exclude
evil-collection modules from the blacklist.
2020-11-29 15:19:21 -05:00
Henrik Lissner
b91a1b3e7b
Extract CPU counting to doom-num-cpus function
And improves macOS support as discussed in hlissner/doom-emacs@db6a27c
2020-11-29 14:49:14 -05:00
Henrik Lissner
b49c40bbb3
Minor refactors & comment revision 2020-11-29 14:37:32 -05:00
Henrik Lissner
cde7a06bdf
Bump :ui
Alexander-Miller/treemacs@6c00fe7 -> Alexander-Miller/treemacs@389bca1
Bad-ptr/persp-mode.el@c132efe -> Bad-ptr/persp-mode.el@298df11
abo-abo/hydra@112e689 -> abo-abo/hydra@2d55378
dimitri/switch-window@277706b -> dimitri/switch-window@5bba780
ema2159/centaur-tabs@5453317 -> ema2159/centaur-tabs@b172646
emacsorphanage/anzu@7b8688c -> emacsorphanage/anzu@b3d15fb
hlissner/emacs-doom-themes@e55d9a2 -> hlissner/emacs-doom-themes@74ebd77
iqbalansari/emacs-emojify@d886069 -> iqbalansari/emacs-emojify@9fc2277
jaypei/emacs-neotree@5e12716 -> jaypei/emacs-neotree@98fe213
joostkremers/writeroom-mode@8a226a3 -> joostkremers/writeroom-mode@92c47df
seagle0128/doom-modeline@538017a -> seagle0128/doom-modeline@fb34eb5
2020-11-29 14:33:31 -05:00
Henrik Lissner
9e76409238
Bump :tools
DamienCassou/auth-password-store@ff4940c -> DamienCassou/auth-password-store@aa7f171
alphapapa/magit-todos@a0e5d1f -> alphapapa/magit-todos@78d24cf
charignon/github-review@e2123cc -> charignon/github-review@db72374
editorconfig/editorconfig-emacs@a6c70da -> editorconfig/editorconfig-emacs@da84471
emacs-lsp/lsp-mode@57ea180 -> emacs-lsp/lsp-mode@5005ebe
emacs-straight/project@da0333a -> emacs-straight/project@162d892
emacsorphanage/quickrun@005d269 -> emacsorphanage/quickrun@fd96577
emacsorphanage/terraform-mode@2967e7b -> emacsorphanage/terraform-mode@63fafc6
jacktasia/dumb-jump@fbbe6b0 -> jacktasia/dumb-jump@85f898e
magit/forge@031e4f0 -> magit/forge@05ef029
magit/magit@2fb3bf7 -> magit/magit@068f838
millejoh/emacs-ipython-notebook@1bfb80c -> millejoh/emacs-ipython-notebook@a019ee3
thiderman/makefile-executor.el@9a7d78f -> thiderman/makefile-executor.el@d0a34c3
tkf/emacs-request@d02d134 -> tkf/emacs-request@0183da8
yoshiki/yaml-mode@68fecb5 -> yoshiki/yaml-mode@fc5e1c5
zx2c4/password-store@06f4999 -> zx2c4/password-store@f152064
2020-11-29 14:28:47 -05:00
Henrik Lissner
22b4462e18
Make git-commit-{major-mode,summary-max-length} safe local vars 2020-11-29 14:07:39 -05:00
Henrik Lissner
3d53497cb7
Merge pull request #4335 from nbfalcon/bugfix/elisp-eldoc-invalid-format-operation
Elisp `eldoc': fix "Invalid format operation %-"
2020-11-29 13:58:50 -05:00
Nikita Bloshchanevich
345327ae8b Use max', not min'
`min' puts a lower bound on LIMIT, but we want an upper bound, so `max' must be
used.
2020-11-29 19:55:41 +01:00
Nikita Bloshchanevich
49f4461daa Elisp `eldoc': fix "Invalid format operation %-"
In `+emacs-lisp-append-value-to-eldoc-a', if the `frame-width' of the minibuffer
is smaller than the length of the documentation + " [...]" + 1, a negative
maximum %s bound is passed, causing the error in the title.

Fix this by clamping the computed LIMIT to 0.
2020-11-29 09:37:11 +01:00
Henrik Lissner
f4ee08742e
Merge pull request #4310 from anonimitoraf/develop
Bump :checkers syntax flycheck-posframe
2020-11-29 01:27:48 -05:00
Gerry Agbobada
6665d2b6c2
[:input layout] Follow evil-magit migration 2020-11-28 18:47:11 +01:00
Rafael Nicdao
eaa8d8997c Bump :checkers syntax
alexmurray/flycheck-posframe@c928b5b -> alexmurray/flycheck-posframe@66b73dd

Contains a fix for alexmurray/flycheck-posframe#21
2020-11-28 20:28:19 +11:00
Henrik Lissner
7febca1988
Merge pull request #3414 from Andre0991/add-ivy-avy
Add `ivy-avy`
2020-11-27 23:26:08 -05:00
Henrik Lissner
8788d69a54
Merge pull request #4139 from jsmestad/add-exunit-to-elixir
Add exunit mode for Elixir
2020-11-27 22:44:22 -05:00
Henrik Lissner
4daaaff224
Merge pull request #4314 from iyefrat/rgb-readme
:tools/rgb minor README fixes
2020-11-27 22:41:04 -05:00
Henrik Lissner
786d415337
Merge pull request #4322 from brianmcgillion/bump_bibtex
Bump :tools biblio
2020-11-27 22:27:32 -05:00
Henrik Lissner
38ce4e8c7c
Merge pull request #4301 from offbyone/org-roam-tagging
Add keybindings for roam tagging
2020-11-27 22:25:25 -05:00
Henrik Lissner
cfa2a3310c
Merge pull request #4306 from andresilva/cleanup-org-readme
remove company-org-roam from lang/org/README.org
2020-11-27 22:25:13 -05:00
Henrik Lissner
7f99eb7a48
Refactor +markdown-flyspell-word-p predicate
A little faster and less duplicated logic.
2020-11-27 22:20:51 -05:00
Henrik Lissner
0f3226558f
tools/pdf: add saveplace-pdf-view package 2020-11-27 22:20:51 -05:00
Henrik Lissner
ed93ed9907
Bump :config default
abo-abo/avy@509471b -> abo-abo/avy@bbf1e73
noctuid/link-hint.el@7440704 -> noctuid/link-hint.el@e897897
2020-11-27 22:20:51 -05:00
Henrik Lissner
c1bdd63dcd
Bump evil-collection
emacs-evil/evil-collection@52b6479 -> emacs-evil/evil-collection@05ed92a

evil-magit was ported to evil-collection

Half-addresses #4324
2020-11-27 22:20:31 -05:00
Brian McGillion
f0dbb1ffd2 Bump :tools biblio
tmalsburg/helm-bibtex@12f8809 -> tmalsburg/helm-bibtex@8d84d8b

Signed-off-by: Brian McGillion <brian@ssrc.tii.ae>
2020-11-26 10:16:11 +04:00
Henrik Lissner
65b56a5671
Bump :term vterm
akermu/emacs-libvterm@01a1332 -> akermu/emacs-libvterm@101ff86
2020-11-25 12:33:53 -05:00
Henrik Lissner
ee6b7c0e81
tools/pdf: minor reformatting 2020-11-25 12:29:53 -05:00
Henrik Lissner
8914b7b8ab
Fix #4299: refactor retina support for pdfs 2020-11-25 12:29:31 -05:00
Itai Y. Efrat
d5402e0d5f :tools/rgb minor README fixes 2020-11-25 01:04:20 +02:00
André Silva
a44436057a
remove company-org-roam from lang/org/README.org 2020-11-23 19:14:12 +00:00
Chris Rose
18db5e2089 Add keybindings for roam tagging
"t" to tag a roam file with the `#+roam_tags` property.
"T" to untag the file
2020-11-22 10:28:24 -08:00
Henrik Lissner
c83e5e75e2
Bump :lang latex
TheBB/company-reftex@275ef70 -> TheBB/company-reftex@291c283
cdominik/cdlatex@480387b -> cdominik/cdlatex@adf96ba
emacs-straight/auctex@59e251c -> emacs-straight/auctex@fb062a3
iyefrat/evil-tex@a3b6875 -> iyefrat/evil-tex@ac313ef
2020-11-21 14:09:08 -05:00
Henrik Lissner
16344d0f5e
Fix #4286: incorrect cursor color 2020-11-21 01:39:25 -05:00
Henrik Lissner
8a90862777
Remove +magit/clone
Upstream magit-clone has superseded +magit/clone.

Closes #4292
2020-11-21 01:39:25 -05:00
Henrik Lissner
a799a58b98
Bump :tools debugger lsp
emacs-lsp/dap-mode@09a562f -> emacs-lsp/dap-mode@e582ff9
emacs-lsp/lsp-mode@af1ad22 -> emacs-lsp/lsp-mode@57ea180
tumashu/posframe@395aca9 -> tumashu/posframe@9e9b16b
2020-11-20 15:29:48 -05:00
Henrik Lissner
7be2056ca5
Merge pull request #4295 from ptoal/patch-1
Update org-msg org-msg variable.
2020-11-20 15:29:19 -05:00
Henrik Lissner
b51a0cabb9
Merge pull request #4284 from sei40kr/fix-skk-loading
input/japanese: Do not eval skk-mode-exit if ddskk not loaded
2020-11-20 15:28:58 -05:00
Henrik Lissner
a14a38cc5b
Merge pull request #4283 from darth10/fix/which-key-god-mode-support
Enable god-mode support for which-key if required
2020-11-20 15:28:37 -05:00
Patrick Toal
23e0dc48e6
Update org-msg variable
Fixes #4295
2020-11-20 14:26:53 -05:00
Henrik Lissner
4dab595ad3
Minor refactors & comment revision 2020-11-20 14:10:29 -05:00
Henrik Lissner
0d6c32ff25
Fix #4288: no which-key label for TeX-view 2020-11-20 14:10:29 -05:00
Henrik Lissner
1765dc8299
Correct ascii banner alignment
Closes #4289
2020-11-20 14:10:28 -05:00
Seong Yong-ju
db7926a1bd Do not eval skk-mode-exit if ddskk not loaded 2020-11-19 22:47:54 +09:00
Akhil Wali
53f8e8b249
Enable god-mode support for which-key if required
Signed-off-by: Akhil Wali <akhil.wali.10@gmail.com>
2020-11-19 19:06:10 +13:00
Akhil Wali
42cb866f50
Bump :editor god
emacsorphanage/god-mode@ad2e674 -> emacsorphanage/god-mode@f51c8f6

Signed-off-by: Akhil Wali <akhil.wali.10@gmail.com>
2020-11-19 19:06:09 +13:00
Henrik Lissner
110d70bdff
Merge pull request #4274 from EoinDoherty/racket-unicode
Remove unicode input mode default from Racket REPL
2020-11-19 00:50:57 -05:00