Commit Graph

12116 Commits

Author SHA1 Message Date
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
4b8986cac4 Add *.eex to web-mode-engines-alist #2564 2020-02-19 19:01:38 -05:00
beb7a40a84 Fix inline previews for "download:%s" org links #2539 2020-02-19 18:21:24 -05:00
71e5a5513b Fix #2556 (hopefully): exec format error on Windows 2020-02-19 17:54:50 -05:00
f0bc835d19 Fix #2564: associate *.eex with web-mode
And expand :mode declarations for readability.
2020-02-19 17:54:29 -05:00
f645675e4c Merge pull request #2558 from sebastiansturm/develop
Update to latest lsp-mode, lsp-ui
2020-02-19 09:22:57 -05:00
9c3212fff0 Merge pull request #2562 from babariviere/bug/missing-paren-terraform
Fix missing parenthesis in terraform config
2020-02-19 09:22:36 -05:00
e9ab396783 Update to latest lsp-mode, lsp-ui 2020-02-19 09:48:48 +01:00
4391c56968 fix missing parenthesis in terraform config 2020-02-19 08:31:49 +01:00
9b620c3b59 Merge pull request #2553 from howdoicomputer/lsp-terraform
Add LSP for Terraform
2020-02-18 23:13:40 -05:00
c7106668f2 Merge pull request #2555 from UndeadKernel/fix-binding_typeo
bindings: correct description type-o
2020-02-18 23:13:19 -05:00
f1256adc7b Merge pull request #2557 from howdoicomputer/scoop-emacs-instructions
Add install instructions for scoop emacs
2020-02-18 23:12:54 -05:00
f7445a10db General refactor & reformatting across the board 2020-02-18 22:56:47 -05:00
e08e7a4422 Bump evil-nerd-commenter, evil-traces & evil-collection
redguardtoo/evil-nerd-commenter@bed56ec -> redguardtoo/evil-nerd-commenter@c9fa23e
mamapanda/evil-traces@257c66b -> mamapanda/evil-traces@bc25cae
emacs-evil/evil-collection@27da36c -> emacs-evil/evil-collection@e6a4ba6
2020-02-18 22:44:48 -05:00
41279cfc41 Fix centered-frame snippet 2020-02-18 18:47:55 -05:00
4680f23d90 Fix type listp error when formatting buffers
Because `buffer-local-variables` may contain symbols
(which represent locally unbound variables), not just sublists.
2020-02-18 14:37:15 -05:00
3e733b88e7 Add install instructions for scoop emacs 2020-02-18 10:50:07 -08:00
925ff39337 bindings: correct description type-o 2020-02-18 15:17:31 +01:00
838f96a581 Fix persistent-soft :pin 2020-02-18 01:54:18 -05:00
4cca178376 Remove previous block 2020-02-17 22:36:31 -08:00
67a8c75b72 Fix indentation and remove if 2020-02-17 22:18:05 -08:00
e3d7b2662c Don't throw error if elfeed org file does not exist
The user may not want an org file, so we shouldn't impose this error on
them if one doesn't exist.
2020-02-18 00:20:35 -05:00
60fde473d4 Remove +rss-elfeed-files & use rmh-elfeed-org-files
No need for the abstraction.
2020-02-18 00:20:35 -05:00
2350e266c0 Clarify scoop install instructions 2020-02-18 00:20:35 -05:00
c917502823 Add LSP server activation behind feature flag 2020-02-17 20:28:03 -08:00
9ec3549f6c Merge pull request #2551 from eagleflo/fix-docs-shortcut
Fix documentation shortcut
2020-02-17 19:09:41 -05:00
dc745084d2 Fix documentation shortcut 2020-02-18 01:57:30 +02:00
ca18034e32 Fix drag'n'drop in non-org-mode buffers 2020-02-17 04:58:57 -05:00
e59265bed7 Update lang/org's readme 2020-02-16 02:53:27 -05:00
92e8521e90 Remove centralization of org exports
It's too much hassle to maintain, and too many exporters expect to work
out of the current directory.
2020-02-16 02:50:52 -05:00
24d2f494c9 lang/org: refactor advice & ob-ammonite integration 2020-02-16 02:26:38 -05:00
21dfd6159e Bump to politza/pdf-tools@0159cb1
From politza/pdf-tools@cc29d4c
2020-02-16 02:26:38 -05:00
114be4af57 Don't use c-toggle-{electric-state,auto-newline} globally
Fixes an odd error where:

1. You open an elixir-mode buffer
2. elixir-mode sets `mode-name` to a non-string value
3. cc-mode is pulled in by one of its dependencies
4. `c-toggle-electric-state` is called from the config/default module
5. Which calls `c-update-modeline`
6. Which operates on `mode-name` and assumes it is a string
7. And a wrong-type-argument: stringp error is thrown
2020-02-16 02:26:38 -05:00
176be128ef gdb-show-main = gdb-many-windows = t 2020-02-16 02:26:38 -05:00
b0978a4526 Merge pull request #2538 from yoavm448/develop
file-templates README: registering & overriding
2020-02-14 17:32:45 -05:00
3259907ab7 Merge pull request #2537 from licebmi/develop
Fix `+file-template-p` to use `:when` keyword
2020-02-14 17:31:25 -05:00
55ed4ee7b6 Update TOC format of file-templates README
The new format is the one used by toc-org, the old one would have been
updated eventually...
2020-02-14 15:08:27 +02:00
608bc9f75b file-templates docs: registering and overriding 2020-02-14 15:07:46 +02:00
7b40e80a8f Fix +file-template-p to use :when keyword 2020-02-13 23:32:27 -06:00
21db1b7c91 Merge pull request #2529 from bixuanzju/patch-1
Enable flyspell in git-commit-mode
2020-02-13 14:45:08 -05:00
9dbee56c2b Merge pull request #2527 from soedirgo/develop
Change org-re-reveal reveal.js root path to https://revealjs.com
2020-02-13 14:44:37 -05:00
d93a8ba904 Merge pull request #2533 from chbatey/patch-2
Bump lsp-mode
2020-02-13 14:44:15 -05:00
e404b48c05 Bump gcmh, xclip, projectile & which-key
koral/gcmh@f542908 -> koral/gcmh@8867533
emacs-straight/xclip@88003b782e -> emacs-straight/xclip@d022cf947d
bbatsov/projectile@84be1da -> bbatsov/projectile@341150c
justbur/emacs-which-key@cf44641 -> justbur/emacs-which-key@7b068f3
2020-02-13 14:41:25 -05:00
75e1b13c6a Bump to seagle0128/doom-modeline@c4969ff
From seagle0128/doom-modeline@a2687e8
2020-02-13 14:40:46 -05:00
b627cef265 Mention discord server in how_to issue template 2020-02-13 14:39:56 -05:00