1
0
Fork 0
Commit graph

20 commits

Author SHA1 Message Date
69aec39c5d Diminish auto-revert-mode to  2020-04-09 13:17:05 -07:00
734d5764f8 Apply fontset settings when a frame is created, tweak font size
Instead of setting the fontset things immediately always, check if we’re running
as a daemon and if so, delay setting the fontsets until after a frame is
created. This will set the fontset for each frame individually.

Tweak the font size of the Font Awesome icons to fit better with the rest of the
fonts.
2020-04-09 13:13:59 -07:00
dcffe90e3c Test isearch-mode diminishing using a constant
Apparently in the docker container that’s running the tests, reading  from the
command-line makes it a multibyte character (105 776 127 130), but defined in
Emacs it’s a unibyte character (61442). This might have something to do with
UTF-16 vs UTF-8?
2020-04-08 23:48:56 -07:00
df4d188d3f Fix diminishing minor modes when reloading libraries 2020-04-08 11:16:00 -07:00
d8bcda8f25 Change the variable pitch font 2020-03-28 12:06:27 -07:00
f903d0849e Add sort lines to gui hydra 2020-03-08 17:15:56 -07:00
0d4c8f1880 Add list-packages to common gui hydra 2020-03-08 15:18:12 -07:00
b99d2dc5a7 Add hydra for basic gui stuff 2020-03-06 23:19:24 -08:00
bf16ac4d9c Go back to yoshi-theme 2019-10-16 23:28:31 -07:00
935318e7b7 Switch from yoshi-theme to naquadah-theme 2019-09-24 18:30:25 -07:00
bb29ee8a12 Change version format
In order to support my tablet which seems to have a lower maximum integer
value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers
I was using before. It would turn them into floating point numbers, which adds a
~.0~, this made it impossible to install any package.

Any installations I have will need to reinstall all their oni packages so that
the new version number is picked up, since the new version number will be lower
than the old one.
2019-09-04 21:09:38 -07:00
4c4c552be4 Add org-bullets characters to speed up their display 2019-05-01 16:44:00 -07:00
5a006c911b Fix Font Awesome font rendering on Windows 2019-05-01 16:42:56 -07:00
c984085a03 Specif some more icons that use Font Awesome 2019-04-29 18:02:15 -07:00
75295d2fae In GUI Emacs, use special icon for isearch 2019-04-24 00:59:12 -07:00
a600426b89 Add yoshi-theme dependency in oni-gui 2019-03-08 23:10:50 -08:00
ae9cc7cad3 Disable C-z in oni-gui 2019-03-04 23:52:24 -08:00
3422f46ed8 Move `scroll-bar-mode' to GUI config, fix warning
Move `scroll-bar-mode' to `oni-gui` because it isn't defined in the
non-GUI version. Fix the warning that `tool-bar-mode' wasn't
guaranteed to be defined by requiring the `tool-bar' library.
2019-02-25 19:13:15 -08:00
1d0527f6cc Properly autoload packages 2019-01-30 01:51:03 -08:00
b638db0716 Add oni-ui and oni-gui 2019-01-24 01:21:19 -08:00