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
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
d858126894
Bump :lang common-lisp
...
joaotavora/sly@68561f1 -> joaotavora/sly@3278819
Fixes #4629
2021-02-07 23:55:01 -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
d9c6ec965e
Merge pull request #4627 from cfeckardt/better-cider-debug
...
[feature] Better CIDER debugging
2021-02-07 23:52:17 -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
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
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
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
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
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
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
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
Nathan Lovato
aecd60cfab
Add shortcuts and descriptions for GDScript module
2021-01-23 15:18:48 -06: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
Henrik Lissner
2bcb3480e8
Merge pull request #4488 from NathanLovato/markdown-keybindings-1
...
Markdown: add keymap for insert commands
2021-01-09 03:23:44 -05:00
Henrik Lissner
4d5f6f7514
Merge pull request #4503 from nbfalcon/bugfix/elisp-eldoc-unbound-symbol-error
...
Emacs-lisp eldoc: fix error if symbol unbound
2021-01-09 03:23:33 -05:00
Henrik Lissner
b98476e1fd
Bump :lang org
...
Kungsgeten/org-brain@1ae4fd4 -> Kungsgeten/org-brain@f7939ef
abo-abo/org-download@42ac361 -> abo-abo/org-download@97bec74
alf/ob-restclient.el@f7449b2 -> alf/ob-restclient.el@0ebfc7c
bastibe/org-journal@14ce011 -> bastibe/org-journal@c083648
emacs-straight/org-mode@7c8dce7 -> emacs-straight/org-mode@6b83c6e
emacsorphanage/gnuplot@f0001c3 -> emacsorphanage/gnuplot@116cad8
fuxialexander/org-pdftools@3c2b9a4 -> fuxialexander/org-pdftools@bcf0084
kaushalmodi/ox-hugo@f24c9bd -> kaushalmodi/ox-hugo@6bc8ee0
oer/org-re-reveal@0062756 -> oer/org-re-reveal@47339ef
org-roam/org-roam@be95b42 -> org-roam/org-roam@15d864a
takaxp/org-tree-slide@18034c4 -> takaxp/org-tree-slide@d6e8e91
Fixes #4506 : org-mode bump fixes broken id linking functionality.
Fixes #4505 : addresses org-roam/org-roam#1341 .
Co-authored-by: RBckmnn <RBckmnn@users.noreply.github.com>
2021-01-09 03:20:09 -05:00
Henrik Lissner
cfb8a866dc
Bump :core
...
Fuco1/smartparens@7f5825d -> Fuco1/smartparens@63695c6
bbatsov/projectile@d1cfad0 -> bbatsov/projectile@c31bd41
domtronn/all-the-icons.el@6917b08 -> domtronn/all-the-icons.el@9aa16ae
iqbalansari/restart-emacs@e570749 -> iqbalansari/restart-emacs@1607da2
jscheid/dtrt-indent@a7ade6d -> jscheid/dtrt-indent@854b9a1
justbur/emacs-which-key@ca268fd -> justbur/emacs-which-key@428aedf
jwiegley/use-package@caa92f1 -> jwiegley/use-package@365c73d
raxod502/straight.el@3277e1c -> raxod502/straight.el@a32c97c
+ Closes #4513
+ Fixes (wrong-number-of-arguments (3 . 4) 2) error for users on Emacs
HEAD (see bbatsov/projectile#1635 ).
+ package! :build semantics have changed due to upstream changes. What
was :build is now :pre-build. What was :no-build is now :build nil.
+ Now we must be careful not to auto-disable the "use-package" psuedo
theme. It is used as a place to store :custom assignments without them
being saved to custom.el.
2021-01-09 02:55:09 -05:00
Henrik Lissner
c8bfbda556
Make anaconda & pipenv integrations remote-aware
...
Resolve paths to pipenv and python-shell-interpreter on the remote if
over tramp.
2021-01-09 02:55:09 -05:00
Nikita Bloshchanevich
b12df73cc1
Emacs-lisp eldoc: fix error if symbol unbound
...
`+emacs-lisp-append-value-to-eldoc-a' `error's if the symbol isn't
bound, because `symbol-value' errors in that case. Fix that bug by only
modifying the result of `elisp-get-var-docstring' if the symbol is
bound.
2021-01-04 12:08:53 +01:00
Henrik Lissner
12d8691fa8
Fix #4460 : simplify +org--strip-properties-from-outline-a
...
Link cleanup is done upstream, in org, so we don't have to.
2021-01-03 22:37:51 -05:00
Nathan Lovato
c63eceb43b
Markdown: add keymap for insert commands
2021-01-03 18:48:33 -06:00
Seth Mason
d075081899
Add cider pprint to local map. ( #4461 )
...
* Add cider-pprint defuns to local map.
Add the `cider-pprint-*` defuns to `<localleader> p`.
* Merge hanging paren
Co-authored-by: Seth Mason <seth@sethmason.com>
Co-authored-by: Henrik Lissner <accounts@v0.io>
2021-01-03 18:43:44 -05:00
Henrik Lissner
7d14ae884a
Merge pull request #4467 from iwahbe/racket-over-scheme-alist
...
Disable scheme-mode for .rkt files if :lang racket
2021-01-03 18:43:29 -05:00
Henrik Lissner
d635ab88d3
Merge pull request #4470 from zzamboni/org/check-org-download-executables
...
Add checks for executables needed by org-download
2021-01-03 18:43:20 -05:00
Henrik Lissner
83d416ae78
Merge pull request #4476 from ejez/fix-company-backends
...
Fix company backends for text and org modes
2021-01-03 18:41:13 -05:00
Henrik Lissner
3af185a05b
Bump :lang clojure
...
clojure-emacs/cider@ef47c1d -> clojure-emacs/cider@1a34f89
clojure-emacs/clj-refactor.el@6db85b3 -> clojure-emacs/clj-refactor.el@9dcc50d
Closes #4479
2021-01-03 18:17:16 -05:00
Henrik Lissner
2849efdf2e
lang/lua: update README & refactor
...
Mentioned in #4462
2021-01-03 17:07:42 -05:00
Shon Feder
96f7dfd5ac
Update symbol lookup binding
2021-01-01 14:22:21 -05:00
Shon Feder
05e9e72d5b
Add missing space between gd key sequence
2021-01-01 14:04:57 -05:00
Shon Feder
52c5449659
Update to document localleader instead of SPC m
2021-01-01 14:04:19 -05:00
ejez
2465539e19
Fix company backends for text and org modes
2020-12-25 09:44:18 +03:00
Diego Zamboni
51e3e37f7e
Add checks for executables needed by org-download
...
- Added platform-dependent checks for some of the executables needed for
org-download-clipboard to work.
- Fixed a typo in one of the error messages for org-roam.
2020-12-23 17:34:04 +01:00
Ian Wahbe
93ca926664
Disable scheme-mode for .rkt files if :lang racket
2020-12-22 15:39:05 -08:00
Henrik Lissner
3967d6001b
Comment/docstring revision
2020-12-18 16:10:06 -05:00
Henrik Lissner
f2d71ae8fe
Fix #4419 : suppress large-file message in org-agenda buffers
2020-12-18 16:08:58 -05:00
Henrik Lissner
eca50f4766
Fix #4446 : activate org-fancy-priorities-mode in org-agenda
2020-12-18 16:05:31 -05:00
Alois Janíček
715c736815
Prioritize company-capf back-end in org-journal
...
This allows functionality like completion of org-roam items seamlessly
work in org-journal-mode files too.
Same setting is already set for org-mode itself.
2020-12-15 01:48:14 +01:00
Henrik Lissner
a4392b2c0d
Fix #4431 : don't use // in [JT]SX markup
2020-12-14 16:50:40 -05:00
Henrik Lissner
5827985085
Don't increase gc-cons-threshold in org-mode
...
This was likely unnecessary and may be the cause of recent reports of
slowness/freezing over time.
2020-12-14 01:11:45 -05:00
brotzeit
cd37300cc0
Bump :lang rust
...
brotzeit/rustic@91ad5db -> brotzeit/rustic@f7d5ac0
2020-12-13 15:13:19 +00:00