Henrik Lissner
227e7b095d
feature/evil: refactor how evil-snipe + bindings are autoloaded
2018-01-15 00:08:28 -05:00
Yiming Chen
471c68fc8a
feature/evil: move evil-numbers bindings to private/default/+bindings.el
2018-01-11 11:50:55 +08:00
Henrik Lissner
228b3a36e5
private/default: doom/kill-this-buffer => kill-this-buffer #334
...
Missed this when I removed doom/kill-this-buffer!
2018-01-09 04:16:31 -05:00
Henrik Lissner
750f6ca1f5
private/default: remove popup-buffer bindings
...
Fixes prefix errors too
2018-01-07 06:48:06 -05:00
Henrik Lissner
c8768f512d
private/default: bind M-w to +popup-buffer-mode-map
2018-01-06 02:22:34 -05:00
Henrik Lissner
91357a3e5d
💥 Replace core-popup with new feature/popup module
...
This is a breaking change! Update your :popup settings. Old ones will
throw errors!
Doom's new popup management system casts off its shackles (hur hur) and
replaces them with the monster that is `display-buffer-alist`, and
window parameters.
However, this is highly experimental! Expect edge cases. Particularly
with org-mode and magit (or anything that does its own window
management).
Relevant to #261 , #263 , #325
2018-01-06 02:17:43 -05:00
Henrik Lissner
9e3682535a
Fix describe-(function|variable) and ivy-resume
...
describe-(function|variable) weren't remapped to their counsel variants,
so ivy-resume wouldn't resume those sessions properly.
2018-01-06 00:08:53 -05:00
Henrik Lissner
4b8315466b
private/default: fix void variable errors when evil module is disabled
...
Evil keymaps don't exist if the evil module is off, so wrap evil-mode
keymap bindings in (:after evil ...)
2018-01-05 23:59:48 -05:00
Henrik Lissner
1371d34149
💥 Replace feature/jump with feature/lookup
...
+ Adds Dash docset integration (with helm or ivy support)
+ Adds devdocs.io integration
+ Three new settings: :lookup, :devdocs and :docset
2018-01-04 17:11:54 -05:00
Henrik Lissner
58573a0ce7
Refactor/revise ui/window-select
...
And bind SPC w C-w (or C-w C-w) to other-window.
2018-01-04 16:16:44 -05:00
Henrik Lissner
8e875bfa0e
Phase out doom-kill-buffer
2018-01-04 03:01:35 -05:00
Henrik Lissner
50c1ad0875
Fix esc not exiting snippets
...
Caused by a custom ESC keybind overriding +evil-esc-hook
2018-01-01 22:42:46 -05:00
Henrik Lissner
7eb1198172
private/default: refactor into multiple files + add evil checks
2017-12-30 00:56:54 -05:00