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 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
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
Henrik Lissner
8566cfac7b
Bump evil-collection, vterm
...
emacs-evil/evil-collection@ffbf149 -> emacs-evil/evil-collection@e6824e2
akermu/emacs-libvterm@101ff86 -> akermu/emacs-libvterm@fb12d7f
Closes #4591
Co-authored-by: Michael Lingelbach <mjlbach@users.noreply.github.com>
2021-01-31 04:30:48 -05:00
datool
20c6246313
Remap describe-symbol
to counsel-describe-symbol
. ( #4593 )
...
* Remap `describe-symbol` to `counsel-describe-symbol` .
"SPC h o" now uses `counsel-describe-symbol` instead of plain `helpful-symbol` (maybe with completion) to get input.
* Remove counsel-describe-symbol-function change
Co-authored-by: Henrik Lissner <henrik@lissner.net>
2021-01-30 18:24:25 -05:00
Henrik Lissner
334e054ab0
Read username from git config github.user
...
Falls back to user-login-name otherwise.
2021-01-28 21:23:07 -05:00
Shane Mook
c7029731d1
Updated projectile-project-search-path to use the correct arguments when
...
calling message and projectile-discover-projects-in-directory.
2021-01-28 18:51:42 -06:00
Henrik Lissner
589e5a37af
Associate flake.lock with json-mode/js-mode
2021-01-27 03:35:47 -05:00
Henrik Lissner
e538109635
Merge pull request #4370 from benneti/patch-2
...
org: jupyter prerequisites
2021-01-27 02:46:14 -05:00
Henrik Lissner
59d3d26901
Merge pull request #4530 from razzmatazz/evil--insert-newline-fix-within-a-comment
...
Fix +evil--insert-new-line advice when opening new line inside a comment
2021-01-27 02:44:34 -05:00
Henrik Lissner
d0e7451de8
Merge pull request #4533 from danlamanna/fix-module-404s
...
Fix various broken links
2021-01-27 02:42:40 -05:00
Henrik Lissner
d295a04f04
Merge pull request #4520 from shonfeder/update-ocaml-bindings-docs
...
Update ocaml bindings docs
2021-01-27 02:40:47 -05:00
JerryChu
5dbaa98159
Merge branch 'develop' into fix-msys2-path
2021-01-25 13:50:07 +08:00
Henrik Lissner
4aed841c32
Bump :lang python
...
cython/cython@21b4e53 -> cython/cython@17e03b8
emacs-lsp/lsp-pyright@d9e7d3c -> emacs-lsp/lsp-pyright@71ff088
emacs-lsp/lsp-python-ms@c4ebc7a -> emacs-lsp/lsp-python-ms@5470ada
jorgenschaefer/pyvenv@0bf4b87 -> jorgenschaefer/pyvenv@9b3678b
necaris/conda.el@9f7eea1 -> necaris/conda.el@dce431b
pwalsh/pipenv.el@b730bb5 -> pwalsh/pipenv.el@f516a1a
pythonic-emacs/anaconda-mode@39b1cf8 -> pythonic-emacs/anaconda-mode@b1875a5
wbolster/emacs-python-pytest@4a1c4c8 -> wbolster/emacs-python-pytest@3fadf1f
Fix #4496 : "__init__() takes from 1 to 2 positional arguments but 5
positional arguments (and 1 keyword-only argument" error from old
version of anaconda.
2021-01-23 18:50:21 -05:00
Henrik Lissner
2e088e7945
More feedback from +default/discover-projects
...
Log successes and failures to the echo area/*Messages* so we know the
command worked (or didn't).
2021-01-23 18:50:21 -05:00
Nathan Lovato
aecd60cfab
Add shortcuts and descriptions for GDScript module
2021-01-23 15:18:48 -06:00
JerryChu
b4fbafe451
Fix path separator in msys2
2021-01-21 14:10:14 +08:00
Henrik Lissner
2ad1eab6ee
Bump evil-collection
...
emacs-evil/evil-collection@e7be9f5 -> emacs-evil/evil-collection@ffbf149
Adds racket-describe keybinds
2021-01-18 19:59:18 -05:00
Henrik Lissner
b6d8a98402
Fix +ivy--set-jump-point-maybe-h: wrong-type-argument markerp
2021-01-18 19:59:18 -05:00
Henrik Lissner
75ac7be289
Fix package-lint warnings in elisp package template
2021-01-18 17:53:59 -05:00
Henrik Lissner
1c8451e509
Move docs/api.org to emacs-lisp module
2021-01-18 17:45:29 -05:00
Dan LaManna
08354f3316
Fix various broken links
2021-01-17 15:08:21 -05:00
Saulius Menkevicius
198712060a
Fix +evil--insert-new-line advice when opening new line inside a comment.
...
`comment-line-break-function` requires a single `soft-newlines` argument.
2021-01-17 15:53:23 +02:00
Henrik Lissner
b03fdabe4f
Bump posframe
...
tumashu/posframe@e1552c8 -> tumashu/posframe@efd7ea4
Fixes void-function fit-frame-to-buffer-1 errors.
2021-01-13 14:07:47 -05:00
Henrik Lissner
f587630e17
Use module instead of package detection
...
Otherwise, the dashboard will break if the user has perspective.el
installed, instead of persp-mode.
2021-01-11 02:41:44 -05:00
Henrik Lissner
042fd4d929
Fix obsolete case
alias compiler warnings
2021-01-10 04:56:40 -05:00
Henrik Lissner
1b6cf5777a
Fix void-variable eshell-modules-list
...
Only affected Emacs 26 users.
2021-01-10 04:49:00 -05:00
Henrik Lissner
f2035811db
Bump :ui
...
Alexander-Miller/treemacs@389bca1 -> Alexander-Miller/treemacs@559fa09
ema2159/centaur-tabs@b172646 -> ema2159/centaur-tabs@23eda0a
hlissner/emacs-doom-themes@74ebd77 -> hlissner/emacs-doom-themes@5adcc29
iqbalansari/emacs-emojify@4b96f37 -> iqbalansari/emacs-emojify@cfa0086
jabranham/mixed-pitch@d305108 -> jabranham/mixed-pitch@beb22e8
joostkremers/writeroom-mode@92c47df -> joostkremers/writeroom-mode@b648b34
jrblevin/deft@fca9ea0 -> jrblevin/deft@c4af448
seagle0128/doom-modeline@fb34eb5 -> seagle0128/doom-modeline@4956606
tarsius/hl-todo@0598b98 -> tarsius/hl-todo@9661a46
2021-01-09 21:40:32 -05:00