I'm back

Finally after several years using Wordpress, Jekyll and Medium, finally managed to find a good tool to help me blog from to time in a simple and easy way. Thanks Hugo.
Delete multiple buffers with Helm

Delete multiple buffers with Helm

Recently I was doing some clean up (deleting) my emacs buffers and I has a kind of boring task having to open each buffer and kill it (one at a time).

But I found that that you can do it quickly with Helm. If you run M-x helm-mini (I have it mapped to C-2), you can see a list of open buffers, and by scrolling through the list and selecting the ones you want to delete with C-Space.

Emacs, scroll page without moving point

Emacs, scroll page without moving point

I’ve been trying to find a way to move up and down a page, without actually moving the point. It’s good if you want to take a look around the file.

Emacs

Emacs

From Emacs website, were (pretty nice website they have now :)) it reads:

An extensible, customizable, free/libre text editor — and more.

Links in Aurelia

Links in Aurelia

Creating links in Aurelia is really easy:

AureliaJS RC is here

AureliaJS RC is here

Today Rob Eisenberg and the Aurelia Team, announced the Aurelia RC (Release Candidate), with a lot of cool stuff and bugs fixed, you can check http://blog.durandal.io/2016/06/22/the-aurelia-release-candidate-is-here-2 for more information.
Custom attribute with AureliaJS and Moment

Custom attribute with AureliaJS and Moment

Today I need to create a simple custom component/attribute to handle some formatting of dates on-the-fly in the html.

Working with AureliaJS is really easy to create the custom components / attributes. Also Moment is really awesome for date formatting.