Henrik Lissner
f4d5953be5
Fix indentation
2020-02-09 14:55:44 -05:00
Johan Thorén
f01b03a73f
Fix list passed as argument to executable-find
...
Previously, a list would be passed as an argument to 'executable-find' in '+ledger--check-version-a'.
This instead passes "hledger" as an argument if found, else "ledger".
2020-02-09 14:32:19 +01:00
Remco Verhoef
7fe392d946
add benchmark bindings (,tbs and ,tba)
...
go supports running benchmarks much similar to running tests,
the new key bindings will run single or all benchmark
2020-02-09 10:58:49 +01:00
Henrik Lissner
73c893ba35
lang/ledger: refactor & use hledger by default
2020-02-08 20:53:50 -05:00
Henrik Lissner
724413d88f
Bind C-RET -> ess-eval-line in normal mode
...
And reformat ess keybinds.
2020-02-08 18:13:00 -05:00
Henrik Lissner
49c7cf8172
Resolve major mode for (cached)-nix-shell scripts
2020-02-08 07:14:54 -05:00
yoavm448
afe819e2a1
Use map! for nilling out cdlatex's keymap
...
I previously thought this didn't work, but it seems to now...?
2020-02-08 00:37:13 +02:00
Tej Chajed
eabbae7e39
Remove redundant title
2020-02-07 16:23:31 -05:00
yoavm448
883a326e87
Add cdlatex support in latex: +cdlatex
...
cdlatex has 4 main functionalities:
+ Math and environments snippets: I've disabled these in favor of
yasnippet when using :editor snippets by just unbinding the TAB in
cdlatex's keymap
+ Auto insertion of closing delimiters: disabled in favor of smartparens
+ Fast insertion for some macros: `a becomes \alpha. Kept as-is
+ Fast accent insertion: a'~ becomes \tilde{a}. Kept as-is
I also updated the docs, and added a section explaining how to re-enable
cdlatex's snippets despite having yasnippet.
2020-02-07 13:06:14 +02:00
Henrik Lissner
6d8d8a3d42
Bump org-mode, org-download, org-re-reveal, org-journal, ox-hugo
...
emacs-straight/org-mode@cd1014a -> emacs-straight/org-mode@ec6d01f
abo-abo/org-download@aad18ae -> abo-abo/org-download@7040188
oer/org-re-reveal@29bc467 -> oer/org-re-reveal@14df754
bastibe/org-journal@cf0f153 -> bastibe/org-journal@128f053
kaushalmodi/ox-hugo@0530645 -> kaushalmodi/ox-hugo@a80b250
Fixes #2499
2020-02-07 03:39:43 -05:00
Henrik Lissner
640cee3b26
Fix no such file errors when quitting emacs
...
Because org-id-locations-file cannot be read/written to.
2020-02-06 22:31:36 -05:00
Janfel
2322bff412
Fix typo: ffap-list -> ffap-alist
2020-02-07 01:35:46 +01:00
Henrik Lissner
8243c86f40
Bump haskell-mode, dante & intero
...
haskell/haskell-mode@3cf99d7 -> haskell/haskell-mode@4a87d72
chrisdone/intero@30d8e73 -> chrisdone/intero@fdb0550
jyp/dante@3e532e8 -> jyp/dante@4955bc7
2020-02-06 17:17:05 -05:00
Henrik Lissner
eca387d670
Refactor +lookup/file & update :file handlers
...
+ Removed idris-mode's file handler. It doesn't do what I thought it
did.
+ Fix markdown-follow-thing-at-point file handler creating empty buffer.
2020-02-06 16:55:28 -05:00
Henrik Lissner
22bf716e43
Fix gf/find-file-at-point in c-mode
2020-02-06 16:55:28 -05:00
Henrik Lissner
1910453e29
The byte-compiler ate my baby
2020-02-06 16:55:27 -05:00
Henrik Lissner
a4293b53a1
Enable rustic-clippy checker in LSP's absence
2020-02-06 15:20:42 -05:00
Henrik Lissner
450eed7268
Bump to vspinu/company-math@a796053
...
From vspinu/company-math@600e494
2020-02-06 15:20:39 -05:00
Henrik Lissner
53f1293955
Bump to seagle0128/grip-mode@1a61bb7
...
From seagle0128/grip-mode@cbf20fd
2020-02-06 15:19:58 -05:00
Henrik Lissner
06c604503a
Don't auto-fill in latex math/markdonw code blocks
...
Fixes #2453
2020-02-03 13:28:05 -05:00
Henrik Lissner
047ea8dab5
Update & fix org-tree-slide-mode integration
2020-02-02 16:02:28 -05:00
Tej Chajed
34f205c4da
Address issues from code review
2020-02-02 14:10:42 -05:00
Henrik Lissner
abe297b6fc
Merge pull request #2465 from sei40kr/ess-r-lsp
...
lang/ess: add +lsp support for ESS R
2020-02-02 13:58:27 -05:00
Tej Chajed
0c08143a22
Add fstar module
2020-02-02 10:41:46 -05:00
Seong Yong-ju
48b4847db3
Call lsp! in ess-r-mode-local-hook
2020-02-02 17:26:28 +09:00
Henrik Lissner
a14e3afc10
Fix async lookup handlers for tuareg-mode #2394
2020-02-02 03:16:53 -05:00
Henrik Lissner
07f4a82b1e
Merge pull request #2454 from sei40kr/improve-solidity
...
Improve solidity layer
2020-02-02 02:44:05 -05:00
Henrik Lissner
7224f0870a
lang/common-lisp: add *sly-description* popup rule
2020-02-02 02:02:50 -05:00
Henrik Lissner
cb86fd046c
lang/common-lisp: SPC m {m,M} -> sly macroexpand
...
macrostep-expand was the wrong command (and plugin).
2020-02-02 02:01:40 -05:00
Seong Yong-ju
abd12a0515
Make the LSP lookup handler fallback to ESS
2020-02-02 12:02:24 +09:00
Seong Yong-ju
1158412ae8
Fix a typo: sevral -> several
2020-02-02 12:00:36 +09:00
Seong Yong-ju
d496f27741
Add LSP support for ESS R
2020-02-01 17:06:15 +09:00
Henrik Lissner
88e828d1f3
Add +lsp flag to lang/elm
...
Closes #2460
2020-01-31 16:18:16 -05:00
Henrik Lissner
334f98ea52
Bump to brotzeit/rustic@da3820d
...
brotzeit/rustic#90 was merged.
2020-01-31 13:01:57 -05:00
Henrik Lissner
c9498d6ba3
Revert to brotzeit/rustic@a6b8cd8
...
Until brotzeit/rustic#90 is merged.
2020-01-30 17:38:08 -05:00
Henrik Lissner
ff4a9c1d4e
Bump to endofunky/bundler.el@43efb6be4e
...
Reverts 87b33c416
Closes #2421
2020-01-29 16:37:02 -05:00
Arnaud Rebts
5837155df5
Bump to brotzeit/rustic@124e028 ( #2452 )
...
* Bump to brotzeit/rustic@124e028
Rustic was broken because of brotzeit/rustic#88
* Use longer SHA
Co-authored-by: Henrik Lissner <accounts@v0.io>
2020-01-29 12:34:39 -05:00
Seong Yong-ju
f31840ac9e
Improve solidity layer
...
Enable +javascript-npm-mode in solidity-mode when package.json exists.
Set docsets for solidity-mode.
2020-01-29 23:59:45 +09:00
Henrik Lissner
c5d6e6267c
Bump to brotzeit/rustic@c7cab3f
...
My rust advice can be simplified thanks to brotzeit/rustic#87 being
merged.
2020-01-28 20:47:45 -05:00
Henrik Lissner
9e8e051891
Merge pull request #2442 from dsdshcym/add-missing-entities-to-web-entities-list
...
Add {little,greater}-than to +web-entities-list
2020-01-27 23:59:53 -05:00
Yiming Chen
d329ff2a30
Add {little,greater}-than to +web-entities-list
2020-01-28 12:17:51 +08:00
Henrik Lissner
b9f823bfa2
Autoload org-download-{yank,screenshot}
...
Fixes #2429
2020-01-27 17:04:29 -05:00
Henrik Lissner
743c03f608
Bind 'SPC m a c' to org-download-screenshot #2429
2020-01-26 15:12:14 -05:00
Henrik Lissner
827225e331
Fix #2429 : replace defunct attach: links w/ download:
...
Forgot that support for attach: links were removed some time ago, but I
still want short org-download links, so I've added 'download:' links.
2020-01-26 02:20:39 -05:00
Henrik Lissner
786dec3e50
Remove Inbox heading on org journal capture template
2020-01-25 19:02:01 -05:00
Henrik Lissner
a9402cfb55
Fix #2373 : bring back package pinning
...
This needs some serious refactoring...
2020-01-25 19:02:00 -05:00
Nikodemus Siivola
8332daccee
make +org--insert-item respect emacs-mode
...
No change of behaviour in non-emacs modes, but in emacs-mode stays there
instead of switching to insert-mode.
2020-01-25 19:38:33 +02:00
Henrik Lissner
87b33c4161
Fix #2421 : replace bundler with fork
...
Until endofunky/bundler.el#25 is merged
2020-01-24 19:44:53 -05:00
Dan LaManna
00e2f2cc6f
lang/python: add additional checks
2020-01-24 12:25:01 -05:00
Henrik Lissner
49636beb21
Update lang/sh readme to new format #1166
2020-01-24 05:16:09 -05:00