Commit Graph

2663 Commits

Author SHA1 Message Date
61fef37e4d Disable Customize option in org-capture 2020-02-27 00:47:30 -05:00
9f8cede4cd Merge pull request #2615 from yoavm448/develop
Set elisp lookups for helpful-mode
2020-02-26 17:48:45 -05:00
dbd0a84805 Don't use counsel-org-capture for +org-capture/open-frame 2020-02-26 17:34:59 -05:00
f543ed8c2e Set elisp lookup for helpful-mode 2020-02-26 23:29:32 +02:00
80845954f1 Don't uninstall cider when +lsp is enabled 2020-02-26 14:26:55 -05:00
39a12861ff Remove org-bookmark-heading (fix hash-table-p errors while refiling) 2020-02-26 13:02:19 -05:00
803ba23298 Allow lsp-clojure & cider to work together 2020-02-26 13:02:19 -05:00
78b4c6c5df Enable tuareg-mode minor modes on local-vars hooks
In time to read file/dir local variables.
2020-02-25 22:35:58 -05:00
f426623e4b Revert 3bb384f95 & improve ocaml comment continuation
Back to the default behavior because this implementation was too buggy.
Solution needs a rework.
2020-02-25 22:35:50 -05:00
a10f3e2670 Persist scala/sbt repl; don't delete it when popup closes 2020-02-25 20:49:26 -05:00
200fed337c Conform scala comment function to naming conventions 2020-02-25 20:47:37 -05:00
0ba5c574b9 Fix sbt REPL handler 2020-02-25 20:47:18 -05:00
3bb384f95c lang/ocaml: make asterix in continued comments optional 2020-02-25 20:03:33 -05:00
cb67aa00b9 Refactor lang/csharp 2020-02-25 20:03:14 -05:00
c3f3f83a79 Fix syntax error in modules/clojure/config.el 2020-02-25 20:00:44 +13:00
a426b73501 Bump :lang org
emacs-straight/org-mode@2096c9c -> emacs-straight/org-mode@30d0b6e
Kungsgeten/org-brain@8cb2efc -> Kungsgeten/org-brain@a062585
abo-abo/org-download@7040188 -> abo-abo/org-download@3c48102
bastibe/org-journal@128f053 -> bastibe/org-journal@dc120bf
kaushalmodi/ox-hugo@a80b250 -> kaushalmodi/ox-hugo@16f1b0c
2020-02-24 20:55:45 -05:00
d6c81b6877 Merge pull request #2437 from danlamanna/add-python-doctor-checks
lang/python: add additional checks
2020-02-24 20:45:23 -05:00
993ad257e3 Merge pull request #2580 from yuhan0/change-clj-linter
Change clojure linter to clj-kondo
2020-02-24 20:44:44 -05:00
743d8825ef Merge pull request #2586 from hackeryarn/remove-racket-smart-open-bracket-mode
Conditionally enable racket-smart-open-bracket-mode
2020-02-24 20:43:15 -05:00
7a02b61904 Merge pull request #2592 from karlicoss/fix-orgid
Construct org-id-locations-file using expand-file-name
2020-02-24 20:42:26 -05:00
eef260d713 Merge pull request #2593 from esoterick/update-go-docs-with-new-gocode
lang/go: replace mdempsky/gocode -> stamblerre/gocode
2020-02-24 20:42:06 -05:00
ca97300f84 Load sly-contribs immediately, after sly loads
To fix a load order issue with some sly plugins (like sly-macrostep) not
loading early enough, thus requiring the buffer be reloaded or reverted
to activate them.
2020-02-24 20:37:46 -05:00
a323ca9a22 mdempsky no longer maintains docode, updating to stamblerre 2020-02-24 11:17:22 -05:00
844d145f97 Construct org-id-locations-file using expand-file-name 2020-02-24 15:14:00 +01:00
acf6d5b78b Bump to agda/agda@74d9fd5
From agda/agda@e9e23b9
2020-02-23 16:55:01 -05:00
38ea138542 lang/clojure: add README #1166 2020-02-23 16:55:00 -05:00
887d127748 Conditionally enable racket-smart-open-bracket-mode 2020-02-23 15:36:16 -06:00
a65403011e lang/clojure: add +lsp support 2020-02-23 16:26:10 -05:00
b30f38ac06 Minor refactor & reformatting across the board 2020-02-23 15:42:43 -05:00
80c827119d Fix references to old rust-analyzer binary
Closes #2588
2020-02-23 15:42:36 -05:00
5a0657ed16 lang/python: use error! instead of assert! 2020-02-23 14:18:54 -05:00
a7b945be0e Revert cb86fd046c (restore macrostep-expand)
sly-macroexpand changes macrostep-expand to behavior correctly in CL
buffers.
2020-02-22 18:43:25 -05:00
3c8520b1fc Change clojure linter to clj-kondo 2020-02-22 15:26:01 +08:00
a0a7c34517 Revert to ox-reveal (remove org-re-reveal)
ox-reveal is maintained again, and org-re-reveal was
exhibiting (wrong-type-argument wholenump -1) errors in some corner
cases.
2020-02-21 14:58:14 -05:00
bd944634bc Fix defadvice! functions omitted from elisp imenu 2020-02-21 10:42:33 -05:00
a084318932 Prevent backtick auto-pairing before word/same 2020-02-21 00:39:06 -05:00
c62c3bc4cd Fix #2544: revert 5ecf206681 2020-02-20 20:30:43 -05:00
55e83da9e7 Don't kill haskell REPLs on ESC/C-g #2571 2020-02-20 20:30:43 -05:00
61ed90c273 Merge pull request #2351 from nam3less/feature-haskell-evil-integration
Correct behaviour of normal mode 'o' and 'O' in haskell-mode
2020-02-20 20:30:00 -05:00
799b093176 Merge pull request #2572 from msanders/develop
lang/ruby: Add detection for additional files
2020-02-20 20:25:48 -05:00
0e1a737127 Fix #2541: empty imenu list in rustic+rls buffers 2020-02-20 18:19:59 -05:00
cd3103b1be Bump to brotzeit/rustic@6dead0c
From brotzeit/rustic@da3820d

