-
I think the style is overall great... but I don't understand why the inactive color is so dark that you can almost not read the tabs for anything but the active one. It would be great to be able to ea…
-
[@tombentley] @FroMage spotted this in the compiler tests:
```
void methodSpecifyingUnaryTopLevel_f(String s) {
}
class MethodSpecifyingUnaryTopLevel() {
void foo(String s) => methodSpecifyingUna…
-
- Versions
org-ref: 471e5252
org-mode: 8.2.10
emacs: 24.3.1
- My org-ref setup
```
(require 'json)
(require 'dash)
(add-to-list 'load-path "~/.emacs.d/opt/org-ref/")
(require 'jmax-bibtex)
(org…
-
@FroMage spotted this in the compiler tests:
```
void methodSpecifyingUnaryTopLevel_f(String s) {
}
class MethodSpecifyingUnaryTopLevel() {
void foo(String s) => methodSpecifyingUnaryTopLevel_f;
…