aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gui.el
Commit message (Collapse)AuthorAgeFilesLines
* Don’t specify a variable pitch fontGravatar Tom Willemse2020-04-301-2/+1
| | | | | This way doesn’t work with running Emacs as a daemon. It doesn’t seem to be doing bold right...
* Use font-awesome to display org checkboxesGravatar Tom Willemse2020-04-131-1/+4
|
* Shrink ✓ to make it fit in the mode-lineGravatar Tom Willemse2020-04-101-3/+4
|
* Resize Emacs frames by pixelsGravatar Tom Willemse2020-04-101-1/+2
| | | | Instead of the default resising by columns and rows, use pixels.
* Diminish auto-revert-mode to Gravatar Tom Willemse2020-04-091-2/+6
|
* Apply fontset settings when a frame is created, tweak ↵Gravatar Tom Willemse2020-04-091-21/+30
| | | | | | | | | | | 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.
* Test isearch-mode diminishing using a constantGravatar Tom Willemse2020-04-081-3/+5
| | | | | | | 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?
* Fix diminishing minor modes when reloading librariesGravatar Tom Willemse2020-04-081-2/+2
|
* Change the variable pitch fontGravatar Tom Willemse2020-03-281-1/+2
|
* Add sort lines to gui hydraGravatar Tom Willemse2020-03-081-6/+7
|
* Add list-packages to common gui hydraGravatar Tom Willemse2020-03-081-5/+8
|
* Add hydra for basic gui stuffGravatar Tom Willemse2020-03-061-2/+11
|
* Go back to yoshi-themeGravatar Tom Willemse2019-10-161-3/+3
|
* Switch from yoshi-theme to naquadah-themeGravatar Tom Willemse2019-09-241-3/+3
|
* Change version formatGravatar Tom Willemse2019-09-041-1/+1
| | | | | | | | | | | 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.
* Add org-bullets characters to speed up their displayGravatar Tom Willemse2019-05-011-1/+6
|
* Fix Font Awesome font rendering on WindowsGravatar Tom Willemse2019-05-011-14/+14
|
* Specif some more icons that use Font AwesomeGravatar Tom Willemse2019-04-291-1/+13
|
* In GUI Emacs, use special icon for isearchGravatar Tom Willemse2019-04-241-2/+6
|
* Add yoshi-theme dependency in oni-guiGravatar Tom Willemse2019-03-081-2/+2
|
* Disable C-z in oni-guiGravatar Tom Willemse2019-03-041-1/+3
|
* Move `scroll-bar-mode' to GUI config, fix warningGravatar Tom Willemse2019-02-251-1/+3
| | | | | | 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.
* Properly autoload packagesGravatar Tom Willemse2019-01-301-1/+3
|
* Add oni-ui and oni-guiGravatar Tom Willemse2019-01-241-0/+38