Henrik Lissner
442bd7cfb9
Only apply prefix arg fix to evil leaders
2019-03-09 02:42:32 -05:00
Henrik Lissner
d5ba685817
Don't overwrite C-i in GUI Emacs
2019-03-09 02:42:31 -05:00
Henrik Lissner
9758aae389
config/default: move help keybinds out of +bindings
...
These ought to be available to all users, whether or not they want the
rest of Doom's keybinds.
2019-03-09 02:42:31 -05:00
Henrik Lissner
ee6e4a8b5c
Fix ivy--queue-exhibit: void-function nil error
...
Until Yevgnen/ivy-rich#51 is merged
2019-03-08 17:58:58 -05:00
Henrik Lissner
062652ec11
lang/org: Fix defvaralias warning; revise docstrings
2019-03-08 14:52:04 -05:00
Henrik Lissner
b9bbc95f1b
Fix void-variable org-file-apps error #1232
...
Snuck in during fa26dc12
2019-03-08 14:26:25 -05:00
Henrik Lissner
f2b8280b2a
Add +default/search-from-cwd & +default/search-project
2019-03-08 04:25:45 -05:00
Henrik Lissner
748b197676
Minor, general refactors
2019-03-08 04:25:45 -05:00
Henrik Lissner
8f733c2ab5
Don't kill magit with ESC
2019-03-08 04:25:45 -05:00
Henrik Lissner
1f23eecdc8
(Try to) homogenize TAB/RET/ESC keybinds
...
Map them to \t/^M/^[, rather than [tab], [return] and [escape].
2019-03-08 04:25:45 -05:00
Henrik Lissner
b9a036a96c
editor/fold: check outline-mode folds before hs
...
b/c hideshow fold checks produce more false positives.
2019-03-08 04:25:45 -05:00
Henrik Lissner
90a10931f7
lang/emacs-lisp: new +emacs-lisp-outline-regexp var
2019-03-08 04:25:44 -05:00
Henrik Lissner
8bfa5a30fd
Fix lookup commands not aborting on C-g/ESC #1226
...
When aborting a lookup handler with C-g/ESC, Doom was convinced that it
had failed legitimately, so tries the next. The expected behavior is
that it abort the entire lookup operation.
2019-03-08 02:37:34 -05:00
Henrik Lissner
44de995ca5
config/default: change SPC h keymaps
...
SPC h now maps to help-map to reduce redundancy. Some adjustments and
additions were made to this map so all users (evil and vanilla) can
benefit from Doom's extra help commands.
2019-03-08 02:37:33 -05:00
Henrik Lissner
a05b1877be
Rewrite switch-{buffer,window} hooks
...
+ Add doom-switch-frame-hook
+ Replace doom-{enter,exit}-{buffer,window}-hook with
doom-switch-{buffer,window}-hook
+ New switch-buffer hooks run on buffer-list-update-hook rather than
in select-window advice.
+ Blank our buffer-list-update-hook in some places to reduce how many
times it gets triggered.
2019-03-08 02:37:33 -05:00
Henrik Lissner
fa26dc1269
Refactor lang/org
2019-03-08 02:37:33 -05:00
Henrik Lissner
c0c4b897ea
lang/python: refactor python mode-line indication
2019-03-08 02:37:32 -05:00
Henrik Lissner
4fbf7a2687
Remove expand-region package
...
It was unused, and is redundant with evil's text object expansion keys.
2019-03-08 02:34:26 -05:00
Henrik Lissner
4d649333a6
Add keybind: SPC h C-k -> describe-key-briefly
2019-03-07 18:26:41 -05:00
Henrik Lissner
4a1a359c21
Merge pull request #1221 from flatwhatson/ivy-switch-buffer
...
Improve +ivy/switch-workspace-buffer
2019-03-06 23:46:25 -05:00
Andrew Whatson
c7a29ca025
Add optional support for switch-buffer previews
...
When `+ivy-buffer-preview` is non-nil, our various switch-buffer
functions will preview the current candidate buffer, like how
`counsel-switch-buffer` works.
When `ivy-use-virtual-buffers` is non-nil, virtual buffers are *not*
previewed unless `+ivy-buffer-preview` is `'everything`.
2019-03-07 14:28:56 +10:00
Andrew Whatson
be4bae4acf
Fix cc fontification for constants with numbers
2019-03-07 01:35:22 +10:00
Andrew Whatson
46f7e6c7e6
Improve +ivy/switch-workspace-buffer
...
Allow current buffer to be selected when switching other window, so you
can quickly get a second window to the current buffer.
Preselect the most recently selected buffer, so repeated C-x b RET will
switch between your two most recent buffers.
2019-03-07 01:18:37 +10:00
Henrik Lissner
bf940da52a
Don't change projectile vars before it is loaded #1219
2019-03-05 19:16:08 -05:00
Henrik Lissner
9d30b411c2
lang/org: bind dwim-at-point to RET instead #1218
...
[return] is treated as a different key (with higher precedence in GUI
Emacs), which means it overwrites RET behaviors bound elsewhere, like in
config/default or minor mode maps (like evil-multiedit's).
2019-03-05 18:37:50 -05:00
Henrik Lissner
1ec9f5b2e9
Move hl-line-range-function fix to ui/doom
...
Remapping the hl-line face is what causes the bug that this fix
addresses.
2019-03-05 03:01:59 -05:00
Henrik Lissner
35321e8b42
Fix conda python version detection in first buffer
...
Reported by @ztlevi
2019-03-05 02:30:14 -05:00
Henrik Lissner
4f40e67e28
Better regexp escaping for ivy project search
2019-03-05 01:59:05 -05:00
Henrik Lissner
c1beb39c5b
Rename doom/describe-setters -> doom/describe-autodefs
2019-03-05 01:55:40 -05:00
Henrik Lissner
cfa97470fc
Add links to config files in describe-packages
...
Also dims packages that aren't installed.
2019-03-05 01:55:40 -05:00
Henrik Lissner
75b366285f
lang/emacs-lisp: list package comments in imenu
...
Lines with ;; `package-name` will be considered package markers.
2019-03-05 00:11:57 -05:00
Henrik Lissner
f515bf5931
lang/python: fix conda/virtualenv modeline segment
...
Reported by @ztlevi
2019-03-04 20:48:52 -05:00
Henrik Lissner
5bae67e299
lang/python: remove +pyvenv flag
...
The pyvenv package isn't going anywhere, it's just needed by
pipenv.el (which surprisingly doesn't declare it as a dependency).
2019-03-04 20:47:26 -05:00
Henrik Lissner
fbcb4e6973
Minor refactor across the board
2019-03-04 20:47:26 -05:00
Henrik Lissner
dd0d264a27
Refactor feature/evil
...
- Defer evil-escape a little longer
- Move advice to autoloads file
Gotta go fast.
2019-03-04 20:47:26 -05:00
Henrik Lissner
05303c0fdb
💥 Rethink core hook order & naming
...
- doom-post-init-hook was renamed doom-init-modules-hook
- doom-init-hook was renamed doom-before-init-modules-hook
- doom-init-modules-hook now runs before the user's config.el is run
- Moved doom-init-ui-hook to run later (on window-setup-hook rather than
emacs-startup-hook).
Yield a modest improvement in startup times.
2019-03-04 20:47:26 -05:00
Henrik Lissner
843b29a4b5
Add node_modules to projectile ignored dirs
2019-03-04 20:47:26 -05:00
Henrik Lissner
96aa172071
Prevent overseer from being autoloading with elisp
...
Now it'll only load when +emacs-lisp-ert-mode is active.
2019-03-04 20:47:26 -05:00
Henrik Lissner
c7aa41599d
Add new emacs-lisp :documentation lookup handler
...
Made to do-what-I-mean. Uses describe-symbol/helpful-symbol and falls
back to apropos.
2019-03-04 20:47:25 -05:00
Henrik Lissner
27822ef006
Change prefix arg behavior for +lookup/documentation
...
Would formerly open documentation in "other window", but this doesn't
make sense for this function (as it should always do this). Instead, it
will be passed on to documentation handlers to do as they like with.
2019-03-04 20:47:25 -05:00
Henrik Lissner
b054190820
New doom/describe-packages command
...
Replaces describe-packages and adds Doom module awareness to package
documentation.
2019-03-04 20:47:25 -05:00
Henrik Lissner
f6cc2644b0
New doom-log macro for debug-time logging
...
doom-log won't interfere with the minibuffer if it's in use, and will
report the originating module.
Addresses #1215
2019-03-04 18:38:25 -05:00
Henrik Lissner
9266239a2f
ui/modeline: correct & refactor indent segment
...
Incorrectly displayed "auto-detection disabled" when it wasn't.
2019-03-04 17:41:14 -05:00
Henrik Lissner
18017f74f1
feature/evil: update evil-embrace config
...
- Add embrace support for ruby
- Move helpers to autoloads file
- Refactor anonymous hooks into functions
2019-03-04 14:23:12 -05:00
Henrik Lissner
1a4db744e3
Half-revert d587d116
...
The evil-insert-state hooks were added upstream in doom-modeline.
2019-03-04 14:08:25 -05:00
Henrik Lissner
b98f34d1fd
Add :killb & doom/kill-buried-buffers
...
Also fix reported killed-buffer count when invoking kill commands
interactively.
2019-03-04 14:07:34 -05:00
Henrik Lissner
d587d11653
Prevent false modified indicator in modeline
...
Mentioned in seagle0128/doom-modeline#129
Remove advice when lewang/ws-butler#31 is merged
2019-03-04 11:57:14 -05:00
Henrik Lissner
b5dcfd96d3
tools/flyspell: new flyspell-mode! autodef
2019-03-04 04:57:07 -05:00
Henrik Lissner
0c891dc33e
lang/haskell: minor refactor & reformatting
2019-03-04 04:57:07 -05:00
Henrik Lissner
99f65cba79
Don't swap-bg for doom-molokai
...
The lighter background should be used for file-visiting buffers, and
darker for sidebars and such.
2019-03-04 04:57:07 -05:00