Commit Graph

8368 Commits

Author SHA1 Message Date
Henrik Lissner
7ecda0d8e7
checkers/spell: fix end-of-file error
Closes #3300
2020-06-05 04:05:29 -04:00
Henrik Lissner
da3c1cb78d
Merge pull request #3302 from jethrokuan/fix/roam-window
(org +roam): use org-roam-buffer-window-parameters
2020-06-05 04:03:21 -04:00
Jethro Kuan
219d8d0901 (org +roam): use org-roam-buffer-window-parameters
Replaces the now obsolete org-roam-buffer-no-delete-other-windows
2020-06-05 15:58:45 +08:00
Henrik Lissner
3e3f35a67d
Only recenter following a file or internal org link
Rather than browser or external links.
2020-06-05 03:21:32 -04:00
Henrik Lissner
b2919ee5d6
Fix #2639: duplicate snippets in completion prompt 2020-06-05 02:52:18 -04:00
Henrik Lissner
5b8b04f0c8
Properly lazy load flyspell
Package was eagerly loaded at startup, so we must pretend it hasn't to
defer it and future configuration.

And generalize defer-feature! macro.
2020-06-05 01:41:49 -04:00
Henrik Lissner
85883facf5
Bump :completion ivy
Yevgnen/ivy-rich@3f818b2 -> Yevgnen/ivy-rich@1097013
abo-abo/swiper@04ca164 -> abo-abo/swiper@544e7de
ericdanan/counsel-projectile@126e825 -> ericdanan/counsel-projectile@77392cb
tumashu/ivy-posframe@ae9bafe -> tumashu/ivy-posframe@4474956
2020-06-05 01:19:03 -04:00
Henrik Lissner
8089b5b723
Make change to counsel-rg-base-command idempotent
So doom/reload doesn't clobber it.
2020-06-05 00:47:35 -04:00
Henrik Lissner
f548ab600c
Fix #2351: counsel-rg errors on Windows 2020-06-05 00:43:51 -04:00
Henrik Lissner
7a8bf22e41
Change gzu to delete cursors in visual selection
Will still undo last cursor in normal mode.
2020-06-05 00:33:57 -04:00
Henrik Lissner
51ffacb4d9
Fix gzz not toggling evil-mc cursors in normal mode 2020-06-05 00:12:26 -04:00
Henrik Lissner
d5d0fb95e2
Fix #3175: inhibit save hooks on org-export-to-file 2020-06-04 23:48:16 -04:00
Henrik Lissner
8da2472bb4
Inhibit file templates in org-journal-mode 2020-06-04 20:13:29 -04:00
Henrik Lissner
ca99224ec9
Bump :lang haskell
emacs-lsp/lsp-haskell@582fa27 -> emacs-lsp/lsp-haskell@17d7d4c
haskell/haskell-mode@7032966 -> haskell/haskell-mode@41683c0
jyp/dante@4955bc7 -> jyp/dante@7411904
2020-06-04 20:13:28 -04:00
Henrik Lissner
0db71341fa
Bump :lang org
Kungsgeten/org-brain@c9c6995 -> Kungsgeten/org-brain@2c86ec8
bastibe/org-journal@0bcefa5 -> bastibe/org-journal@1d8e8e6
emacs-straight/org-mode@2ab68c7 -> emacs-straight/org-mode@b68090e
kaushalmodi/ox-hugo@94aec3f -> kaushalmodi/ox-hugo@f8e26aa
org-roam/org-roam@b2594b8 -> org-roam/org-roam@c46d153
takaxp/org-tree-slide@80cb1ac -> takaxp/org-tree-slide@7151aaf
2020-06-04 20:13:28 -04:00
Henrik Lissner
46e17d403f
Remove unneeded org-journal advice
Due to bugfixes upstream.
2020-06-04 20:13:28 -04:00
Henrik Lissner
8bf902d5f4
General refactors & reformatting across the board 2020-06-04 20:13:28 -04:00
Henrik Lissner
af91af01fa
Merge pull request #3213 from wedens/org-capture-frame-refile
Prevent doom-capture frame from closing when refiling
2020-06-04 19:50:12 -04:00
Henrik Lissner
5639715835
Merge pull request #3287 from gagbo/feature/lua-lsp-support
[lang/lua] Add LSP flag and support for Lua
2020-06-04 19:47:05 -04:00
Henrik Lissner
8c94203cc7
Merge pull request #3291 from gagbo/fix/project-0.3-recipe
Bump :tools lsp
2020-06-04 19:46:25 -04:00
Henrik Lissner
ff2026bae1
Merge pull request #3292 from bersace/magit-goto-address
magit: Enable goto-address-mode in process buffer
2020-06-04 19:45:43 -04:00
Henrik Lissner
60ca118eb2
Fix #3166 and #3288: over-eager project-root caching
And prevent explicit projectile-project-root interfering with project
switching.
2020-06-04 19:43:20 -04:00
Henrik Lissner
db25224e18
Fix #3286: prevent nil flycheck checker 2020-06-04 19:43:20 -04:00
Étienne BERSAC
ca4ed2c5fa
magit: Enable goto-address-mode in process buffer
This way, URL returned by remote are clicable.
2020-06-04 14:07:51 +02:00
Gerry Agbobada
a5f82666a5
Bump :tools lsp
Forcefully install the gnu-elpa-mirror recipe of project makes it move
emacsmirror/project@0d31141 (0.1.3) -> emacs-straight/project@da0333a (0.3.0)

