Olivia5k

Results 15 comments of Olivia5k

Wow, you've been thinking on this at levels way beyond my original suggestion, haha. I see your reasoning to as why my suggestion would not be something desired, and I...

I'm having this same problem. I verified it further using [embark](https://github.com/oantolin/embark) with `emojify-insert-emoji` and creating a buffer of the contents of the minibuffer. In the new buffer, everything works as...

I've made an extended version of this over in #25. Feedback is welcome from you guys!

This is mine, which I've been using for a long time; ``` (telephone-line-defsegment th/telephone-clock-segment () (when (telephone-line-selected-window-active) ;; The org-clocking-p function isn't necessarily loaded until we start ;; actually clocking...

Oh, that makes sense. I'll move the things there.

@DogLooksGood I've moved the code and removed the other files. I didn't put the loading of this specific code into the `meow--enable-shims` function, since that doesn't make sense for the...

``` Error: Aliases should start with the package’s prefix "meow". Error: "use-package-handler/:meow-state" doesn’t start with package’s prefix "meow". Error: ‘use-package-handler/:meow-state’ contains a non-standard separator ‘/’, use hyphens instead (see Elisp...

I have [something akin to the cursor one](https://github.com/thiderman/dotfiles/blob/master/emacs.d/emacs.org#single-test-execution) living in my dotfiles. It uses `C-M-x` to run the test which point is currently inside. Once that's executed, it stores it...

This is a good point! I guess I never really thought about it, since when I'm running Makefiles I've always been in a project. I think it's a bit more...

Yes, that warning sounds great! It would definitely have saved me the time, haha! (sorry for the late-ish reply - vacations happened)