Commit Graph

6474 Commits

Author SHA1 Message Date
d0101b661c Add Readme for hydra module 2019-10-29 20:17:03 +01:00
2d36c0f9a7 lang/org: fix STRT keyword shortcut (d -> s) 2019-10-29 11:36:46 -04:00
5e6363f025 tools/magit: invalidate projectile cache on git checkout 2019-10-29 11:36:46 -04:00
196c716c74 tools/lsp: fix void-function (setf lsp--workspace-shutdown-action)) #1965 2019-10-29 11:36:46 -04:00
ac334a053e lang/ruby: auto enter inf-ruby when breakpoint detected 2019-10-29 12:00:28 +00:00
bc8dd82590 Merge pull request #1972 from rgrinberg/ignore-send-mail
ui/popup: ignore send mail buffers
2019-10-29 01:25:19 -04:00
5ea72bec98 Merge pull request #1967 from JakDar/develop
lang/org/README: fix howto for removing +org-cycle-only-current-subtree-h
2019-10-29 01:24:41 -04:00
c9faf33780 Add 'SPC q {f,F}' keybinds
- SPC q f' = delete current frame
- SPC q F' = clear current frame (kill all buffers and windows)
2019-10-29 01:11:06 -04:00
ecc5adc6bf Bind SPC ; to pp-eval-expression
Improved output formatting.
2019-10-29 01:10:43 -04:00
4657c9e9be editor/snippets: fix error loading doom-snippets-lib 2019-10-29 01:10:25 -04:00
53d8c97cb0 lang/org: fix eldoc display in org-mode 2019-10-29 01:10:24 -04:00
43030c789e editor/evil: revert focus-on-split behavior (and refactor advice)
Focus-on-split is being disabled to achieve vim parity. The advice is
still necessary to ensure splitting updates the window buffer list, so
operations like winner-undo undoes correctly.
2019-10-29 01:09:14 -04:00
be08f9794e Fix nav-flash being suppressed
By a variable that will (almost) always be non-til.
2019-10-28 23:23:14 -04:00
ba7b8d661d Bind C-u, C-b & C-f less aggressively #1975 2019-10-28 23:23:14 -04:00
74d87a1e24 ui/pretty-code: minor reformatting 2019-10-28 23:23:14 -04:00
6982281404 Fix mouse-1 on buttons initiating a selection 2019-10-28 23:23:13 -04:00
f18caa1518 evil-{,v}split-window-{below,right} = t
To match vim's behavior, when splitting windows. The
+evil-window-split-a and +evil-window-vsplit-a advice are still
necessary to preserve proper "window focus" order.
2019-10-28 23:23:13 -04:00
66934f982a lang/org: replace DOIN w/ STRT; use 'd' for DONE
STRT is more distinct from DONE, and 'd' is a better shortcut for DONE.
2019-10-28 23:23:13 -04:00
d347574d30 Fix #1973: selected region survives switching workspaces
Leaving behind ineffectual region highlights
2019-10-28 23:23:13 -04:00
9e2b0c6332 editor/evil: fix autoload for +evil:whole-buffer-textobj 2019-10-28 23:23:13 -04:00
bec1891a3d lang/org: reformat UI config; setq-default -> setq 2019-10-28 23:23:13 -04:00
7b9c13f25f lang/org: expand refile commands
Changes 'SPC m r' into a prefix with multiple refiling commands.
2019-10-28 23:23:13 -04:00
bb383d3ede lang/org: present full paths on org-refile
This makes refiling with multiple file targets far, far more palatable.
2019-10-28 23:23:12 -04:00
53433d9c37 lang/org: default org-refile targets to current buffer 2019-10-28 23:23:12 -04:00
2755320178 lang/lua: minor reformatting 2019-10-28 23:23:12 -04:00
244671e388 lang/python: mention lsp-python-ms hack in README 2019-10-28 23:23:12 -04:00
b4e0944467 lang/markdown: mention +grip flag in README 2019-10-28 23:23:12 -04:00
987cece946 lang/org: only reset latex background on theme load
Otherwise, many of these settings will overwrite user's customizations.

Fixes #1969
2019-10-28 23:23:12 -04:00
ba52f4c8e9 lang/scheme: add plugins section to README 2019-10-28 23:23:12 -04:00
38bed2db65 Add docs/index.org; move modules/README.org
Fixes #1968
Relevant to #1771, #1795, #1755, #372, #174
2019-10-28 23:20:52 -04:00
0e0fa37b22 [popup] ignore send mail buffers
[C-x m] should not appear in a popup.

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2019-10-28 12:20:35 +09:00
eeed0dd64f doc - fix instruction on removing +org-cycle-only-current-subtree-h 2019-10-27 20:36:21 +01:00
a022cfd705 lang/org: refactor org keywords & respect underlying faces 2019-10-27 14:06:47 -04:00
a122dfd6a0 editor/multiple-cursors: extend evil-org support 2019-10-27 14:03:45 -04:00
5f9778edd6 editor/multiple-cursors: fix unbound evil-mc keybinds 2019-10-27 14:03:45 -04:00
94c2f91b75 term/eshell: fix custom eshell faces 2019-10-27 14:03:45 -04:00
fd5b92e3f5 completion/ivy: remap evil-show-marks -> counsel-mark-ring 2019-10-27 14:03:45 -04:00
b06b6b5dba config/default: bind 'SPC / {j,m}'
To 'jump to position in jump list' and 'jump to mark', respectively
2019-10-27 14:03:45 -04:00
bde9b2791d lang/swift: add sane sourcekit-lsp defaults 2019-10-27 14:03:45 -04:00
7ba9939757 configure faust company backends 2019-10-27 14:24:52 +01:00
3d21f4ef5e Add +default/restart-server command
Its keybind on 'SPC q d' was already pushed in ace1eceab
2019-10-26 23:44:29 -04:00
23d36d3c27 Rebind 'C-{-,=}'; bind 'M-C-{-,=}'
The former is buffer-local, the latter is frame-local.
2019-10-26 23:44:29 -04:00
ccf7197acf lang/emacs-lisp: print string repr of evaluated result
This makes the return type of the evaluated result clearer at a glance.
2019-10-26 23:44:29 -04:00
73b8a5b496 Redo which-key labels for 'SPC h d' & 'SPC h r'
Renders #1959 obsolete
2019-10-26 23:44:29 -04:00
c25fec5364 Replace 'SPC h R' with 'SPC h r r' 2019-10-26 23:44:29 -04:00
3c6f48f9ec Move evil & corrective keybinds to respective modules
Keybinds that correct behavior or provide or extend vim functionality
were moved to their respective modules, or to the :editor evil module.

Keybinds in the global space, that are particularly opinionated but
potentially harmful or imposing as a default, or likely for users to
change (like leader keys), are kept in config/default.
2019-10-26 23:44:28 -04:00
c360f0dceb Minor refactor & comment/docstring revision 2019-10-26 23:44:28 -04:00
515fba2fda Merge pull request #1950 from mnick/notmuch
email/notmuch: general improvements

- Filter read messages in notmuch show (by folding them automatically)
- Refresh all notmuch buffers after sync (via process sentinel)
- Support custom sync commands (introduces an additional defvar)
- Add command to select From email prior to composing via ivy
2019-10-26 22:42:02 -04:00
3a20e09eab fix notmuch keybind typo 2019-10-26 15:42:25 -04:00
e122c55718 add basic bindings for notmuch 2019-10-26 14:05:40 -04:00