Henrik Lissner
91f8d3e5d0
Fix void-variable sp-get-thing
...
When smartparens is disabled.
2021-02-15 14:57:14 -05:00
Henrik Lissner
be9b3ff352
Bind SPC f Y
to yank path relative to project
...
Also, both commands now announce "Copied path to clipboard: ..." to make
it clear it worked (and what is being copied).
2021-02-15 14:54:13 -05:00
Henrik Lissner
5e8a668311
Fix empty dashboard on first daemon frame
...
Dashboard would be empty because +doom-dashboard-reload was never called
in daemon sessions (until you switch back to it).
2021-02-14 21:14:07 -05:00
Henrik Lissner
2339481208
Fix broken, whitelisted evil-mc commands
...
Because they weren't being set correctly due to a faulty condition
misreading nil.
2021-02-14 21:14:07 -05:00
Henrik Lissner
8f7d461203
Bump :ui
...
Alexander-Miller/treemacs@559fa09 -> Alexander-Miller/treemacs@332d4e0
ema2159/centaur-tabs@23eda0a -> ema2159/centaur-tabs@50fd573
hlissner/emacs-doom-themes@5adcc29 -> hlissner/emacs-doom-themes@73837f5
jabranham/mixed-pitch@beb22e8 -> jabranham/mixed-pitch@d5f64b9
seagle0128/doom-modeline@4956606 -> seagle0128/doom-modeline@116c733
tarsius/hl-todo@9661a46 -> tarsius/hl-todo@4d18ccd
2021-02-14 21:14:07 -05:00
Henrik Lissner
383be025dd
Merge pull request #4650 from slackorama/feature/fix_snippets_typo
...
snippets.el: Prompt should say `edit` and not `alias`.
2021-02-14 17:23:54 -05:00
Henrik Lissner
7679c08d57
Fix #4614 (truly): visual goto-bol w/ evil-mc
2021-02-14 13:53:48 -05:00
Seth Mason
6ebbd94b89
Prompt should say edit
and not alias
.
2021-02-13 14:20:12 -08:00
Henrik Lissner
9f0a5aad4e
Optimize org-priority-regexp
...
Mentioned in
https://orgmode.org/list/500865d9-9c8a-25ef-e4ef-030fd4b2a3e3@posteo.eu/T/#m066ffa89b2ab6e888c05ba1efcb4daaf29cc17ccj
May be upstreamed at some point.
2021-02-13 17:01:25 -05:00
Henrik Lissner
cf5b7adb63
Merge pull request #4605 from Dieken/dump-adaptive-wrap-0.8
...
bump adaptive-wrap
2021-02-12 23:02:55 -05:00
Henrik Lissner
6ea11d0c94
Bump :term
...
akermu/emacs-libvterm@fb12d7f -> akermu/emacs-libvterm@a3fadd2
akreisher/eshell-syntax-highlighting@6cc32ee -> akreisher/eshell-syntax-highlighting@172c9fb
2021-02-11 22:31:17 -05:00
Henrik Lissner
a9da1fcdeb
Bump :tools
...
DamienCassou/auth-password-store@aa7f171 -> DamienCassou/auth-password-store@468bba2
NicolasPetton/pass@a095d24 -> NicolasPetton/pass@5651da5
Silex/docker.el@3773112 -> Silex/docker.el@0ca910b
charignon/github-review@db72374 -> charignon/github-review@d0c8234
editorconfig/editorconfig-emacs@d73333c -> editorconfig/editorconfig-emacs@f830b86
emacs-lsp/dap-mode@c52c1a5 -> emacs-lsp/dap-mode@5450af5
emacs-lsp/lsp-mode@62cd1b2 -> emacs-lsp/lsp-mode@3ca25e6
emacs-straight/project@f743ca2 -> emacs-straight/project@2e7afbe
magit/forge@e340c2b -> magit/forge@8683b14
magit/magit@2145477 -> magit/magit@62dfe5a
millejoh/emacs-ipython-notebook@917f2a0 -> millejoh/emacs-ipython-notebook@069e54c
purcell/envrc@18caf51 -> purcell/envrc@a7c6ca8
rejeep/prodigy.el@6ae71f2 -> rejeep/prodigy.el@168f5ac
spotify/dockerfile-mode@6a56c1c -> spotify/dockerfile-mode@58b7380
tmalsburg/helm-bibtex@1bb81d7 -> tmalsburg/helm-bibtex@94807a3
tumashu/posframe@8097276 -> tumashu/posframe@3454a4c
2021-02-11 22:13:22 -05:00
Yubao Liu
404b994caf
Bump adaptive-wrap
...
emacs-straight/adaptive-wrap@8f60ee7 -> emacs-straight/adaptive-wrap@91e939b
Handle non-symbol values of `face` property and don't require `easymenu`
2021-02-12 11:12:45 +08:00
Henrik Lissner
8635fc78bc
Bump :editor
...
DogLooksGood/parinfer-mode@91856b9 -> DogLooksGood/parinfer-mode@8659c99
abo-abo/lispy@5c8a59a -> abo-abo/lispy@38a7df4
emacs-evil/evil-collection@e6824e2 -> emacs-evil/evil-collection@334670e
emacsorphanage/god-mode@f51c8f6 -> emacsorphanage/god-mode@02a402b
gabesoft/evil-mc@7dfb2ca -> gabesoft/evil-mc@f04fb17
hlissner/doom-snippets@33eb93b -> hlissner/doom-snippets@aa5587b
magnars/multiple-cursors.el@83abb05 -> magnars/multiple-cursors.el@a9d7764
noctuid/lispyville@0f13f26 -> noctuid/lispyville@89316f0
redguardtoo/evil-nerd-commenter@563cdc1 -> redguardtoo/evil-nerd-commenter@2730820
2021-02-11 22:05:21 -05:00
Henrik Lissner
06c13d9a0c
term/eshell: bind C-l to eshell/clear
...
Closes #4615
2021-02-11 22:05:17 -05:00
Henrik Lissner
36a63d1613
Fix #4614 : evil-mc not propagating visual-beg-of-line
...
...to all cursors, because it wasn't whitelisted.
2021-02-11 22:03:44 -05:00
Henrik Lissner
768160b001
Don't reload repo buffer modes after closing magit
...
Mentioned in #4640
2021-02-11 17:46:22 -05:00
Junwei Wang
bf5f3c5643
Fix latex item indent ignore LaTeX item indent
( #4516 )
...
* Fix latex item indent ignore `LaTeX item indent`
* Correct indentation & hanging braces
Co-authored-by: Henrik Lissner <accounts@v0.io>
2021-02-11 17:34:10 -05:00
Henrik Lissner
953f9246df
Fix RET/TAB in gist-list-menu-mode
2021-02-11 13:54:35 -05:00
Henrik Lissner
e08c5f537e
Fix #4623 : tangle to config.el by default
...
Only uses this if no compile destination is specified in header or src
block parameters.
2021-02-07 23:57:44 -05:00
Henrik Lissner
d858126894
Bump :lang common-lisp
...
joaotavora/sly@68561f1 -> joaotavora/sly@3278819
Fixes #4629
2021-02-07 23:55:01 -05:00
Henrik Lissner
426c50d61b
Bump :app :config
...
abo-abo/avy@bbf1e73 -> abo-abo/avy@e92cb37
jorgenschaefer/circe@d98986c -> jorgenschaefer/circe@265f36c
kidd/org-gcal.el@2cad2d8 -> kidd/org-gcal.el@0a6f9a7
noctuid/link-hint.el@e897897 -> noctuid/link-hint.el@09ba572
skeeto/elfeed@7b2b6fa -> skeeto/elfeed@362bbe5
2021-02-07 23:53:58 -05:00
Henrik Lissner
1aad52c334
Merge pull request #4633 from daanturo/enable-ivy-rich-cache
...
Enable `ivy-rich-project-root-cache-mode`.
2021-02-07 23:53:44 -05:00
Henrik Lissner
0ab452980a
Merge pull request #4631 from samwhitlock/me_dev
...
Enabling user config override for org-id-locations-file
2021-02-07 23:53:24 -05:00
Henrik Lissner
6fc91fd615
Merge pull request #4630 from tecosaur/app/everywhere
...
New module, :app everywhere
2021-02-07 23:53:04 -05:00
Henrik Lissner
d9c6ec965e
Merge pull request #4627 from cfeckardt/better-cider-debug
...
[feature] Better CIDER debugging
2021-02-07 23:52:17 -05:00
Henrik Lissner
491e2d78b9
Merge pull request #4626 from kcurtet/develop
...
Add ielm-mode to lispy module
2021-02-07 23:52:05 -05:00
Henrik Lissner
bfe035cb42
Merge pull request #4564 from NathanLovato/gdscript/add-shortcuts
...
Add shortcuts and descriptions for GDScript module
2021-02-07 23:51:48 -05:00
daanturo
ba02790ba0
Enable ivy-rich-project-root-cache-mode
.
2021-02-08 11:43:17 +07:00
TEC
74613c25e2
New module, :app everywhere
2021-02-08 09:22:25 +08:00
Sam Precious
f5b7df9694
Merge remote-tracking branch 'upstream/develop' into develop
2021-02-07 15:34:43 +00:00
Sam Whitlock
cf523eb4dd
Enabling user config override for org-id-locations-file
...
The use case: if a user has their org directory stored in a synced
location (e.g. dropbox), this file is the same on all machines and is
almost always conflicted.
This change enables users to override this in the :init section of their
config (or otherwise before org loading) and that the
+org-init-org-directory-h hook will detect an override.
2021-02-07 13:16:06 +01:00
Fredrik Eckardt
b1880372af
[feature] Better CIDER debugging
...
* Maps cider-debug-at-point to "localleader d d"
* Overrides evil keybindings to not interfere with the cider--debug-mode
bindings during the debug session
2021-02-07 02:38:27 +00:00
Kevin Curtet
c4e0cf15dd
Merge branch 'develop' of github.com:hlissner/doom-emacs into develop
2021-02-06 23:32:17 +01:00
Kevin Curtet
9c7508c181
Add ielm-mode to lipsy module hooks
2021-02-06 23:31:32 +01:00
Henrik Lissner
16a495c97d
Fix #4548 : global TAB overwritten by evil keybind
2021-02-06 06:54:18 -05:00
Henrik Lissner
45b68e46ee
Bump :tools lsp debugger
...
emacs-lsp/dap-mode@612388d -> emacs-lsp/dap-mode@c52c1a5
emacs-lsp/lsp-mode@dbfbe1a -> emacs-lsp/lsp-mode@62cd1b2
emacs-lsp/lsp-ui@94673cd -> emacs-lsp/lsp-ui@732992a
emacs-straight/project@a1997af -> emacs-straight/project@f743ca2
joaotavora/eglot@4c85df2 -> joaotavora/eglot@398b81e
tumashu/posframe@efd7ea4 -> tumashu/posframe@8097276
Fixes #4621
2021-02-06 04:51:11 -05:00
Henrik Lissner
95a603733a
Add +lsp-prompt-to-install-server option
...
If nil, LSP will quietly fail if no LSP server is available instead of
pestering the user to install a server.
2021-02-05 21:53:06 -05:00
Henrik Lissner
61a6be264e
Associate *.es6 files with js2-mode
2021-02-05 04:45:53 -05:00
Sam Precious
d5d241b36e
Merge remote-tracking branch 'upstream/develop' into develop
...
merge upsteam
2021-02-04 18:51:12 +00:00
Henrik Lissner
d62c82ddbe
Merge pull request #4609 from brorbw/develop
...
Fixes typo in rust readme.org
2021-02-04 07:41:54 -05:00
Henrik Lissner
a178b377a0
Fix eval commands in nix-shell files
2021-02-04 07:32:26 -05:00
Henrik Lissner
15d85a5c74
Fix nix-mode for nix-shell shell scripts
...
Wasn't correctly detecting the interpreter argument for nix-shell
shebangs. It must be done in two parts in case cached-nix-shell is
used (which means the shebang will span 2+ lines).
2021-02-04 07:32:26 -05:00
Henrik Lissner
56c5497a29
Merge pull request #4604 from Janfel/patch-1
...
Fix interactive doom/retab.
2021-02-04 07:28:21 -05:00
Henrik Lissner
57b22c4edc
Merge pull request #4606 from justjoheinz/fix-common-lisp-doctor
...
Extract program name from inferior-lisp-program
2021-02-04 07:27:03 -05:00
Misaka
5dedf00811
Fix find file in private config for emacs bindings
2021-02-04 16:06:56 +08:00
Bror Winther
5a98fa2748
Fixes typo in modules/lang/rust/README.org
2021-02-04 05:03:51 +01:00
Markus Klink
f978913e40
Extract program name from inferior-lisp-program
...
Many users of sly also use roswell and set the inferior-lisp-program to
values like "ros run" or "ros -Q run". This is not detected correctly by
executable-find. Hence we try to extract the first part of the program
name.
2021-02-02 15:03:54 +01:00
Janfel
6c163d77d9
Fix +evil:retab
2021-02-02 02:38:12 +01:00
Henrik Lissner
48273faa82
lang/php: expand on dependencies in README
...
And mention @prettier/plugin-php, as a dependency of php-cs-fixer.
Fixes #3081
2021-01-31 20:41:17 -05:00