Commit graph

3238 commits

Author SHA1 Message Date
yoavm448
6bd7eb8639 Associate xhtml files with web-mode 2020-03-05 13:10:01 +02:00
chl
a5930a2187
Add polymode to handle RMarkdown and RNoweb files
As of ESS 19+, ess-noweb and ess-swv libraries are now obsolete, and
polymode should be used instead (https://emacs.stackexchange.com/a/17065).
2020-03-05 10:51:33 +01:00
brotzeit
8d05600f25 Bump lsp-mode & rustic
brotzeit/rustic@9939691 -> brotzeit/rustic@373f5a1
emacs-lsp/lsp-mode@2e6b748 -> emacs-lsp/lsp-mode@6a94356
2020-03-04 21:59:42 +01:00
Henrik Lissner
975f2e42f5
Merge pull request #2650 from otavioschwanck/bugfix/fix-spring-bug
Fix Spring bug on Ruby Rspec Mode
2020-03-03 12:27:36 -05:00
Henrik Lissner
c7be293ddd
Merge pull request #2463 from alexandergraul/add-rails
Add Rails support to Ruby module
2020-03-03 12:26:58 -05:00
Alexander Graul
28ce581ca4 Add Rails support to Ruby module
The +rails flag sets up projectile-rails as a minor mode for
enh-ruby-mode and, if enabled under :lang, web-mode. Projectile-rails
keybindings are under "<localleader> r".

robe-rails-refresh was moved to "<localleader> R".
2020-03-03 07:35:12 +01:00
Otávio Schwanck
3e2b251a96 fix sprint bug 2020-03-02 20:28:08 +00:00
Henrik Lissner
78f1621fda
file-exists-p -> file-writable-p for org-id-locations-file
The IDs file isn't much good to use if it isn't writable.
2020-03-01 23:36:33 -05:00
Henrik Lissner
ac477c2170
Alias md to markdown for babel blocks 2020-03-01 12:10:29 -05:00
Henrik Lissner
cdaa55b4db
Rename org-capture frame to doom-capture
To reduce likelihood of conflicts.
2020-03-01 01:39:14 -05:00
Henrik Lissner
698001900f
Refactor lang/rust lsp check 2020-02-29 19:09:50 -05:00
Henrik Lissner
aa627c7bbe
Bump :lang web
fxbois/web-mode@cd000fc -> fxbois/web-mode@d1b6660
2020-02-29 12:54:52 -05:00
Henrik Lissner
2ba21e5e8b
Bump :lang rust
brotzeit/rustic@6dead0c -> brotzeit/rustic@9939691
2020-02-29 12:48:06 -05:00
Henrik Lissner
ba58beffde
Bump :lang python
cython/cython@1bc86b5 -> cython/cython@f6bf6aa
emacs-lsp/lsp-python-ms@83ef84d -> emacs-lsp/lsp-python-ms@5d0c799
pythonic-emacs/anaconda-mode@1bc301b -> pythonic-emacs/anaconda-mode@10299bd
pythonic-emacs/company-anaconda@398fad1 -> pythonic-emacs/company-anaconda@a31354c
2020-02-29 12:38:09 -05:00
Henrik Lissner
83414d1227
Add/fix popup rules for org attach & export popups 2020-02-29 00:33:58 -05:00
Henrik Lissner
a938eb33e6
Fix #2626: associate *.rkt w/ racket-mode
geiser claims *.rkt for scheme-mode, but if :lang racket is enabled,
let's assume the user wants racket-mode instead.
2020-02-29 00:08:26 -05:00
Henrik Lissner
7cd9e55c8c
Merge pull request #2619 from karlicoss/patch-1
Adjust org-capture popup rule to exclude capture.org filename
2020-02-28 22:28:39 -05:00
Henrik Lissner
88dd15e204
Revise comments 2020-02-28 22:26:19 -05:00
Dima Gerasimov
b7042a1495 Set org-babel-python-command to be same as python-shell-interpreter 2020-02-28 18:52:50 +01:00
Henrik Lissner
56cba7828c
lang/php: refactor company init 2020-02-27 23:27:50 -05:00
Henrik Lissner
429decef87
Fix #2623: don't replace rustic compilation popups 2020-02-27 21:55:12 -05:00
Henrik Lissner
e14bf2f87b
Set --show-body-only=true for html-tidy formatter
To facilitate formatting partial templates.
2020-02-27 21:54:18 -05:00
Dmitrii Gerasimov
20ae3c2c83
Adjust org-capture popup rule to exclude capture.org filename
I think it's pretty common for people (myself included) to name their capture file `capture.org` file, and currently this rule matches it, so if you open capture.org, your end up with it opened in a popup (I believe it wasn't intended?). My fix makes it so it matches only capture buffers (they've got name like `CAPTURE-filename.org`). I believe there shouldn't be any unanticipated consequences of the change?

As far as I understand, the problem is that in elisp, regexes are case insensitive by default, and the sensitivity is controlled by a [variable](http://ergoemacs.org/emacs/emacs_regex.html), so I struggle to see what's the proper way to control it (especially considering the window manipulation happens in `window.el`). If you know of a way to deal with this, happy to implement and update my pull request!
2020-02-27 20:10:48 +01:00
Henrik Lissner
afa6b7ab90
Fix absolute path in rustic-analyzer-command by default 2020-02-27 11:55:27 -05:00
Henrik Lissner
9816209484
Fix wrong-type-arg errors in ediff+web-mode buffers 2020-02-27 11:29:50 -05:00
Henrik Lissner
61fef37e4d
Disable Customize option in org-capture 2020-02-27 00:47:30 -05:00
Henrik Lissner
9f8cede4cd
Merge pull request #2615 from yoavm448/develop
Set elisp lookups for helpful-mode
2020-02-26 17:48:45 -05:00
Henrik Lissner
dbd0a84805
Don't use counsel-org-capture for +org-capture/open-frame 2020-02-26 17:34:59 -05:00
yoavm448
f543ed8c2e Set elisp lookup for helpful-mode 2020-02-26 23:29:32 +02:00
Henrik Lissner
80845954f1
Don't uninstall cider when +lsp is enabled 2020-02-26 14:26:55 -05:00
Henrik Lissner
39a12861ff
Remove org-bookmark-heading (fix hash-table-p errors while refiling) 2020-02-26 13:02:19 -05:00
Henrik Lissner
803ba23298
Allow lsp-clojure & cider to work together 2020-02-26 13:02:19 -05:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
a10f3e2670
Persist scala/sbt repl; don't delete it when popup closes 2020-02-25 20:49:26 -05:00
Henrik Lissner
200fed337c
Conform scala comment function to naming conventions 2020-02-25 20:47:37 -05:00
Henrik Lissner
0ba5c574b9
Fix sbt REPL handler 2020-02-25 20:47:18 -05:00
Henrik Lissner
3bb384f95c
lang/ocaml: make asterix in continued comments optional 2020-02-25 20:03:33 -05:00
Henrik Lissner
cb67aa00b9
Refactor lang/csharp 2020-02-25 20:03:14 -05:00
Akhil Wali
c3f3f83a79 Fix syntax error in modules/clojure/config.el 2020-02-25 20:00:44 +13:00
Henrik Lissner
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
Henrik Lissner
d6c81b6877
Merge pull request #2437 from danlamanna/add-python-doctor-checks
lang/python: add additional checks
2020-02-24 20:45:23 -05:00
Henrik Lissner
993ad257e3
Merge pull request #2580 from yuhan0/change-clj-linter
Change clojure linter to clj-kondo
2020-02-24 20:44:44 -05:00
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
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
Henrik Lissner
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
Robert J. Lambert III
a323ca9a22
mdempsky no longer maintains docode, updating to stamblerre 2020-02-24 11:17:22 -05:00
Dima Gerasimov
844d145f97 Construct org-id-locations-file using expand-file-name 2020-02-24 15:14:00 +01:00
Henrik Lissner
acf6d5b78b
Bump to agda/agda@74d9fd5
From agda/agda@e9e23b9
2020-02-23 16:55:01 -05:00