Fixes #3269
2020-06-04 10:53:02 +02:00
Gerry Agbobada
7097eac0cf
[lang/lua] Add LSP flag and support for Lua 2020-06-03 14:57:00 +02:00
Henrik Lissner
87364138d1
Merge pull request #3276 from DidacGit/patch-1
Remove space from mc prefix map
2020-06-03 03:46:58 -04:00
Henrik Lissner
beda7bb15f
Bump :lang latex
emacs-straight/auctex@b233945 -> emacs-straight/auctex@6abf890
alexeyr/company-auctex@48c42c5 -> alexeyr/company-auctex@9400a2e
2020-06-03 01:32:26 -04:00
Henrik Lissner
46c1f7a7b4
Fix #3282: activate flyspell-lazy-mode 2020-06-02 23:18:01 -04:00
Henrik Lissner
4427dbabc1
Bump :lang javascript
abicky/nodejs-repl.el@6fad7d7 -> abicky/nodejs-repl.el@f5ce3d5
ananthakumaran/tide@3b45610 -> ananthakumaran/tide@13e7af7
emacs-typescript/typescript.el@102587e -> emacs-typescript/typescript.el@0fc7297
mooz/js2-mode@fe53814 -> mooz/js2-mode@5049e54
2020-06-02 23:03:57 -04:00
Henrik Lissner
fdf9c408e8
Bump :tools
Silex/docker.el@0874520 -> Silex/docker.el@d6233bd
editorconfig/editorconfig-emacs@19de0ec -> editorconfig/editorconfig-emacs@9a73ff7
emacs-lsp/dap-mode@8f69dc2 -> emacs-lsp/dap-mode@7ad9157
emacs-lsp/lsp-mode@81d62d5 -> emacs-lsp/lsp-mode@d5f0410
emacs-lsp/lsp-ui@271b47c -> emacs-lsp/lsp-ui@c3e7a37
emacsorphanage/quickrun@2e37ce9 -> emacsorphanage/quickrun@c6ce1f3
gilbertw1/dash-docs@111fd9b -> gilbertw1/dash-docs@dafc8fc
jacktasia/dumb-jump@d760aa8 -> jacktasia/dumb-jump@d86f59c
joaotavora/eglot@d99a447 -> joaotavora/eglot@ac9239b
magit/forge@09bf8ad -> magit/forge@6f299d2
magit/magit@b1b2683 -> magit/magit@ae82fcf
millejoh/emacs-ipython-notebook@42134ad -> millejoh/emacs-ipython-notebook@ee31cdb
paradoxxxzero/jinja2-mode@cfaa7bb -> paradoxxxzero/jinja2-mode@4540f99
tkf/emacs-request@216d570 -> tkf/emacs-request@912525c
tumashu/posframe@093b29a -> tumashu/posframe@6285217
wbolster/emacs-direnv@1daf479 -> wbolster/emacs-direnv@f5484b0
yoshiki/yaml-mode@cecf4b1 -> yoshiki/yaml-mode@34648f2
2020-06-02 19:52:42 -04:00
Henrik Lissner
0b4a911d12
Bump :lang web
fxbois/web-mode@6774c59 -> fxbois/web-mode@186a7c2
2020-06-02 19:52:42 -04:00
Henrik Lissner
57a4dde226
Bump :lang scheme
jaor/geiser@83ad875 -> jaor/geiser@0c86289
2020-06-02 19:52:42 -04:00
Henrik Lissner
5981d27994
Bump :lang python
cython/cython@48dc1f0 -> cython/cython@12ab8bc
emacs-lsp/lsp-python-ms@5d0c799 -> emacs-lsp/lsp-python-ms@db6f263
galaunay/poetry.el@6dcc9d2 -> galaunay/poetry.el@d876522
necaris/conda.el@335474e -> necaris/conda.el@9d02130
pwalsh/pipenv.el@b730bb5 -> pwalsh/pipenv.el@b730bb5
pythonic-emacs/company-anaconda@a31354c -> pythonic-emacs/company-anaconda@da1566d
pythonic-emacs/pyenv-mode@aec6f2a -> pythonic-emacs/pyenv-mode@d191037