Due to changes upstream, users can no longer use lsp-rust-server to
switch to rust-analyzer with rustic-mode. Use rustic-lsp-server instead.
2020-02-20 18:19:45 -05:00
8a5ffc32f5 Bump to ProofGeneral/PG@2a17093
From ProofGeneral/PG@89829c2

Also removes pg-init hacks, as they no longer seem necessary after
ProofGeneral/PG@7371521

Hopefully fixes #2565
2020-02-20 16:55:19 -05:00
59cb9b4aba ruby-insert-encoding-magic-comment = nil
It is the default with enh-ruby-mode.

Also: refactor ruby-mode config out of enh-ruby-mode.
2020-02-20 15:25:38 -05:00
9efd703947 lang/ruby: Add detection for additional files
This adds support for podspecs used by Cocoapods, Brewfiles from
Homebrew Bundle, and Fastfiles from Fastlane.
2020-02-20 10:07:16 -08:00
10623868b8 Fix #2567: unbound js2-refactor keybinds 2020-02-19 23:41:39 -05:00
8a7763337d doom refresh -> doom sync
refresh isn't going anywhere, but sync will be the canonical command
here on out, because it is more appropriate for kind of work it will be
doing in the future.
2020-02-19 23:34:16 -05:00
f29d5ed034 lang/ruby: minor refactor 2020-02-19 23:04:21 -05:00
8e748ec567 Use enh-ruby-mode for ruby shell scripts
Instead of ruby-mode
2020-02-19 23:02:07 -05:00
1ab9f8b99d Fix commenting JS in web-mode 2020-02-19 19:03:46 -05:00