Andrew Whatson
196bb04088
Bootstrap trampolines to prevent doom build hang
...
This is a workaround for 'doom build' hanging on native-comp Emacs when
run with an empty cache. We're effectively automating the process of
killing 'doom build' and trying again.
2020-11-16 14:07:34 +10:00
Henrik Lissner
d6ef43a563
C-s = company-filter-candidates in company-active-map
...
Incrementally filter the candidates list, rather than restart it.
2020-11-15 22:00:56 -05:00
Henrik Lissner
befb2baeda
Introduce +doom-dashboard-ascii-banner-fn setting
2020-11-15 09:49:30 -05:00
Henrik Lissner
aa02dc14a4
Bump :tools debugger lsp
...
emacs-lsp/dap-mode@400ec52 -> emacs-lsp/dap-mode@09a562f
emacs-lsp/lsp-ivy@20cac62 -> emacs-lsp/lsp-ivy@c70ee8b
emacs-lsp/lsp-mode@fb4c35c -> emacs-lsp/lsp-mode@af1ad22
emacs-lsp/lsp-ui@2555204 -> emacs-lsp/lsp-ui@b1693d6
joaotavora/eglot@61b71ea -> joaotavora/eglot@2172641
tumashu/posframe@a99da9f -> tumashu/posframe@395aca9
Fix #4213
2020-11-14 18:42:31 -05:00
Eoin Doherty
911d0a2732
Remove racket repl unicode input hook
2020-11-14 15:59:58 -07:00
Henrik Lissner
2d40264158
Merge pull request #4262 from iwahbe/spell-fix-without-aspell
...
Fix behaviour without aspell
2020-11-14 15:06:27 -05:00
Henrik Lissner
523ced6e9a
Fix #4127 : arrayp error on some snippets via +snippets/edit
2020-11-14 14:16:01 -05:00
Henrik Lissner
ed1996e6f9
Reformat map! docstring
...
Mention correct placement of state keyword.
2020-11-14 14:02:07 -05:00
Henrik Lissner
a14fb64c0c
Fix #4268 : off-by-one region on double-click
2020-11-14 13:58:57 -05:00
Henrik Lissner
969e6486f6
Apply customized faces sooner
2020-11-14 13:57:34 -05:00
Henrik Lissner
472ec52481
Use global-hl-line-mode instead of hl-line
...
It's easier for users to remove one hook than to remove four, and Emacs
users tend to expect global-hl-line-mode, but not hl-line-mode.
2020-11-14 13:57:00 -05:00
Henrik Lissner
f40a2e1ed7
lang/org: apply +org--fix-async-export-a to org-export-as
2020-11-14 13:52:11 -05:00
Henrik Lissner
ecca37b07b
Bump :tools direnv
...
purcell/envrc@da8e306 -> purcell/envrc@18caf51
envrc-mode now provides its own envrc file major mode with basic syntax highlighting.
2020-11-14 13:05:28 -05:00
Henrik Lissner
da54fa98ce
Fix #4271 : prevent file-templates in org-capture
2020-11-14 12:57:29 -05:00
Ian Wahbe
a31dced7bc
Requested changes -- move defvar to preface
...
We can now remove the redundant hack.
2020-11-13 20:51:54 +01:00
Henrik Lissner
3265c25821
Bump :lang erlang
...
erlang/otp@36b4ba4 -> erlang/otp@8efb945
2020-11-13 13:11:34 -05:00
Henrik Lissner
62c1e5b6c9
Bump :checkers syntax
...
flycheck/flycheck@cd8e0a2 -> flycheck/flycheck@79c9245
Fixes #4264 : flycheck-rebar3 moved into flycheck
2020-11-13 13:11:34 -05:00
Henrik Lissner
120530e353
Bump :lang lua
...
technomancy/fennel-mode@a395437 -> technomancy/fennel-mode@7a8824a
Fixes #4263 : invalid repl handler for fennel-mode
2020-11-13 13:11:33 -05:00
Henrik Lissner
0136a238be
Merge pull request #4260 from gagbo/docs/cc_lsp
...
[:lang cc] Add LSP configuration snippets
2020-11-13 13:11:03 -05:00
Ian Wahbe
ea16bb66c3
Fix behaviour without aspell
...
If aspell (or a spell-fu acceptable equivalent) warn the user. If it
failed to bind +spell-correct-interface, and bind that.
Remove previous hack. It prevents use of +spell/correct if spell-fu does
not try to highlight a word. This is extreamly common is docstrings, for
example. I think having +spell/correct should check any word it is
called upon, even without general text highlighting.
2020-11-13 15:37:20 +01:00
Gerry Agbobada
2bf73ee34c
[:lang cc] Add LSP configuration snippets
2020-11-13 01:35:54 +01:00
Henrik Lissner
f7293fb67e
Fix #4208 : aborting direnv shouldn't abort find-file
2020-11-11 20:33:27 -05:00
Henrik Lissner
1d766bf873
Merge pull request #4255 from RBckmnn/OrgRoamDbLocation
...
Do not overwrite user's value of org-roam-db-location
2020-11-11 14:25:45 -05:00
Henrik Lissner
16a165279b
Merge pull request #4254 from brianmcgillion/remove_dep
...
:lang org: (+roam) Replace deprecated functions
2020-11-11 14:25:29 -05:00
Henrik Lissner
4db96fe9bb
Merge pull request #4252 from pspencil/fix-link-404
...
Fix 404 link in literate module readme.
2020-11-11 14:24:59 -05:00
Ralf Beckmann
f3a4c27aac
Do not overwrite org-roam-db-location
2020-11-11 18:35:54 +01:00
Brian McGillion
6225cc5337
:lang org: (+roam) Replace deprecated functions
...
Update to the latest functions - after the following commit:
47e83f7d
Org-Roam-Dailies deprecated the older forms of the functions
and replaced with the new constructs.
Signed-off-by: Brian McGillion <brian@ssrc.tii.ae>
2020-11-11 20:02:30 +04:00
Song Pan
338be4f212
Fix 404 link.
2020-11-11 12:33:30 +00:00
Henrik Lissner
3ecf95ff35
Fix #4249 again
...
Whoops, missed the main command.
2020-11-11 01:07:52 -05:00
Henrik Lissner
fee4de8b24
Fix #4249 : doom/reload when bin/doom path has spaces
2020-11-11 00:25:04 -05:00
Henrik Lissner
3bdb9ad6c0
Bump :completion
...
abo-abo/swiper@b65e401 -> abo-abo/swiper@6a22192
company-mode/company-mode@5f5949b -> company-mode/company-mode@dd92593
emacs-helm/helm@19d2ba9 -> emacs-helm/helm@5ad6c83
ericdanan/counsel-projectile@77392cb -> ericdanan/counsel-projectile@06b03c1
lewang/flx@05600ff -> lewang/flx@647cb2f
raxod502/prescient.el@0c5d611 -> raxod502/prescient.el@41443e1
tumashu/ivy-posframe@b4fed55 -> tumashu/ivy-posframe@58ddf8c
tumashu/posframe@5696463 -> tumashu/posframe@395aca9
2020-11-10 18:36:48 -05:00
Henrik Lissner
a68b49a98e
Append evil cursor color init hooks
...
Makes it easier for users to add their own customizations to the cursor
before this fires.
2020-11-10 18:36:48 -05:00
Henrik Lissner
3253f7c86a
Bump :editor evil
...
emacs-evil/evil-collection@a21725f -> emacs-evil/evil-collection@52b6479
emacs-evil/evil@373a57e -> emacs-evil/evil@d6cf668
redguardtoo/evil-nerd-commenter@b670f69 -> redguardtoo/evil-nerd-commenter@563cdc1
2020-11-10 18:36:48 -05:00
Henrik Lissner
d45155aec8
tools/direnv: only run direnv once per buffer
...
Halves the time direnv integration takes to initialize.
2020-11-10 18:36:47 -05:00
Henrik Lissner
2c663ea5d4
Mention current theme and font in doom/info
2020-11-10 18:36:47 -05:00
Henrik Lissner
45179fbf59
Mention current frame type in doom/info
2020-11-10 18:36:47 -05:00
Henrik Lissner
5b713b6cd0
Bump :lang lua
...
immerrr/lua-mode@345ebfc -> immerrr/lua-mode@d2ff304
immerrr/lua-mode#184 introduces many indentation optimizations.
2020-11-10 18:36:47 -05:00
Henrik Lissner
423dbe0992
Bump :lang org
...
Kungsgeten/org-brain@e703ae0 -> Kungsgeten/org-brain@6e3d861
bastibe/org-journal@fce4fa7 -> bastibe/org-journal@14ce011
org-roam/org-roam@a7cf48e -> org-roam/org-roam@d913447
snosov1/toc-org@ff8d49c -> snosov1/toc-org@aef220c
2020-11-10 18:36:44 -05:00
Henrik Lissner
0c4e300c36
Merge pull request #4236 from eccentric-j/eval-org-babel-ui-elisp
...
Created PR to backport emacs-lisp org-babel evaluation to manage the UI
2020-11-10 18:31:20 -05:00
Henrik Lissner
e0ef57bcc0
Merge pull request #4246 from hanmertens/center-dashboard
...
ui/doom-dashboard: center bottom line of banner
2020-11-10 14:55:32 -05:00
Han Mertens
5018637091
ui/doom-dashboard: center bottom line of banner
2020-11-10 20:38:45 +01:00
Henrik Lissner
911118227c
lang/org: refactor org recipe
...
Now that straight (and package) now support a :build property.
Relevant to #4243
2020-11-10 13:19:31 -05:00
Henrik Lissner
7d3a41567d
lang/lua: add +fennel
2020-11-09 21:24:24 -05:00
Henrik Lissner
5ccbc468ad
lang/web: fix fill-prefix on continued comments
...
Before:
/*
* pretend this is a line longer than 80 characters
*/
Call fill-paragraph:
/*
* pretend this is a line longer
than 80 characters
*/
After
/*
* pretend this is a line longer than 80 characters
*/
Call fill-paragraph:
/*
* pretend this is a line longer
* than 80 characters
*/
2020-11-09 17:19:14 -05:00
Henrik Lissner
5c06edd90a
lang/web: fix comments not joining/filling correctly
...
Before, joining these two lines
// hello
// world
Results in
// hello // world
And filling the following
// Pretend this line is longer than 80 characters
Becomes
// Pretend this lineis longer than
80 characters
2020-11-09 17:19:14 -05:00
Henrik Lissner
b96b6ed64e
Fix /* and /** expansion in various languages
...
Also adds +web-continue-block-comments option to control:
/*
*
*/
vs
/*
*/
Has a known issue where the indentation for the closing delimiter is off
by one when +web-continue-block-comments is disabled. Will have to look
into that later.
2020-11-09 17:19:14 -05:00
Jay
454eef591a
Created PR to backport emacs-lisp org-babel evaluation to manage the UI
2020-11-09 02:25:59 -05:00
Henrik Lissner
92c9127b86
Bump :core
...
raxod502/straight.el@728ea18 -> raxod502/straight.el@0f283e2
Wilfred/helpful@1671e1d -> Wilfred/helpful@584ecc8
bbatsov/projectile@3670ebe -> bbatsov/projectile@d1daf27
justbur/emacs-which-key@ae59b7e -> justbur/emacs-which-key@c011b26
Fix #4231
2020-11-07 00:20:07 -05:00
Henrik Lissner
03fa1d8697
Bump :ui doom
...
hlissner/emacs-doom-themes@144b2a8 -> hlissner/emacs-doom-themes@e55d9a2
Fix #2825 , again
2020-11-06 22:20:15 -05:00
Henrik Lissner
7205b727a7
Bump :ui doom
...
hlissner/emacs-doom-themes@5c12834 -> hlissner/emacs-doom-themes@144b2a8
Fix #2825
2020-11-06 21:16:04 -05:00