Commit graph

14733 commits

Author SHA1 Message Date
Henrik Lissner
cc772adc38
Revert 68815a6a3
Fixes #3320
2020-06-07 14:00:13 -04:00
Henrik Lissner
235ad55ba1
Force counsel-rg-base-command to be a list
Counsel allows `counsel-rg-base-command' to be a string or list. This
backwards compatibility is a maintenance burden for Doom, so it's
simpler to force it to always be a list.
2020-06-07 13:58:12 -04:00
Henrik Lissner
5092bd82f9
Fix doom/help-search-{load-path,loaded-files}
counsel-rg-base-command now accepts a list.

Closes #3323
2020-06-07 13:55:23 -04:00
Elais Player
0345838aa9 unset geiser-mode-start-repl-p
Initially I believed it would be a good idea to start the repl upon
entry into a scheme file, but this has so far preempted tools that rely
on direnv to create ad-hoc environments leading to not all dependencies
being availabe for scheme files. I had not realized how annoying this
could be because at the time all of my scheme libraries were installed
in my user environment.

Another reason for this change is it brings the scheme module back into line with
the repl based modules for other lisps like clojure.
2020-06-07 11:52:37 -06:00
zackteo
26e421e336 Update doc comments in {init,config}.el templates
Fixed parts missing in ee972e7a3f
2020-06-07 20:02:59 +08:00
Henrik Lissner
ee972e7a3f
Update doc comments in {init,config}.el templates 2020-06-07 02:31:13 -04:00
Henrik Lissner
5627d6d429
lang/gdscript: minor reformatting 2020-06-07 02:31:13 -04:00
Henrik Lissner
9cc98c73d4
Remove redundant condition 2020-06-07 02:31:12 -04:00
Seong Yong-ju
df643186d5 tools/taskrunner: Set popup rule for taskrunner buffer 2020-06-07 12:44:25 +09:00
yoavm448
956a90598e Add lispy to evil-mc-incompalible-minor-modes 2020-06-07 01:57:36 +03:00
Henrik Lissner
2685fb2141
Merge pull request #3311 from marcusramberg/marcus/macos_keychain
Updates for macos module
2020-06-06 18:18:13 -04:00
Zachary
e8e35cde20
Add missing gdscript listing in modules.org (#3314)
* Add missing gdscript listing in modules.org

* Add link & flags to :lang gdscript

Co-authored-by: Henrik Lissner <accounts@v0.io>
2020-06-06 18:17:08 -04:00
Henrik Lissner
5ecd83fcfa
Fix truncated text object description in readme 2020-06-06 03:59:08 -04:00
Marcus Ramberg
a217a935fd updates for macos module
Add support for keychain
Add README.
Add shortcut for open in iTerm.
2020-06-06 09:02:36 +02:00
Henrik Lissner
a724ce0f8e
Fix xwidget dash docset popup display function
The popup rule was malformed.
2020-06-06 01:04:41 -04:00
Henrik Lissner
59b60a4708
Inhibit recenter following org link when window isn't visible 2020-06-06 00:56:46 -04:00
Henrik Lissner
e7678f4749
Fix #3309: evil keybind for vanilla users 2020-06-05 16:05:55 -04:00
Henrik Lissner
ea52dbc12e
Fix extra ) in doom-obsolete-modules
Left over from #3308
2020-06-05 15:22:32 -04:00
Henrik Lissner
50860a779b
Bump :lang raku
Raku/raku-mode@d474216 -> Raku/raku-mode@e0639c8
2020-06-05 15:18:28 -04:00
Henrik Lissner
0f03c32a12
Add with-output-to! macro
For piping output to both stdout and a file/buffer. Used in the coming
CLI rewrite.
2020-06-05 15:18:03 -04:00
Henrik Lissner
68815a6a37
Use (supposedly) faster indent-guides glyph 2020-06-05 15:18:03 -04:00
Henrik Lissner
064df8ace4
Merge pull request #3308 from marcusramberg/marcus/raku_rename
Rename perl module to raku.
2020-06-05 15:17:40 -04:00
Marcus Ramberg
35ec72d080 Rename perl module to raku.
It doesn't actually contain any Perl config.
2020-06-05 21:01:23 +02:00
Henrik Lissner
d93b789ef5
Move point to eshell prompt when switching to insert mode
This advice was broken (and superseded) by changes upstream in
evil-collection-eshell.
2020-06-05 13:08:01 -04:00
Henrik Lissner
1d99b63bd8
Bump :lang web
fxbois/web-mode@186a7c2 -> fxbois/web-mode@a2badd0

Closes #3305
2020-06-05 12:42:22 -04:00
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
7ac688dcd6
Merge pull request #3293 from grahamc/patch-1
Nix and Guix is a great idea!
2020-06-04 19:48:01 -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
Graham Christensen
47b4fe6a97
Nix and Guix is a great idea! 2020-06-04 08:42:00 -04:00