Henrik Lissner
c0b7ff0f9d
Merge pull request #3347 from leoalekseyev/mygithub/develop
...
Don't set prefix-arg when delegating to ivy/helm from +default/search-project
2020-06-10 20:57:57 -04:00
Henrik Lissner
6c80419474
Bump :tools lsp
...
emacs-lsp/lsp-mode@d5f0410 -> emacs-lsp/lsp-mode@5f3f984
emacs-lsp/lsp-ui@c3e7a37 -> emacs-lsp/lsp-ui@d92cf83
emacs-lsp/helm-lsp@6b5ce18 -> emacs-lsp/helm-lsp@5018af9
Closes #3349
2020-06-10 20:48:33 -04:00
Leo Alekseyev
8dd55901c3
Don't set prefix-arg when delegating to ivy/helm from +default/search-project
...
The prefix arg for +default/search-project is intended to enable the
user to pick search location, however when it propagates to the ivy
search function it turns on the "search ignored files" functionality,
which us typically not intended and, furthermore, can be (if desired)
turned on simply by typing the search command in, for exampe,
counsel-rg's case as `-uu -- mysearchterm`
2020-06-10 03:50:25 -07:00
Henrik Lissner
6a85abc9dd
Merge pull request #3345 from maikol-solis/patch-2
...
Pointing out to the right org-cal repo
2020-06-10 03:01:27 -04:00
Henrik Lissner
4ec8b14dbb
Merge pull request #3341 from flatwhatson/scheme-fixes
...
Tweak geiser configuration and add flycheck-guile
2020-06-10 03:01:11 -04:00
Henrik Lissner
85ef9b64c6
Merge pull request #3336 from guraltsev/unicode-setup-when-daemon
...
Make unicode-fonts-setup run when emacs is started in daemon mode
2020-06-10 03:00:56 -04:00
Henrik Lissner
10cc279e74
Merge pull request #3333 from Bounga/fix/emacs-binding-to-jump-to-channel-in-irc-app
...
Fix typo in function name binded to jump to an IRC channel
2020-06-10 03:00:45 -04:00
Henrik Lissner
9f00dd4920
Warn if projectile-project-search-path is empty
...
When using +default/discover-projects
2020-06-10 02:55:59 -04:00
Henrik Lissner
73dcb13463
Bump :tools magit
...
magit/magit@ae82fcf -> magit/magit@793e387
emacs-evil/evil-magit@253c644 -> emacs-evil/evil-magit@88dc26c
2020-06-10 02:44:27 -04:00
Henrik Lissner
8087d95f23
Bump :lang org
...
bastibe/org-journal@1d8e8e6 -> bastibe/org-journal@9f66bf4
emacs-straight/org-mode@b68090e -> emacs-straight/org-mode@3cec17c
org-roam/org-roam@c46d153 -> org-roam/org-roam@f4376f3
takaxp/org-tree-slide@7151aaf -> takaxp/org-tree-slide@0fc7d31
2020-06-10 02:39:47 -04:00
Henrik Lissner
67c53a2b1b
Bump :app calendar
...
kidd/org-gcal.el@2ee2b31 -> kidd/org-gcal.el@7445058
Closes #3344
2020-06-10 02:28:08 -04:00
Henrik Lissner
5f3bfa1db1
Fix #3343 : don't re-set char-table on doom/reload
2020-06-10 02:26:26 -04:00
Andrew Whatson
61e5ab0581
Tweak geiser configuration and add flycheck-guile
2020-06-10 11:36:30 +10:00
Maikol Solís
744b77f96b
Pointing out to the right org-cal repo
2020-06-09 14:34:17 -06:00
Gennady Uraltsev
63b4dbf1b4
Make unicode-fonts-setup run when emacs is started in daemon mode
2020-06-08 12:37:11 -04:00
Nicolas Cavigneaux
345f191376
Fix typo in function name used to jump to an IRC channel using Emacs keybindings
2020-06-08 17:51:29 +02:00
Henrik Lissner
dd8b535eb1
emacs/vc: add git-commit package
...
Instead of relying on magit to install it for us.
2020-06-08 01:39:49 -04:00
Henrik Lissner
fa1743eee8
Add pretty-symbols-alist support to scala
...
Closes #2705
Co-authored-by: Ashkan <ashkan.aleali@gmail.com>
2020-06-07 14:25:06 -04:00
Henrik Lissner
912961b46d
Merge pull request #3258 from sei40kr/tslint-and-eslint-for-tsx
...
lang/javascript: Enable TSLint and ESLint for TypeScript-TSX
2020-06-07 14:19:13 -04:00
Henrik Lissner
73d3ccd1dc
Merge pull request #3247 from shombando/doc/mu4e
...
Updated Documentation for mu4e
2020-06-07 14:18:08 -04:00
Henrik Lissner
4b79580f16
Merge pull request #3319 from sei40kr/taskrunner-popup-rule
...
tools/taskrunner: Set popup rule for taskrunner buffer
2020-06-07 14:17:32 -04:00
Henrik Lissner
789d62a9ea
Merge pull request #3317 from yoavm448/evil-mc-lispy
...
Add lispy to evil-mc-incompalible-minor-modes
2020-06-07 14:16:46 -04:00
Henrik Lissner
12ae9e9b72
Merge pull request #3325 from elais/scheme-module-update
...
unset geiser-mode-start-repl-p
2020-06-07 14:14:53 -04:00
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
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
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
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
50860a779b
Bump :lang raku
...
Raku/raku-mode@d474216 -> Raku/raku-mode@e0639c8
2020-06-05 15:18:28 -04:00
Henrik Lissner
68815a6a37
Use (supposedly) faster indent-guides glyph
2020-06-05 15:18:03 -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