Anthony DiGirolamo

Results 20 comments of Anthony DiGirolamo

Sounds good! I'll look into it. Might be able to get this library running on it to drive the LCD https://github.com/olikraus/u8glib I'm hoping to add a wpm and keypress odometer....

Hey @ZeR0-Wu, I am using terminal and GUI emacs in Mac OSX and have about a 4-5 second startup time in both. I'm not running `(powerline-default-theme)` as the `(load-theme 'airline-base16-gui-dark)`...

Wow you're right @rymndhng I completely left that function out. I added it now and tagged the fix as version 1.3, see if that helps.

Try running the Emacs Startup Profiler in gui emacs and see what's slowing it down: https://melpa.org/#/esup

I'm really not sure what's going on. I can't reproduce this with "emacs -Q" on OS X using either of the builds at http://emacsformacosx.com/ and https://github.com/railwaycat/mirror-emacs-mac I have noticed that...

It's working for me in windows using an emacs build in cygwin. What emacs installer/build are you using?

In terms of height differences I've gotten mixed results with the powerline glyphs using different fonts while using emacs on the terminal. When using GUI emacs powerline draws its own...

Looks like I need to update the solarized themes with the actual hex color values. I'll do that asap

Hi @dongz9 you will want to load a theme by running `(load-theme 'airline-light)` or similar. `airline-themes-set-modeline` is called automatically when a theme is loaded. Though when the whole line is...

See issue #16 I think it was missing a `(require 'cl-lib)` which is now in the latest version.