Lee Hinman

Results 34 issues of Lee Hinman

When I use: ``` elisp (setq semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode global-semantic-idle-summary-mode global-semantic-stickyfunc-mode)) (semantic-mode t) ``` Inside of code, the sticky func header is unreadable: ![screen shot 2014-12-23 at 2 39 33...

This adds a method (autoloaded) that can check whether the atomic-chrome server is running or not. This will allow someone to do ```emacs-lisp (when (not (atomic-chrome-server-running-p)) (atomic-chrome-start-server)) ``` Resolves #18

Would it be possible to add support for `dired+` faces? Right now it looks like an ugly rainbow :)

The new Apache 5.0 client is out now for alpha/beta, I should experiment with upgrading (on 4.x branch only) since it supports things like HTTP 2.0

enhancement

clj-http has a lot of tests, but it would be good to know exactly what's not being exercised. There are some automated tools out there that can show coverage, it'd...

3.x
4.x
meta

It would be nice to have a visual representation of what org-beautify does, can you add a screenshot of the before/after to the readme?

Something I used to use with `ncmpcpp` a lot is adding a number (say 100) of randomly chosen songs to the MPD playlist. I like to listen to a random...

It would be nice if `org-bullets` transformed all of the bullets into UTF-8 instead of just the visible one, for instance: ![screenshot from 2015-12-24 09-37-01](https://cloud.githubusercontent.com/assets/19060/11996535/110be9be-aa22-11e5-96f6-a3ed817508c6.png) And then, when I copy...

Every time I start emacs and attempt to run: ``` (setq sml/mode-width 'full) (sml/setup) (sml/apply-theme 'dark) ``` I get a warning that applying a theme can execute code, I hit...

Non-issue

When I do a `C-u C-c p i` to invalidate a project's cache, projectile does not list any projects at all. I can still use it without a prefix argument...

Bug
Good First Issue