Commit Graph

3342 Commits

Author SHA1 Message Date
d62c82ddbe Merge pull request #4609 from brorbw/develop
Fixes typo in rust readme.org
2021-02-04 07:41:54 -05:00
a178b377a0 Fix eval commands in nix-shell files 2021-02-04 07:32:26 -05:00
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
5a98fa2748 Fixes typo in modules/lang/rust/README.org 2021-02-04 05:03:51 +01:00
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
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
589e5a37af Associate flake.lock with json-mode/js-mode 2021-01-27 03:35:47 -05:00
e538109635 Merge pull request #4370 from benneti/patch-2
org: jupyter prerequisites
2021-01-27 02:46:14 -05:00
d0e7451de8 Merge pull request #4533 from danlamanna/fix-module-404s
Fix various broken links
2021-01-27 02:42:40 -05:00
d295a04f04 Merge pull request #4520 from shonfeder/update-ocaml-bindings-docs
Update ocaml bindings docs
2021-01-27 02:40:47 -05:00
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
1c8451e509 Move docs/api.org to emacs-lisp module 2021-01-18 17:45:29 -05:00
08354f3316 Fix various broken links 2021-01-17 15:08:21 -05:00
2bcb3480e8 Merge pull request #4488 from NathanLovato/markdown-keybindings-1
Markdown: add keymap for insert commands
2021-01-09 03:23:44 -05:00
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
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
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
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
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
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
c63eceb43b Markdown: add keymap for insert commands 2021-01-03 18:48:33 -06:00
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
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
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
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
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
2849efdf2e lang/lua: update README & refactor
Mentioned in #4462
2021-01-03 17:07:42 -05:00
96f7dfd5ac Update symbol lookup binding 2021-01-01 14:22:21 -05:00
05e9e72d5b Add missing space between gd key sequence 2021-01-01 14:04:57 -05:00
52c5449659 Update to document localleader instead of SPC m 2021-01-01 14:04:19 -05:00
2465539e19 Fix company backends for text and org modes 2020-12-25 09:44:18 +03:00
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
93ca926664 Disable scheme-mode for .rkt files if :lang racket 2020-12-22 15:39:05 -08:00
3967d6001b Comment/docstring revision 2020-12-18 16:10:06 -05:00
f2d71ae8fe Fix #4419: suppress large-file message in org-agenda buffers 2020-12-18 16:08:58 -05:00
eca50f4766 Fix #4446: activate org-fancy-priorities-mode in org-agenda 2020-12-18 16:05:31 -05:00
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
a4392b2c0d Fix #4431: don't use // in [JT]SX markup 2020-12-14 16:50:40 -05:00
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
cd37300cc0 Bump :lang rust
brotzeit/rustic@91ad5db -> brotzeit/rustic@f7d5ac0
2020-12-13 15:13:19 +00:00
2e61fbbf08 Fix #4407: regression in +markdown-flyspell-word-p
Preventing misspelled words from being highlighted.

May address #4420
2020-12-13 00:21:10 -05:00
09ac5a48c1 Add org-export-async-debug to debug vars 2020-12-12 15:56:36 -05:00
91ced79975 Merge pull request #4409 from icmor/develop
Add "python3" to possible names for the python binary
2020-12-12 13:49:05 -05:00
784acaa64d Set ligratures for csharp-mode 2020-12-12 22:10:24 +03:30
621cb60e75 Workaround: fix goto definition on modules
`+emacs-lisp-lookup-definition' does not work when browsing the directory of a
module, because, due to a possible bug in `counsel', the visited buffer is not
immediately visible after calling `counsel-find-file' (unlike with `find-file').
As such, the backend should return `deferred' for that case.

See abo-abo/swiper#2752. This should be removed once that PR is merged.
2020-12-12 13:21:26 +01:00
09f3597069 Update link for nose.el
Switched from melpa -> emacsmirror.
2020-12-12 01:01:45 -05:00
7053bfbeb7 Add "python3" to possible names for the python binary
Followed lang/python/config.el which already checks for python3
when setting the python-shell-interpreter.

Python version naming is a hot mess:
https://www.python.org/dev/peps/pep-0394/
2020-12-12 00:55:43 -05:00
d149c59d2e Add emacs mode checks to insert mode checks
This is to accommodate users who default to emacs mode, rather than
insert mode. The two are also very alike, so many of these checks should
apply to both (almost) equally.
2020-12-11 17:38:09 -05:00
c9dff2f957 Bump :lang javascript
mooz/js2-mode@ffb7099 -> mooz/js2-mode@f7816bd

Added support for logical assignment operators in mooz/js2-mode@f7816bd

Closes #4398
2020-12-09 17:19:07 -05:00
a7546bcea9 implement requested changes 2020-12-07 10:32:37 +01:00