Pedro A. Aranda Gutiérrez

Results 26 issues of Pedro A. Aranda Gutiérrez

Here is how emacs looks like with the additions (basically to support emacs >= 26), expanding a snippet: ![flat-tabline-fringe](https://user-images.githubusercontent.com/3320432/103335417-278b4600-4a75-11eb-816d-2ccca98cb9d1.png) And the inverted show-paren-match ![show-paren-match](https://user-images.githubusercontent.com/3320432/103335479-51446d00-4a75-11eb-8326-983dfcd8d6a3.png) And show-paren.mismatch ![show-paren-match](https://user-images.githubusercontent.com/3320432/103335517-720cc280-4a75-11eb-9831-16f68b4096d6.png)

I'm using `property['style.line_number'] = 'fore:$(color.base04),back:$(color.base01)'` and ```buffer:set_fold_margin_color(true, property_int['color.base01']) buffer:set_fold_margin_hi_color(true, property_int['color.base01']) ``` to provide a minimal differentiation between the text buffer and the 'surroundings' . My students sometimes seem confused by...

Hi A couple of customisations I made on ample-zen ``` ;; ;; Appearance for the nord theme ;; (load-theme 'ample-zen t) (custom-set-faces ;; ;; I need this to be more...

In addition to cleaning up stupid typos in Readme.md, I have moved the Dockerfile to 1. Run `clj` as a non privileged user 2. mount the cloned app.core instead of...

Include selection background as part of the customisable colours. I've created a theme with `bg1` `#dfdfef` and have found that `#deefef` is a nice choice for the selection background, Much...

This patch makes the modeline background uniform for mode-line-highlight elements. It only changes the foreground and thereby keeps the background for active and inactive modelings.

type-improvement
context-package-support
status-requires-revision
scope-compatibility
scope-quality

Add support for some "modern" emacs faces: line-number is present in emacs-26 and tab-line in emacs-27. I basically inherit from fringe to create a uniform view in all things around...

type-feature
status-requires-review
context-ui
status-reproduction
scope-compatibility
scope-quality

Currently, the `:demand` keyword is mentioned in a note. It took me quite some time to figure out that 1) it existed 2) it did what I needed it to...

HI I'm starting to play with emacs-27 and have discovered the coolness of the tab-line. So, I've included a couple more colour definitions and customisations for the tabline. Hope you...

I added a selection colour to the interface to have better control of the selection