Henrik Lissner
20a733a861
ui/modeline: major refactor of +light modeline
2019-12-15 01:16:22 -05:00
Henrik Lissner
f236d27d51
ui/modeline: add +light feature
...
This will one day replace the module.
2019-12-13 20:07:41 -05:00
Henrik Lissner
fbe8d9d8ac
ui/modeline: remove dangling advice
...
`doom-modeline-icon-material` was removed upstream and replaced with
`doom-modeline-icon`. This breaks the saved icon, again. PRs welcome.
2019-12-13 19:52:52 -05:00
Henrik Lissner
acdd16f2b1
ui/treemacs: treemacs-sorting = 'alphabetic-case-insensitive-asc
...
Since sorting was reversed upstream:
Alexander-Miller/treemacs@af757e6
2019-12-13 16:22:14 -05:00
Henrik Lissner
0ec0ff5ecb
Minor refactors; unbind F1 from company active map
2019-12-13 14:25:30 -05:00
Henrik Lissner
bdbae1024e
ui/doom: update README
2019-12-12 03:46:39 -05:00
Henrik Lissner
62aa608254
ui/doom: only load solaire-mode in daemon or gui sessions
...
Why daemon? Because we can't be sure if the user will open graphical or
tty frames. Detecting this is a messy affair, so I leave it to the user
to deal with. This'll have to be documented somewhere...
2019-12-12 03:39:34 -05:00
Henrik Lissner
a7d5da494e
Fix end-of-file syntax error
2019-12-06 21:45:38 -05:00
Henrik Lissner
996188250b
Minor refactors & comment revision
2019-12-06 17:16:34 -05:00
Henrik Lissner
bfdd09b5c2
ui/doom: swap solaire bg for doom-challenger-deep
2019-12-06 13:59:13 -05:00
Henrik Lissner
c13b8df5df
Minor refactors & reformatting
2019-12-05 14:56:16 -05:00
Henrik Lissner
6bb597564b
ui/doom: swap bg for doom-tomorrow-day
...
Fix hlissner/emacs-doom-themes#362
2019-12-04 21:51:59 -05:00
Henrik Lissner
a8fd59a054
Merge pull request #2143 from rgrinberg/popup-ignore-more
...
ui/popup: add more default rules
2019-12-03 22:56:33 -05:00
Rudi Grinberg
894c4e1855
Fix popup ignore rules
...
* Process Lis is without a space
* Escape trailing star
* Combine all rules
2019-12-04 09:46:27 +07:00
Henrik Lissner
bcdb9f583a
Require origin argument
...
If it doesn't satisfy windowp, it'll cause errors.
2019-12-03 20:00:38 -05:00
Henrik Lissner
79faa02d6b
Record origin window earlier
...
The selected window could change in between +popup--maybe-select-window calls.
2019-12-03 19:59:27 -05:00
Yiming Chen
359ae77250
ui/popup: extract +popup--maybe-select-window helper function
2019-12-04 08:32:27 +08:00
Yiming Chen
ca63b0bbfc
ui/popup: respect :select nil when reusing a window
...
- before this change: when reusing a window, select option would get ignored
- after this change: when reusing a window, select option would be used
just as a new popup
2019-12-04 08:20:17 +08:00
Rudi Grinberg
0bd0ac4ab9
Popup rules for more builtin types
...
process, timer, abbreviations, output, occur buffers are all better
displayed in a maximized fashion. Otherwise, they aren't really useful.
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2019-12-03 23:38:00 +07:00
Henrik Lissner
5ad4a018b1
ui/hl-todo: map keywords to faces, not color strings
...
Future proofs changes the loaded them.
2019-12-02 20:22:00 -05:00
Brian Wignall
199a6fab79
Fix typos
2019-12-01 22:31:19 -05:00
Henrik Lissner
2326379d68
ui/doom: swap bg for doom-{snazzy,spacegrey,tomorrow-night}
2019-12-01 15:42:05 -05:00
Henrik Lissner
35ce37532b
ui/workspaces: merge +ivy/workspace/switch-to into +workspace/switch-to
...
Relevant to #2127
Closes #2130
2019-12-01 15:41:28 -05:00
Rudi Grinberg
4b77b413c5
Add ivy command for workspace switching
2019-12-01 16:13:40 +07:00
Rudi Grinberg
dd004dea79
Easier creation of named workspaces
...
When a user tries to switch to a named workspace that doesn't exist,
creat it, instead of just failing.
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
2019-12-01 15:10:51 +07:00
Henrik Lissner
a0e9981210
ui/popup: update configuration section in README
2019-11-25 13:51:23 -05:00
Henrik Lissner
a923f93cab
ui/window-select: fix other-window keybind
2019-11-24 16:50:47 -05:00
Henrik Lissner
ceb17e0e29
Merge pull request #2102 from seanfarley/smf/irc
...
ui/modeline: add irc-buffers back
2019-11-21 20:22:30 -05:00
Sean Farley
d5d5c08658
modeline: add irc-buffers back
...
Now that doom-modeline #260 is resolved, `irc-buffers' is back so let's
add it back to the `special' modeline definition.
2019-11-21 17:16:42 -08:00
Henrik Lissner
fb13b902b0
Minor comment/doc revision & refactors
2019-11-21 14:46:45 -05:00
Henrik Lissner
25e5c66777
Fix 'irc-buffers is not a defined segment' error
...
It was merged into irc segment upstream:
seagle0128/doom-modeline/dcc57fd4
2019-11-16 13:24:29 -05:00
Henrik Lissner
254be475ad
Merge pull request #2009 from bennofs/fix-hydra-flash
...
Avoid nav-flash after each hydra action
2019-11-12 16:19:22 -05:00
Benno Fünfstück
e0d9ef80e0
Fix coding style
2019-11-11 22:02:45 +01:00
Henrik Lissner
fbf9010c80
Log benchmark whether or not dashboard is enabled
2019-11-08 16:02:06 -05:00
Henrik Lissner
c37bdf71d1
Demote "no more buttons" error to warning
...
If the shortmenu or buttons were disabled, this error would break the
dashboard (and Doom).
Mentioned in #2024
2019-11-08 16:02:06 -05:00
Henrik Lissner
99cd52e70f
💥 Drop Emacs 25.x support
...
Emacs 26.1 is Doom's new minimum supported version
Closes #2026
2019-11-08 16:02:06 -05:00
Henrik Lissner
f4e641950c
Minor, general refactors
2019-11-05 18:46:07 -05:00
Henrik Lissner
2bf74158fd
Minor refactors across the board
2019-11-04 03:37:54 -05:00
Benno Fünfstück
280da15280
Avoid nav-flash after each hydra action
...
Hydra displays the hints in a buffer created by lv-window, which
triggers nav-flash. By advicing lv-window, we can inhibit the nav-flash
hook.
2019-11-03 23:04:06 +01:00
Henrik Lissner
a93f097f78
ui/nav-flash: factor out redundancy
2019-11-03 16:27:17 -05:00
Henrik Lissner
d10c2f6cb9
ui/pretty-code: fix duplicate in fira ligatures
...
Relevant to #743
2019-11-03 14:17:03 -05:00
Henrik Lissner
a074a2c851
ui/popup: let completion popups handle themselves
...
Fixes #1976
2019-11-01 22:31:05 -04:00
Henrik Lissner
9fa447a83b
Remove SPC DEL binding
...
Instead, 'ga' (or calling `what-cursor-position`) will trigger
nav-flash, to serve as the "where's my cursor" command from now on.
Closes #1883
2019-10-30 22:09:52 -04:00
Henrik Lissner
effee30138
ui/nav-flash: don't trigger on mouse click
2019-10-29 18:19:02 -04:00
Gerry Agbobada
d0101b661c
Add Readme for hydra module
2019-10-29 20:17:03 +01:00
Henrik Lissner
bc8dd82590
Merge pull request #1972 from rgrinberg/ignore-send-mail
...
ui/popup: ignore send mail buffers
2019-10-29 01:25:19 -04:00
Henrik Lissner
be08f9794e
Fix nav-flash being suppressed
...
By a variable that will (almost) always be non-til.
2019-10-28 23:23:14 -04:00
Henrik Lissner
74d87a1e24
ui/pretty-code: minor reformatting
2019-10-28 23:23:14 -04:00
Henrik Lissner
d347574d30
Fix #1973 : selected region survives switching workspaces
...
Leaving behind ineffectual region highlights
2019-10-28 23:23:13 -04:00
Rudi Grinberg
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