We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125 for why.
2020-06-02 19:52:42 -04:00
Henrik Lissner
fddbbb08c4
Bump :lang org
Kungsgeten/org-brain@3ce2a33 -> Kungsgeten/org-brain@c9c6995
abo-abo/org-download@8e12cf0 -> abo-abo/org-download@40c8a1d
bastibe/org-journal@a3ff9ce -> bastibe/org-journal@0bcefa5
emacs-straight/org-mode@5454312 -> emacs-straight/org-mode@2ab68c7
kaushalmodi/ox-hugo@01bc315 -> kaushalmodi/ox-hugo@94aec3f
org-roam/org-roam@ea6bd21 -> org-roam/org-roam@b2594b8
takaxp/org-tree-slide@7bf09a0 -> takaxp/org-tree-slide@80cb1ac

Highlights:
- bzg/org-mode@47b6534 fixes org-babel-js-function-wrapper, so my fix is
  no longer needed.
- bastibe/org-journal@e1003e3 fixes org-journal failing to detect
  symlinked journal files, so my fix is no longer needed.
- org-roam/org-roam#700 fixes symlinks in org-roam-directory
2020-06-02 19:52:42 -04:00
Henrik Lissner
0aafb3f7bc
Bump :lang markdown
Somelauw/evil-markdown@685d7fb -> Somelauw/evil-markdown@064fe9b
ardumont/markdown-toc@a9f13ee -> ardumont/markdown-toc@9565eea
jrblevin/markdown-mode@f47a2e9 -> jrblevin/markdown-mode@770e3aa
2020-06-02 19:52:42 -04:00
Henrik Lissner
ef889eb825
Bump :lang clojure
clojure-emacs/cider@b9d505b -> clojure-emacs/cider@2c8f510
2020-06-02 19:52:42 -04:00
Henrik Lissner
2ef35bbcdc
Bump :ui doom
hlissner/emacs-solaire-mode@e077c28 -> hlissner/emacs-solaire-mode@5baf494
2020-06-02 18:16:32 -04:00
Henrik Lissner
e916122750
Fix #3273: install nose from emacsattic
Nose was moved from https://github.com/emacsmirror to
https://github.com/emacsattic, but https://github.com/emacsmirror/epkgs
hasn't updated their emacsattic index yet, so folks are getting
no-package-found errors from straight.
2020-06-02 15:06:04 -04:00
Didac
03e678958f
Remove space from mc prefix map
Change the space of the multiple-cursors keymap to a "-".
2020-06-02 12:42:58 +02:00
Henrik Lissner
e217d770e8
Merge pull request #3263 from ghost/python-common-conf-files-highlighting
Add syntax highlighting to Pipfile & flake8 config files
2020-06-01 19:58:10 -04:00
Henrik Lissner
188878d1ce
Merge pull request #3243 from Emiller88/counsel-jq
Feat: add counsel-jq
2020-06-01 19:56:35 -04:00
Henrik Lissner
c2ea4c90d9
"Fix" hl-line bleeding into buffer bg (part 2)
At least highlight up to n-1's character in 2nd-to-last line, as
promised.
2020-06-01 19:36:52 -04:00
Henrik Lissner
86625d3d42
"Fix" hl-line bleeding into buffer bg
When its face is remapped (e.g. by solaire-mode).

Unfortunately, this means highlighting on the 2nd-to-last line becomes
janky, but this is the lesser evil of the two. Upgrade to 27 people!

Also, don't do anything if solaire-mode isn't enabled.
2020-06-01 19:28:58 -04:00
Henrik Lissner
fed0e9365c
Make +lookup/in-docsets respect +lookup-open-url-fn 2020-06-01 19:28:58 -04:00
Henrik Lissner
a4b4ea67eb
Bind C-x C-b to ibuffer
Instead of ibuffer-list-buffers, which opens the buffer list in another
window without focusing it.
2020-06-01 18:13:59 -04:00
Edmund Miller
71c2932786
Use :when instead of (when ...) 2020-06-01 16:13:30 -05:00
Henrik Lissner
27544d21cb
bin/org-capture: fix 'Display :0 can’t be opened' error 2020-06-01 14:46:13 -04:00
Viktor Astakhov
121046359d Improve regexp for matching config files 2020-06-01 15:54:50 +03:00
Henrik Lissner
c5b561f796
Fix args-out-of-range error from hl-todo
Only seen in scala-mode so far.
2020-06-01 05:51:26 -04:00