Commit graph

15222 commits

Author SHA1 Message Date
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
Henrik Lissner
ee6c27c2a0
Merge pull request #4143 from innerout/fold-docs
Add emacs bindings and documentation in fold module
2020-11-06 02:33:53 -05:00
Henrik Lissner
59c5d4df05
Merge pull request #4217 from offbyone/expand-ansible-detection
Add detection for projects that are ansible roles
2020-11-06 02:33:26 -05:00
Henrik Lissner
53a25dab27
Merge pull request #4215 from RBckmnn/FixCompletionStyles
Demote overly aggressive completion styles
2020-11-06 02:33:13 -05:00
Henrik Lissner
9aa03b4b27
Merge pull request #4219 from condy0919/patch-1
Remove eshell obsolete variable
2020-11-06 02:32:57 -05:00
Ryan Lloyd
ccda9ef6bb
Fix Issue #4212; Use Back-Slash for Win FileShares (#4218)
* Fix Issue #4212; Use Back-Slash for Win FileShares

* Replace single backslash with double

Co-authored-by: Henrik Lissner <accounts@v0.io>
2020-11-06 02:32:09 -05:00
Henrik Lissner
68b1594553
Fix #4220: void-function org-clocking-p
On first invocation of +org/toggle-last-clock, before org-clock has
loaded.
2020-11-06 02:29:37 -05:00
Youmu
d20590b8d6
Remove eshell obsolete variable
`eshell-buffer-shorthand` was removed in Emacs 25, see https://github.com/emacs-mirror/emacs/blob/master/etc/NEWS.25#L1078-L1082
2020-11-05 23:10:51 +08:00
Chris Rose
11ff294f7d Add detection for projects that are ansible roles
Ansible roles _often_ have a `tasks/main.yml` file in them, and benefit
from some of the nice ansible syntax highlighting.
2020-11-04 19:07:59 -08:00
Henrik Lissner
03b0a834dd
Fix #4214: support setting doom-theme to 'default
People who like the default theme actually exist.
2020-11-04 19:49:35 -05:00
Henrik Lissner
611fdade09
Add doom/copy-buffer-contents command
To make it easier for beginners to copy content from logs or backtrace
windows.
2020-11-04 19:41:57 -05:00
Ralf Beckmann
4e7ce47825 Demote overly aggressive completion styles
Use the Helm completion styles only as a fallback. They match so eagerly
that they disrupt other facilities like company.
2020-11-05 01:41:46 +01:00
Henrik Lissner
0446c2a853
vterm-max-scrollback = 5000 2020-11-04 15:25:40 -05:00
Henrik Lissner
304424d844
Fix #4212: slow file checks over network shares
On windows.
2020-11-04 14:40:44 -05:00
George Xanthakis
d50b1528b8
Remove unnecessary use-package statement 2020-11-04 11:43:26 +02:00
Henrik Lissner
5d5d94d49c
Bump :editor snippets
hlissner/doom-snippets@d97c65e -> hlissner/doom-snippets@e1cbbdf

Fixes #4127
2020-11-04 03:02:01 -05:00
Henrik Lissner
50226c45e6
setq -> setq-default for org directory vars
So lazy loaded settings won't overwrite dir or file local variables.
2020-11-03 22:00:15 -05:00
Henrik Lissner
dec573c4e5
Allow formatter in some "special" buffers
Like org-src-edit and scratch buffers.

Fixes #3905
Closes #3915
2020-11-03 21:26:07 -05:00
Henrik Lissner
be4fe4484a
Bump :ui doom
hlissner/emacs-doom-themes@d6ee47d -> hlissner/emacs-doom-themes@5c12834

Fixes #2825
2020-11-03 21:17:20 -05:00
Henrik Lissner
86722ee67e
Minor refactors & reformatting 2020-11-03 16:16:12 -05:00
Henrik Lissner
9f261788b9
Fix #4206: hl-line reactivates on exiting visual mode 2020-11-03 16:14:24 -05:00
Henrik Lissner
41885c4e72
Revert company-idle-delay to package default (0.5)
Setting a default for this variable is dangerous. Set it to low and
modes with slow backends will give users the impression that this is
typing latency (they'll suspect something else, likely Doom, before
suspecting their lsp servers or company backends). Set it too high and
users may misinterpret this as latency. Turn it off (set to nil) and
I'll get a dozen "code completion isn't working" bug reports.

I've settled on company's own default of 0.5 (which is twice as slow as
Doom's original default) because responsiveness while typing is more
important (and more frustrating to deal with), but it's still enabled,
so users are more likely to notice it than assume code completion isn't
working.
2020-11-03 16:05:12 -05:00
Henrik Lissner
0efe786d99
Fix #4207: eshell-mode backport breaks old keybinds 2020-11-03 16:03:59 -05:00
Henrik Lissner
4fc084e7bd
Fix #4209: void-function +latex/LaTeX-indent-item
This was renamed to +latex-indent-item-fn in 98826f3
2020-11-03 15:24:56 -05:00
Henrik Lissner
807f00a470
Fix #4205: void-function (setf persp-buffers) 2020-11-02 23:56:43 -05:00
Henrik Lissner
3e0432959a
Set user-init-file in sandbox 2020-11-02 21:03:28 -05:00
Henrik Lissner
65be6923e7
Fix wrong-number-of-args on 'doom install'
Only affects Emacs 26.x users, because `file-name-quote`s signature
changed in 27.1.
2020-11-02 17:02:10 -05:00
Henrik Lissner
74737dad37
package!: add :build, :post-build support
Straight recipes now support :build & :post-build
2020-11-02 16:33:06 -05:00