Henrik Lissner
ae1e3f005e
Bump to Alexander-Miller/treemacs@05d264ae8c
...
Also affects treemacs-{evil,projectile,magit,persp}, since they are in
the same repo.
2020-02-10 02:38:12 -05:00
Henrik Lissner
ad8c685a17
Bump to ema2159/centaur-tabs@0383af0
...
From ema2159/centaur-tabs@f9d119d
May address #2436
2020-02-09 21:01:20 -05:00
Henrik Lissner
456b501aad
Bump to hlissner/emacs-doom-themes@7131b60
2020-02-07 03:43:26 -05:00
Henrik Lissner
431cd38e83
Update +doom-solaire-themes to include all doom-themes
2020-02-06 17:28:45 -05:00
Henrik Lissner
1910453e29
The byte-compiler ate my baby
2020-02-06 16:55:27 -05:00
Henrik Lissner
5a8fb81739
Adjust visual-fill-column after text scaling
2020-02-06 15:28:51 -05:00
Henrik Lissner
3ab70d78eb
Add +workspace/swap-{left,right} commands
...
For changing the order of workspaces.
Relevant to #2488 , #2487
2020-02-06 15:20:42 -05:00
Henrik Lissner
5eeb362610
Ensure workspace in insertion order
...
Closes #2488
Fixes #2487
2020-02-06 15:20:42 -05:00
Henrik Lissner
688b7c0a76
Bump to seagle0128/doom-modeline@31a5ae99b8
2020-02-05 11:10:59 -05:00
Henrik Lissner
65f859cf4d
Bump to hlissner/emacs-doom-themes@aa215ed
2020-02-02 22:59:42 -05:00
Henrik Lissner
6337912d13
Bump to seagle0128/doom-modeline@159fe50
2020-02-02 03:16:53 -05:00
Henrik Lissner
ac52e644a8
Revert doom-modeline formats to defaults
...
It's not tenable for me to maintain this package more than I have to
anymore, now that I no longer use doom-modeline.
Addresses #2356 , #1680
2020-02-02 03:16:53 -05:00
Henrik Lissner
f5800b5b40
Bump to hlissner/emacs-doom-themes@d48df7b
2020-01-27 00:51:37 -05:00
Henrik Lissner
c395c08788
Fix #2396 : remove unnecessary neotree popup hacks
...
Looks like they're not needed anymore.
2020-01-26 05:00:58 -05:00
Henrik Lissner
a9402cfb55
Fix #2373 : bring back package pinning
...
This needs some serious refactoring...
2020-01-25 19:02:00 -05:00
Henrik Lissner
dc2b9781ab
Minor refactors & reformatting
2020-01-20 01:55:31 -05:00
Henrik Lissner
bf85a03f5e
Don't disable indent-guides in visual-line-mode
2020-01-20 01:52:21 -05:00
Henrik Lissner
37f15008e7
Polish deft config & add evil keybinds
2020-01-18 20:51:59 -05:00
Henrik Lissner
4cc14389e8
PIN ALL THE PACKAGES
2020-01-14 22:32:11 -05:00
Henrik Lissner
5a07e8f655
Add treemacs-persp package #1348
2020-01-13 16:03:22 -05:00
Henrik Lissner
0c9f1b1a9c
Minor refactors & comment revision
2020-01-11 17:27:04 -05:00
Henrik Lissner
c9b54ad279
ui/zen: revise readme
2020-01-09 23:17:49 -05:00
Henrik Lissner
c97f63beb8
Add text-scale fix for mixed-pitch-mode
...
At least until https://gitlab.com/jabranham/mixed-pitch/issues/6 is
dealt with.
2020-01-09 22:56:27 -05:00
Henrik Lissner
ad1d168349
+zen-text-scale = 2 by default
2020-01-09 22:56:27 -05:00
Henrik Lissner
dedcd5496a
ui/modeline: mention +light in readme
2020-01-09 16:01:02 -05:00
Henrik Lissner
67d9ef64f3
ui/zen: fix mixed-pitch-mode not activating
2020-01-09 02:47:06 -05:00
Henrik Lissner
87f72c096c
ui/zen: disable fullscreening properly
...
Setting writeroom-fullscreen-effect to nil wasn't the correct way to
disable fullscreen.
2020-01-09 02:45:41 -05:00
Henrik Lissner
4fe24df90f
Fix #1970 : don't count treemacs as a "popup"
...
And remove its popup rule.
It isn't being caught by the popup system in the first place, so this is
all a charade.
2020-01-06 03:50:48 -05:00
Henrik Lissner
9fce4d5106
Remove +workspace-buffer-list return order #2315
...
I cannot guarantee this. We simply return was `persp-buffers PERSP`
returns. How buffers are ordered is up to persp-mode.
2020-01-06 00:58:08 -05:00
Yiming Chen
02a4f6b573
Suppress delete-window in org related functions
...
- If there's only one other window, delete-window would be called,
instead of delete-other-windows
- when there is only one window other than the popup, this other window
is the main window in this frame, delete it would raise an error:
`delete-window: Attempt to delete main window of frame <frame name>`
2020-01-05 11:52:39 +08:00
Henrik Lissner
e0b8b4f190
Fix set-pretty-symbols! not merging properties w/ old rules
...
This removes the :merge property, as merging is now its default
behavior.
2020-01-04 04:55:57 -05:00
Foldex
760aa50c44
ui/doom-dashboard: De-hardcode dashboard faces
2020-01-02 23:18:19 -05:00
Henrik Lissner
d426349f21
ui/zen: add +zen-text-scale variable
2020-01-02 21:54:28 -05:00
Henrik Lissner
ec7a067109
Enable ligatures on emacs-mac if pretty-code is enabled
...
No longer necessary to enable a font ligature flag for it.
2020-01-02 21:16:02 -05:00
Henrik Lissner
195dfda045
Minor refactors & comment revision
2020-01-02 21:16:02 -05:00
Henrik Lissner
d0380c42e7
Rename face: +modeline-bar -> +modeline-bar-active
...
It shared the name of a variable, which could be confusing.
2020-01-01 21:19:21 -05:00
Henrik Lissner
445ba1a46d
Minor refactors & comment revision across the board
2019-12-31 19:18:02 -05:00
Henrik Lissner
d1b597fde4
Remove redundant evil keybinds for neotree
...
Some of these were already bound by evil-collection-neotree.
2019-12-31 19:14:43 -05:00
Henrik Lissner
960d756b47
General, minor refactors
2019-12-30 18:23:56 -05:00
Henrik Lissner
3271cd3a54
Remove unused ui/tabs/autoload.el
2019-12-30 18:08:11 -05:00
Henrik Lissner
8c0561df93
Fix ui/tabs module
...
Remove all my custom hacks because none of them work anymore.
2019-12-30 00:50:18 -05:00
Henrik Lissner
4808d40736
Convert def-modeline! macro into function
...
Eager-expansion was causing void-function errors for set-modeline!
2019-12-29 21:23:39 -05:00
Henrik Lissner
f05f4d2b59
Replace search docs button w/ open docs on dashboard
...
It is more helpful to newcomers.
2019-12-29 16:34:21 -05:00
Henrik Lissner
66b005aa18
ui/doom-dashboard: expand README #1166
2019-12-27 14:46:10 -05:00
Henrik Lissner
75c25fa182
ui/hydra: fix +hydra/text-zoom
...
Issue brought to light by #2057
2019-12-27 03:35:32 -05:00
Henrik Lissner
2e9195742a
Fix shell popups from regaining their modeline #2228
2019-12-26 16:50:49 -05:00
Henrik Lissner
45e9f2cffc
ui/pretty-code: add missing fira ligatures
2019-12-26 16:50:49 -05:00
Henrik Lissner
026fa8e65b
ui/pretty-code: use mac-auto-operator-composition-mode
2019-12-26 16:50:49 -05:00
Henrik Lissner
934e4fc06f
ui/doom-dashboard: fix vertical padding #2251
2019-12-26 01:41:45 -05:00
Henrik Lissner
0b4356a7d5
Fix 'search documentation' button on dashboard
2019-12-26 01:41:44 -05:00