Commit Graph

6978 Commits

Author SHA1 Message Date
c97f63beb8 Add text-scale fix for mixed-pitch-mode
At least until https://gitlab.com/jabranham/mixed-pitch/issues/6 is
dealt with.
2020-01-09 22:56:27 -05:00
ad1d168349 +zen-text-scale = 2 by default 2020-01-09 22:56:27 -05:00
cffa3caac4 Fix 'SPC m r O' keybind in org-mode 2020-01-09 22:56:26 -05:00
27599f308d Add Doom Emacs issue tracker to search engine providers 2020-01-09 22:56:26 -05:00
b89992624b Move :tools fly{check,spell} to :checkers {syntax,spell}
These modules were renamed so we can later generalize their
implementations, such as adding flymake support to the syntax checker.
2020-01-09 22:56:26 -05:00
a680a4c96d Replace :app write with :checkers grammar 2020-01-09 16:43:03 -05:00
8ac4320e0b Update readme file template 2020-01-09 16:41:12 -05:00
dedcd5496a ui/modeline: mention +light in readme 2020-01-09 16:01:02 -05:00
558e906b2b Add 'SPC m r f' for refiling to specific org file 2020-01-09 15:59:58 -05:00
1fd18b88dd Bind C-j/C-k to forward/backward history for eshell 2020-01-09 15:26:08 -05:00
3fe6f7f3d9 tools/direnv: update lorri setup instructions
It is now available under services.lorri in 19.09.
2020-01-09 15:19:52 -05:00
67d9ef64f3 ui/zen: fix mixed-pitch-mode not activating 2020-01-09 02:47:06 -05:00
87f72c096c ui/zen: disable fullscreening properly
Setting writeroom-fullscreen-effect to nil wasn't the correct way to
disable fullscreen.
2020-01-09 02:45:41 -05:00
4688113380 Don't recursively clone editorconfig
This was removed in 18edebe due to #2216, but with 125561e it is no
longer necessary.
2020-01-08 22:39:08 -05:00
c3b6adf276 Merge pull request #2245 from rgrinberg/remove-evil-collection-lispy
Remove lispy from evil-collections
2020-01-08 00:37:04 -05:00
3c1eda7da2 Merge pull request #2318 from jcf/cider-refresh
Use newer cider-ns-refresh in Clojure bindings
2020-01-08 00:36:42 -05:00
a0172fcee0 Merge pull request #2324 from dinkonin/develop
lang/sh: add +lsp feature
2020-01-08 00:36:14 -05:00
d2296d7d6e Merge pull request #2329 from Emiller88/fix/org-capture-central
fix: use org-capture-projects-file
2020-01-08 00:35:47 -05:00
dfbaccca90 Fix browse-at-remote commands in magit 2020-01-08 00:34:41 -05:00
90096239af fix: use org-capture-projects-file 2020-01-07 16:06:51 -06:00
345479c29e Always display evaluated result in popup buffer
If +eval isn't enabled
2020-01-07 14:27:02 -05:00
3530f19ef5 Add lsp support to sh-mode. 2020-01-07 14:50:13 +02:00
3a90529c11 Add lispy to evil collection disabled list
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2020-01-07 14:22:05 +07:00
b5a279311c Fix #2317: helm-mode-handle-completion-in-region = t
It turns out that helm can handle completing ex constructs (e.g. globs),
so this setting is no longer needed.
2020-01-07 00:14:46 -05:00
af0139e974 Fix void-function browse-at-remote-get-url error
When 'SPC g y' is used before browse-at-remote has loaded.
2020-01-06 23:46:33 -05:00
310e6573b9 evil-ex-interactive-search-highlight = 'all-windows
Temporary fix until emacs-evil/evil#1233 is resolved.
2020-01-06 22:55:09 -05:00
062cc4aea5 Notify straight that package was modified
When you edit its files.
2020-01-06 22:49:54 -05:00
c6ebf4b4be Fix embrace/evil-surround rules for angular brackets
This fixes surround keys for <>'s in languages that support
type<syntax>, like rust, c++, c#, etc.
2020-01-06 22:46:05 -05:00
b7c5152f3a lang/org: C-M-RET = org-insert-subheading 2020-01-06 16:21:22 -05:00
7150631f66 Fix evil-delete-backward-and-join
A change upstream causes backspace in evil-buffers to ignore:

1. smartparens pair rules (#2308)
2. delete-selection-mode
3. +default--delete-backward-char-a advice on
   delete-char-backward (which deletes closing pairs, deletes continuous
   whitespace in tab-width steps, and closes braces across blank lines)

Caused by emacs-evil/evil@1d6ba80
2020-01-06 15:22:03 -05:00
21c55b0c43 Use newer cider-ns-refresh in Clojure bindings
Cider deprecated `cider-refresh` in favour of `cider-ns-refresh` in
version 0.18.

https://github.com/clojure-emacs/cider/blob/master/CHANGELOG.md#changes-6
2020-01-06 16:57:26 +00:00
2d97b877ed Remove duplicate image-dired-dir setting 2020-01-06 04:49:57 -05:00
4fe24df90f Fix #1970: don't count treemacs as a "popup"
And remove its popup rule.

It isn't being caught by the popup system in the first place, so this is
all a charade.
2020-01-06 03:50:48 -05:00
ae8dc2749f Remove ivy-{standard,alternative}-search #2314
Turns out ivy and counsel have a number of hard-coded checks for flx
against ivy--regex-fuzzy:

- https://github.com/abo-abo/swiper/blob/master/ivy.el#L3531
- https://github.com/abo-abo/swiper/blob/master/ivy.el#L3637
- https://github.com/abo-abo/swiper/blob/master/ivy.el#L4643
- https://github.com/abo-abo/swiper/blob/master/counsel.el#L1359
- https://github.com/abo-abo/swiper/blob/master/counsel.el#L1561

This means, by assigning our own delegates around ivy regex functions
will break flx sorting (reported in #2314), and possibly other behavior.
2020-01-06 01:38:51 -05:00
9fce4d5106 Remove +workspace-buffer-list return order #2315
I cannot guarantee this. We simply return was `persp-buffers PERSP`
returns. How buffers are ordered is up to persp-mode.
2020-01-06 00:58:08 -05:00
14552bc66b Fontify latex script & entities in org-mode 2020-01-05 21:17:34 -05:00
d18e298a9e Merge pull request #2300 from sunesimonsen/patch-1
Fix source code highlighting when using marked.js
2020-01-05 20:10:51 -05:00
55d9df3c39 Merge pull request #2306 from brotzeit/fix-message
Fix typo in rustic setup message
2020-01-05 20:09:57 -05:00
4f41a3080d Merge pull request #2307 from bennyyip/develop
editor/evil: fix outdated readme
2020-01-05 20:09:25 -05:00
35f739a013 Merge pull request #2309 from dsdshcym/org-popup-hacks-suppress-delete-window
Suppress delete-window in org related functions
2020-01-05 20:08:48 -05:00
40a35392d1 Make evil backspace/DEL respect delete-selection-mode
Perhaps this should be fixed upstream?
2020-01-05 19:15:08 -05:00
cd3f1399af Fontify latex blocks natively 2020-01-05 19:08:11 -05:00
ee4358a243 Simplify org-format-latex-options setting
Due to changes upstream, all that isn't necessary anymore.
2020-01-05 17:47:29 -05:00
02a4f6b573 Suppress delete-window in org related functions
- If there's only one other window, delete-window would be called,
  instead of delete-other-windows
- when there is only one window other than the popup, this other window
  is the main window in this frame, delete it would raise an error:
  `delete-window: Attempt to delete main window of frame <frame name>`
2020-01-05 11:52:39 +08:00
e6638b82a1 Autoload forge-create-{pullreq,issue} 2020-01-04 15:42:04 -05:00
61f6e7f430 editor/evil: fix: outdated log 2020-01-05 03:40:41 +08:00
8bed16eb72 fix message 2020-01-04 12:49:43 +01:00
e0b8b4f190 Fix set-pretty-symbols! not merging properties w/ old rules
This removes the :merge property, as merging is now its default
behavior.
2020-01-04 04:55:57 -05:00
d1beb47e90 Fix invalid-function 116 when formatting with tidy
Due to refactor upstream: lassik/emacs-format-all-the-code@4f458bd
2020-01-04 03:33:42 -05:00
580de0be1f Fix source code highlighting when using marked.js
I'm currently experiencing problems getting the source code highlighting to work with https://github.com/markedjs/marked

The reason is that Marked outputs the following structure:

```html
<pre><code class="language-js">const hello = 'world';</code></pre>
```

and the current selector expects the `pre` tag to have a `lang` attribute. 

This PR splits the forwarding of the `lang` attribute to a class and the code that initialise the highlighting for each block. It will try to initialise the highlighting for every `code` block that is inside a `pre` tag.
2020-01-03 17:19:44 +01:00