Henrik Lissner
120ba7d1d0
Bump :lang racket
...
greghendershott/racket-mode@8f3b214 -> greghendershott/racket-mode@29afd25
Closes #3387
2020-06-17 14:23:35 -04:00
Henrik Lissner
23780ae6c0
Bump :lang elixir
...
elixir-editors/emacs-elixir@231291e -> elixir-editors/emacs-elixir@02a3922
We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125
for why.
Closes #3393
2020-06-17 14:23:11 -04:00
Henrik Lissner
f47567e1d0
Bump :lang coq
...
ProofGeneral/PG@9196749 -> ProofGeneral/PG@0f0bb2c
cpitclaudel/company-coq@f9dba9d -> cpitclaudel/company-coq@7ec8058
We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125
for why.
Closes #3396
2020-06-17 14:23:08 -04:00
Luis Osa
b80f5daf59
Add separate package for lsp-metals
...
lsp-metals was extracted out of lsp-emacs into a separate package. This
change adds that separate package to the scala module when the lsp
feature is selected.
Fixes hlissner/doom-emacs#3362
2020-06-17 11:30:53 +02:00
mikeyobrien
907eefb3b8
Include calfw-ical package in :calendar
2020-06-14 18:31:29 -05:00
Henrik Lissner
847bbf380c
persp-kill-foreign-buffer-behavior = kill
...
Don't bother the user with prompts. If they're killing a buffer, they
want to kill the buffer.
2020-06-13 17:12:23 -04:00
Henrik Lissner
233b15fe1e
Larger *Customize* popup rule & don't quit on ESC/C-g
2020-06-13 16:21:43 -04:00
Henrik Lissner
ef05823b67
Bump :lang org
...
Kungsgeten/org-brain@2c86ec8 -> Kungsgeten/org-brain@6b2ec93
bastibe/org-journal@9f66bf4 -> bastibe/org-journal@0d6d812
emacs-straight/org-mode@3cec17c -> emacs-straight/org-mode@c709187
kaushalmodi/ox-hugo@f8e26aa -> kaushalmodi/ox-hugo@5de3da9
org-roam/org-roam@f4376f3 -> org-roam/org-roam@9cf2649
takaxp/org-tree-slide@0fc7d31 -> takaxp/org-tree-slide@7126a43
Fixes #3365
2020-06-13 16:21:43 -04:00
sorawee
0f3bd57101
Fix visit docs for Racket & support racket-xp ( #3373 )
...
* Fix visit docs for Racket & support racket-xp
- Fix Racket's +lookup/documentation in the same way as
f20f477a44
- Support the +xp feature which enables racket-xp. When it's not
enabled, default handlers to the traditional racket-repl
(which requires users to run code first)
* PR feedback
* Replace add-hook! with add-hook
2020-06-13 03:03:11 -04:00
Henrik Lissner
991a205ebd
Fix wrong-number-of-args error on +format/region-or-buffer
2020-06-13 00:43:48 -04:00
Henrik Lissner
e7b7f670f0
Merge pull request #3334 from guraltsev/unicode-font-module-support_3329
...
:ui unicode module improvements
2020-06-12 17:03:19 -04:00
Henrik Lissner
848ab5c988
Merge pull request #3366 from MYDavoodeh/patch-1
...
Set pretty symbols for Dart-mode
2020-06-12 17:01:25 -04:00
Henrik Lissner
df610fb88d
Merge pull request #3364 from rajk04/wikipedia-links
...
Add custom link type for wikipedia
2020-06-12 17:01:11 -04:00
Gennady Uraltsev
e26d69f39b
Update module to conform to doom-emacs style
...
- Fix Readme.org alignment and metadata
- Add unicode-font to "Plugins" section
- Remove empty "Hacks" section
- Inline +unicode--add-doom-unicode-font
2020-06-12 14:56:13 -04:00
M. Yas. Davoodeh
d7abd0cf82
Set pretty symbols for Dart-mode
2020-06-12 21:37:14 +04:30
Gennady Uraltsev
6040feaa9a
:ui unicode module improvements
...
+ Add documentation
+ Add support for doom-unicode-font as default candidate for non-latin glyphs.
Fixes https://github.com/hlissner/doom-emacs/issues/3329
2020-06-12 12:45:37 -04:00
Henrik Lissner
6fc3be6165
Remove unneeded hook on org-capture-mode-hook
...
This was corrected upstream in hlissner/emacs-solaire-mode@e077c28
2020-06-12 12:26:55 -04:00
Raj Krishnan
c081e9dc20
Add custom link for wikipedia
2020-06-12 20:08:24 +05:30
Andrew Whatson
9a8710f87e
Use upstream flycheck-guile package
2020-06-11 14:40:50 +10:00
Henrik Lissner
adc4be8897
Merge pull request #3340 from flatwhatson/lisp-inter-doc
...
Define lookup handlers for lisp-interaction-mode
2020-06-10 20:59:18 -04:00
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
Andrew Whatson
b9a1563746
Define lookup handlers for lisp-interaction-mode
2020-06-10 00:19:51 +10: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