Commit Graph

11200 Commits

Author SHA1 Message Date
e16d6a8d7c Add evil-quick-diff
This introduces the `g o d` text object for comparing regions. It works
like evil-exchange. Select two regions in sequence with `g o d` and an
ediff buffer of the selections will pop up.

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2019-12-01 15:44:16 +07:00
5baa1eb631 lang/org: fix non-prefix-key SPC errors on org-agenda 2019-11-30 14:45:41 -05:00
b0734aa61c lang/org: fix 'void-function t' error running shell links 2019-11-30 14:06:54 -05:00
19e4c42adc lang/org: org-tags-column = 0 2019-11-30 14:06:53 -05:00
ae5a18c364 lang/org: respect org-agenda-sticky
And remove remappings of org-agenda-{q,Q}uit to org-agenda-exit
2019-11-30 14:06:53 -05:00
50cab52766 Merge pull request #2122 from juliandemille/patch-1
lang/kotlin: add +lsp flag
2019-11-28 22:04:34 -05:00
4337ce3a25 Add +lsp to kotlin in index.org 2019-11-28 21:54:59 -05:00
3fb52110a4 Add LSP check to kotlin/doctor.el 2019-11-28 21:53:46 -05:00
e799022a1e lang/org: fix 'wrong-number-of-arguments quote 3' error 2019-11-28 21:53:12 -05:00
591d8d8e56 Fix location of lsp hook in kotlin/config.el 2019-11-28 21:52:58 -05:00
c69a85c803 Add LSP support to Kotlin
`lsp-mode` has built in support for Kotlin. This makes it automatically used if you use the `+lsp` flag.
2019-11-28 21:48:26 -05:00
4fed5e7eb3 Fix doom/kill-buried-buffers deleting windows 2019-11-28 19:56:05 -05:00
f959147218 Reset projectile-use-git-grep
Other search engines are no longer our responsibility.
2019-11-28 15:36:07 -05:00
8f77c41a48 font-use-system-font = t if no font is set 2019-11-28 15:35:30 -05:00
ae80f1f67d Simplify github issue templates; correct labels
If they're too long, people won't read them.
If they're too short, people won't know what to do.
If there are too many of them, people can't decide which to use.

Removed the question template because it's redundant with "open a blank
issue".
2019-11-28 15:35:15 -05:00
9bd8904838 lang/org: fix #2119 2019-11-27 23:52:37 -05:00
827e4a2a54 Merge pull request #2115 from srid/patch-1
docs/faq.org: fix grammar
2019-11-27 22:13:03 -05:00
b33630057d lang/org: load contrib/journal if +journal 2019-11-27 22:09:55 -05:00
b6a9fcb12b lang/org: fix #2117 2019-11-27 22:06:19 -05:00
2ce2fce377 Fix grammar 2019-11-27 21:47:14 -05:00
439fac65d7 editor/evil: evil-respect-visual-line-mode = nil
To match vim's behavior.
2019-11-25 20:43:48 -05:00
ce109342ca Merge pull request #2114 from gagbo/fix/dap-custom-void-variable
tools/debugger: fix dap-debug-template-conf.. void-variable
2019-11-25 19:02:28 -05:00
46d3d8d85c Fix dap-debug-template-conf.. void-variable
The variable changed name in
emacs-lsp/dap-mode@7768e145be
2019-11-26 00:54:51 +01:00
9a93aa1df9 tools/debugger: fix invalid-function "..." error
...when invoking debugger, due to minibuffer-history being evaluated for
some reason.
2019-11-25 18:39:51 -05:00
f6ec3181c8 Fix doom/reload-autoloads 2019-11-25 16:34:56 -05:00
811dbc4e68 app/write: conform hooks to conventions 2019-11-25 16:20:53 -05:00
69366ed674 docs/api: correct global-set-key uses 2019-11-25 15:28:38 -05:00
6232f12dfd editor/evil: update hacks section in README 2019-11-25 14:02:34 -05:00
a0e9981210 ui/popup: update configuration section in README 2019-11-25 13:51:23 -05:00
886fa36ac8 Improve 'doom purge' progress output 2019-11-25 02:18:01 -05:00
b665e31bcb Restore mode-line help-echo properties
And moved it to my private config.
2019-11-25 02:10:51 -05:00
9bd3a988f1 Remove :tools wakatime module
Doesn't appear to be working anymore and it's OOTB setup/config is too
trivial to warrant its own module.
2019-11-25 02:10:11 -05:00
0bf1ea65dc emacs/dired: disable dired-git-info by default
It is unacceptably slow in version controlled directories with many
files.
2019-11-25 02:02:57 -05:00
2a01de5f6c docs/faq: clarify where to put snippets 2019-11-24 23:29:34 -05:00
5623b8b9ba lang/emacs-lisp: refactor +emacs-lisp-eval 2019-11-24 19:40:00 -05:00
ffc29a547c Associate clojurescript-mode with :lang clojure
For doom/help-modules
2019-11-24 19:39:10 -05:00
570894e1c8 cli/upgrade: 'doom refresh' after upgrading, before updating
Fixes an issue where uninitialized packages aren't installed when 'doom
update' tries to update them.
2019-11-24 19:38:49 -05:00
5b190c9eca Unfold hidden subtree after doom-completing-read-org-headings
Affects doom/help* commands, as well as +default/org-notes-headlines,
and others (any command that uses doom-completing-read-org-headings to
search org files).
2019-11-24 19:21:20 -05:00
a923f93cab ui/window-select: fix other-window keybind 2019-11-24 16:50:47 -05:00
ecb4a7e838 Move 'SPC f m' to 'SPC f R'
'SPC f R' was formerly projectile-recentf, which is already on 'SPC p r'
2019-11-24 16:50:47 -05:00
b8c0126f8c emacs/dired: don't enable dired-git-info in ranger
It won't correctly disable on `C-c C-e`, but it does work find if
enabled manually.

Also: refactors +dired-enable-git-info-h and map! call

Relevant to #2106
2019-11-24 16:50:47 -05:00
768d5b718c Fix #2111: +eval/buffer not capturing whole elisp buffer 2019-11-24 16:50:46 -05:00
d37ebee2f8 Print progress to same line on 'doom update'
Experimental.
2019-11-24 16:50:46 -05:00
3766dfeba9 docs/index: update readme links in module index 2019-11-24 16:50:46 -05:00
a9f412bf5e Fix doom/help-* commands for helm users #2107 2019-11-24 16:50:46 -05:00
d0504e5961 Merge pull request #2110 from glogiotatidis/patch-1
docs/getting_started: correct chemacs typo
2019-11-24 13:03:48 -05:00
5751f8c5a5 Typo 2019-11-24 13:21:49 +02:00
2769a1e24f lang/rust: update README #2108 2019-11-23 16:12:06 -05:00
c86d400518 lang/rust: replace cargo.el w/ rustic-cargo #2108 2019-11-23 16:00:30 -05:00
ebe1da4282 doom-module-from-path: exclude psuedo-modules #2107
Don't include :core and :private modules in '<help> d m'. They aren't
real and no help can be derived from them.
2019-11-23 15:01:34 -05:00